-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 2.07 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
{
"name": "light-dashboard-react",
"homepage": "https://parallelam.github.io/Light/",
"version": "1.2.0",
"private": true,
"dependencies": {
"bootstrap": "3.4.1",
"chartist": "0.10.1",
"gh-pages": "^2.1.1",
"history": "4.9.0",
"moment": "2.24.0",
"node": "13.1.0",
"node-sass": "4.13.1",
"nouislider": "13.1.5",
"perfect-scrollbar": "1.4.0",
"react": "16.8.6",
"react-big-calendar": "0.20.4",
"react-bootstrap": "0.32.4",
"react-bootstrap-sweetalert": "4.4.1",
"react-bootstrap-switch": "15.5.3",
"react-chartist": "0.13.3",
"react-datetime": "2.16.3",
"react-dom": "16.8.6",
"react-google-maps": "9.4.5",
"react-jvectormap": "0.0.9",
"react-notification-system": "0.2.17",
"react-router": "5.0.0",
"react-router-dom": "5.0.0",
"react-scripts": "3.0.0",
"react-select": "2.4.3",
"react-stepzilla": "6.0.0",
"react-syntax-highlighter": "10.2.1",
"react-table": "6.10.0",
"react-tagsinput": "3.19.0",
"wnumb": "1.1.0"
},
"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/sass/light-bootstrap-dashboard-pro-react.scss src/assets/css/light-bootstrap-dashboard-pro-react.css",
"minify-sass": "node-sass src/assets/sass/light-bootstrap-dashboard-pro-react.scss src/assets/css/light-bootstrap-dashboard-pro-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/sass/light-bootstrap-dashboard-pro-react.scss src/assets/css/light-bootstrap-dashboard-pro-react.css --source-map true",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@types/googlemaps": "3.30.19",
"@types/markerclustererplus": "2.1.33",
"@types/react": "16.8.15",
"typescript": "3.4.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}