-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.55 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
74
75
76
{
"name": "capstone-react",
"version": "1.9.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.10.1",
"@material-ui/icons": "4.9.1",
"@tinymce/tinymce-react": "^3.6.1",
"animate.css": "4.1.0",
"axios": "^0.20.0",
"chartist": "0.10.1",
"classnames": "2.2.6",
"history": "4.10.1",
"match-sorter": "4.1.0",
"moment": "2.26.0",
"node-sass": "4.14.1",
"nouislider": "14.5.0",
"perfect-scrollbar": "1.5.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-animate-on-scroll": "2.1.5",
"react-big-calendar": "0.24.6",
"react-bootstrap-sweetalert": "5.1.9",
"react-chartist": "0.14.3",
"react-datetime": "2.16.3",
"react-dom": "16.13.1",
"react-google-maps": "9.4.5",
"react-image-gallery": "1.0.7",
"react-jvectormap": "0.0.16",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"react-slick": "0.26.1",
"react-swipeable-views": "0.13.9",
"react-table": "7.1.0",
"react-tagsinput": "3.19.0",
"universal-cookie": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && gulp licenses",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint:check": "eslint . --ext=js,jsx; exit 0",
"lint:fix": "eslint . --ext=js,jsx --fix; exit 0",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && npm install && npm start",
"backend-compile-sass": "node-sass src/assets/scss/material-dashboard-pro-react.scss src/assets/css/dashboard-react.css",
"compile-sass": "node-sass src/assets/scss/material-kit-pro-react.scss src/assets/css/material-kit-pro-react.css",
"minify-sass": "node-sass src/assets/scss/material-kit-pro-react.scss src/assets/css/material-kit-pro-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/scss/material-kit-pro-react.scss src/assets/css/material-kit-pro-react.css --source-map true"
},
"devDependencies": {
"gulp": "4.0.2",
"gulp-append-prepend": "1.0.8",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"prettier": "2.0.5"
},
"optionalDependencies": {
"@types/googlemaps": "3.39.6",
"@types/markerclustererplus": "2.1.33",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.20.0",
"prettier": "2.0.5",
"ajv": "6.12.2",
"typescript": "3.9.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": []
}
}