-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 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
{
"name": "do-dev",
"version": "1.0.0",
"private": true,
"homepage": "https://doDev-IITP.github.io",
"dependencies": {
"@types/react": "16.4.16",
"bootstrap": "4.4.1",
"chart.js": "^2.7.2",
"classnames": "2.2.6",
"history": "4.7.2",
"node-sass": "4.9.3",
"perfect-scrollbar": "1.4.0",
"prop-types": "^15.6.2",
"react": "16.5.2",
"react-chartjs-2": "^2.7.4",
"react-dom": "16.5.2",
"react-google-maps": "9.4.5",
"react-notification-alert": "0.0.8",
"react-router-dom": "4.3.1",
"react-scripts": "2.0.4",
"reactstrap": "6.5.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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/black-dashboard-react.scss src/assets/css/black-dashboard-react.css",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"gh-pages": "^2.2.0"
}
}