-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.59 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": "corona-buster-admin-dashboard",
"version": "1.0.0",
"private": true,
"license": "MIT",
"dependencies": {
"@fullcalendar/core": "4.3.1",
"@fullcalendar/daygrid": "4.3.0",
"@fullcalendar/interaction": "4.3.0",
"@fullcalendar/timegrid": "4.3.0",
"@material-ui/core": "^4.6.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.32",
"axios": "^0.19.0",
"chart.js": "2.8.0",
"classnames": "^2.2.6",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"primeflex": "1.0.0",
"primeicons": "2.0.0",
"primereact": "3.3.2",
"prop-types": "^15.7.2",
"quill": "^1.3.7",
"react": "^16.11.0",
"react-app-polyfill": "^1.0.4",
"react-data-table-component": "^3.6.1",
"react-dom": "^16.11.0",
"react-markdown": "^4.2.2",
"react-router-dom": "latest",
"react-scripts": "3.2.0",
"react-sparklines": "^1.7.0",
"react-transition-group": "^4.3.0",
"recharts": "^1.8.5",
"remarkable": "^2.0.0",
"rxjs": "^6.5.3",
"styled-components": "^4.4.1"
},
"scripts": {
"start": "react-scripts start",
"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"
]
}