-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
59 lines (59 loc) · 1.61 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "app",
"private": true,
"dependencies": {
"@babel/core": "7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "7",
"@babel/preset-env": "7",
"@babel/preset-typescript": "^7.22.5",
"@babel/runtime": "7",
"babel-loader": "8",
"babel-plugin-macros": "^3.1.0",
"compression-webpack-plugin": "9",
"d3-array": "2.3.3",
"d3-axis": "2",
"d3-interpolate-path": "^2.2.1",
"d3-scale": "3",
"d3-selection": "2",
"d3-shape": "2",
"d3-transition": "2",
"html2canvas": "^1.0.0-rc.7",
"pnp-webpack-plugin": "1",
"shakapacker": "6.0.0",
"terser-webpack-plugin": "5",
"typescript": "^4.1.3",
"webpack": "5",
"webpack-assets-manifest": "5",
"webpack-cli": "4",
"webpack-merge": "5",
"webpack-sources": "^3.2.3"
},
"version": "0.1.0",
"babel": {
"presets": [
"./node_modules/shakapacker/package/babel/preset.js"
]
},
"browserslist": [
"defaults"
],
"devDependencies": {
"@types/d3": "^6.2.0",
"@types/i18n-js": "^3.0.3",
"@types/jquery": "^3.5.4",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"@webpack-cli/serve": "^2.0.5",
"babel-eslint": "^10.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-import-resolver-typescript": "^2.3.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-unicorn": "^23.0.0",
"prettier": "^2.2",
"webpack-dev-server": "4.9.0"
}
}