forked from dom-inic/datavisualizationreact
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.95 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.95 KB
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
{
"name": "MOHVisualization App",
"version": "2.0.0",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@react-google-maps/api": "^2.2.0",
"axios": "^0.21.1",
"bootstrap": "4.6.0",
"chart.js": "^3.3.0",
"chartist": "0.10.1",
"express": "^4.17.1",
"google-map-react": "^2.1.9",
"google-maps-react": "^2.0.6",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"mapbox-gl": "^2.3.0",
"node-sass": "4.14.1",
"react": "17.0.1",
"react-bootstrap": "1.4.3",
"react-chartist": "0.14.3",
"react-chartjs-2": "^3.0.3",
"react-dom": "17.0.1",
"react-notification-alert": "0.0.13",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.1"
},
"optionalDependencies": {
"jquery": "3.5.1",
"reactstrap": "8.9.0",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"compile:scss": "node-sass src/assets/scss/light-bootstrap-dashboard-react.scss src/assets/css/light-bootstrap-dashboard-react.css",
"minify:scss": "node-sass src/assets/scss/light-bootstrap-dashboard-react.scss src/assets/css/light-bootstrap-dashboard-react.min.css --output-style compressed",
"map:scss": "node-sass src/assets/scss/light-bootstrap-dashboard-react.scss src/assets/css/light-bootstrap-dashboard-react.css --source-map true",
"build:scss": "npm run compile:scss && npm run minify:scss && npm run map:scss"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}