-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
57 lines (56 loc) · 1.41 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
{
"name": "CSN",
"version": "0.1.0",
"private": true,
"homepage": "",
"dependencies": {
"@material-ui/core": "^4.12.3",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"chart.js": "^3.5.1",
"d3": "^5.7.0",
"three": "^0.100.0",
"react": "^17.0.2",
"react-chartjs-2": "^3.0.4",
"react-compound-slider": "^3.3.1",
"react-csv": "^2.2.2",
"react-dom": "^17.0.2",
"react-filter-box": "^3.4.3",
"react-icons": "^4.7.1",
"react-pro-sidebar": "^0.7.1",
"react-remarkable": "^1.1.3",
"react-router-dom": "^6.4.3",
"react-scripts": "4.0.3",
"react-uuid": "^2.0.0",
"@tweenjs/tween.js": "^18.6.4",
"canvas-to-image": "^2.2.5",
"gh-pages": "^5.0.0",
"lodash": "^4.17.21",
"node-sass": "^8.0.0",
"papaparse": "^5.3.1",
"prettier": "^2.8.7",
"pubsub-js": "^1.9.4",
"reaction-with-style": "^5.0.178",
"remarkable": "^2.0.1",
"rheostat": "^4.1.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}