-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.3 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
{
"name": "react-material-admin",
"version": "1.1.0",
"private": true,
"resolutions": {
"websocket-extensions": "^0.1.4",
"node-forge": "^0.10.0",
"node-fetch": "^2.6.1"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.10.0",
"apexcharts": "^3.20.0",
"classnames": "^2.2.6",
"firebase": "^7.24.0",
"font-awesome": "^4.7.0",
"mui-datatables": "^3.4.1",
"react": "^16.13.1",
"react-apexcharts": "^1.3.7",
"react-dom": "^16.13.1",
"react-google-maps": "^9.4.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"react-syntax-highlighter": "^13.5.3",
"react-toastify": "^6.0.8",
"recharts": "^1.6.2",
"tinycolor2": "^1.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/helper-call-delegate": "^7.11.4",
"prettier": "^2.1.1"
}
}