-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"name": "carbonara-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"apexcharts": "^3.24.0",
"axios": "^0.21.1",
"fstream": "^1.0.12",
"handlebars": "^4.7.7",
"http-proxy-middleware": "^0.19.1",
"immutable": "^4.0.0-rc.12",
"js-yaml": "^3.13.1",
"material-table": "^1.28.3",
"moment": "^2.24.0",
"node-sass": "^4.13.1",
"react": "^16.8.6",
"react-apexcharts": "^1.3.2",
"react-dates": "^20.1.0",
"react-dom": "^16.8.6",
"react-moment": "^0.8.4",
"react-range": "^1.0.5",
"react-scripts": "2.1.8",
"react-scroll": "^1.7.11",
"react-simple-maps": "^0.12.1",
"redux": "^4.0.1",
"uikit": "^3.1.6"
},
"scripts": {
"postinstall": "npm run build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}