-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.86 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.86 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "dfid-webapp",
"version": "1.3.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"@reach/tabs": "^0.10.5",
"DatePicker": "^2.0.0",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"bootstrap": "3.3.7",
"chartist": "0.10.1",
"cors": "^2.8.5",
"esm": "^3.2.25",
"express": "^4.17.1",
"fine-uploader": "^5.16.2",
"formik": "^2.1.4",
"goober": "^1.8.0",
"lulo-viewer": "^1.0.5",
"moment": "^2.26.0",
"mongoose": "^5.13.20",
"multer": "^1.4.2",
"namor": "^1.1.2",
"node-sass": "4.12.0",
"nodemon": "^2.0.3",
"rc-datepicker": "^5.0.16",
"react": "16.8.6",
"react-alert": "^7.0.1",
"react-avatar-edit": "^0.8.3",
"react-bnb-gallery": "^1.1.9",
"react-bootstrap": "0.32.4",
"react-bootstrap-carousel": "^4.0.6",
"react-bootstrap-date-picker": "^5.1.0",
"react-chartist": "0.13.3",
"react-data-table-component": "^6.9.7",
"react-datepicker": "^3.1.3",
"react-datepicker2": "^3.3.1",
"react-datetime": "^2.16.3",
"react-datetime-picker": "^3.0.2",
"react-dom": "16.8.6",
"react-google-maps": "9.4.5",
"react-hooks-helper": "^1.6.0",
"react-image-gallery": "^1.0.7",
"react-image-viewer-zoom": "^1.0.36",
"react-image-zoom": "^1.3.1",
"react-images": "^1.1.7",
"react-images-upload": "^1.2.8",
"react-images-viewer": "^1.6.2",
"react-multi-select-component": "^2.0.14",
"react-notification-system": "0.2.17",
"react-router": "5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "3.0.0",
"react-select": "^3.1.0",
"react-split-pane": "^2.0.3",
"react-step-wizard": "^5.3.2",
"react-table": "^7.0.4",
"react-tagsinput": "^3.19.0",
"react-toggle": "4.0.2",
"reactstrap": "^8.4.1",
"select2": "^4.0.13",
"styled-components": "^5.1.1",
"yup": "^0.29.0"
},
"scripts": {
"type": "module",
"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-sass": "node-sass src/assets/sass/light-bootstrap-dashboard-react.scss src/assets/css/light-bootstrap-dashboard-react.css",
"minify-sass": "node-sass src/assets/sass/light-bootstrap-dashboard-react.scss src/assets/css/light-bootstrap-dashboard-react.min.css --output-style compressed",
"map-sass": "node-sass src/assets/sass/light-bootstrap-dashboard-react.scss src/assets/css/light-bootstrap-dashboard-react.css --source-map true"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}