-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 2.11 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "paper-dashboard-react",
"version": "1.3.2",
"private": true,
"dependencies": {
"@cycjimmy/jsmpeg-player": "^6.0.5",
"@googlemaps/markerclusterer": "^2.5.3",
"@material-ui/icons": "^4.11.3",
"@react-google-maps/api": "^2.19.3",
"@vis.gl/react-google-maps": "^0.6.1",
"bootstrap": "4.6.2",
"chart.js": "3.9.1",
"crypto-js": "^4.2.0",
"date-fns": "^3.3.1",
"date-fns-tz": "^2.0.0",
"emailjs-com": "^3.2.0",
"firebase": "^10.8.0",
"firebase-admin": "^12.0.0",
"jsmpeg": "^1.0.0",
"jsmpeg-player": "^3.0.3",
"mui": "^0.0.1",
"perfect-scrollbar": "1.5.5",
"react": ">=16.8.0",
"react-chartjs-2": "3.3.0",
"react-dom": ">=16.8.0",
"react-google-maps": "^9.4.5",
"react-notification-alert": "0.0.13",
"react-router-dom": "6.11.1",
"react-scripts": "5.0.1",
"reactstrap": "8.10.0",
"sass": "1.62.1",
"semantic-ui-css": "^2.5.0",
"styled-components": "^6.1.8",
"sweetalert2": "^11.10.5",
"uuid": "^9.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile-sass": "node-sass src/assets/scss/paper-dashboard.scss src/assets/css/paper-dashboard.css",
"minify-sass": "node-sass src/assets/scss/paper-dashboard.scss src/assets/css/paper-dashboard.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/paper-dashboard.scss src/assets/css/paper-dashboard.css --source-map true"
},
"eslintConfig": {
"extends": "react-app"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"optionalDependencies": {
"typescript": "5.0.4"
},
"overrides": {
"svgo": "3.0.2",
"fsevents": "2.3.2",
"chokidar": "3.5.3",
"@babel/core": "7.18.6"
},
"devDependencies": {
"@types/video.js": "^7.3.56",
"video.js": "^8.10.0"
}
}