-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 949 Bytes
/
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
{
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.1.1",
"cli": "^1.0.1",
"css-loader": "^6.3.0",
"d3plus-react": "^1.0.2",
"dotenv-webpack": "^7.0.3",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^2.3.0",
"papaparse": "^5.3.1",
"rc-tree-select": "^4.6.1",
"react": "^17.0.2",
"react-bootstrap": "^0.33.1",
"react-confirm-alert": "^2.7.0",
"react-csv": "^2.0.3",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"sass": "^1.42.1",
"sass-loader": "^12.1.0",
"shortid": "^2.2.16",
"webpack": "^5.54.0",
"webpack-bundle-tracker": "^1.4.0",
"xmldom": "^0.5.0"
},
"devDependencies": {
"webpack-cli": "^4.8.0"
}
}