-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.53 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
{
"name": "light-bootstrap-dashboard-react",
"version": "2.0.1",
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.2",
"bootstrap": "4.6.0",
"chartist": "0.11.4",
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.9",
"react": "18.2.0",
"reactstrap": "8.8.1",
"react-bootstrap": "2.4.0",
"react-chartist": "0.14.4",
"react-dom": "18.2.0",
"react-notification-alert": "0.0.13",
"react-router": "5.2.0",
"react-router-dom": "5.2.0",
"react-scripts": "5.0.1",
"sass": "1.53.0"
},
"optionalDependencies": {
"jquery": "3.5.1",
"typescript": "4.7.4"
},
"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:scss": "sass src/assets/scss/light-bootstrap-dashboard-pro-react.scss src/assets/css/light-bootstrap-dashboard-pro-react.css",
"minify:scss": "sass src/assets/scss/light-bootstrap-dashboard-pro-react.scss src/assets/css/light-bootstrap-dashboard-pro-react.min.css --style compressed",
"build:scss": "npm run compile:scss && npm run minify:scss"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}