-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.51 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
{
"name": "admin",
"version": "0.1.0",
"main": "public/Main.js",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"date-fns": "^2.6.0",
"jquery": "^3.4.1",
"leaflet": "^1.5.1",
"local-storage": "^2.0.0",
"mdbreact": "^4.19.2",
"moment": "^2.24.0",
"multiselect-dropdown-react": "^1.0.5",
"prop-types": "^15.7.2",
"qs": "^6.9.0",
"react": "^16.9.0",
"react-admin": "^2.9.7",
"react-bootstrap": "^1.0.0-beta.14",
"react-datepicker": "^2.9.6",
"react-dom": "^16.9.0",
"react-html-table-to-excel": "^2.0.0",
"react-leaflet": "^2.4.0",
"react-moment": "^0.9.2",
"react-redux": "^7.1.1",
"react-router-dom": "^5.0.1",
"react-scripts": "3.1.1",
"react-select": "^3.0.8",
"react-widgets": "^4.4.11",
"redux": "^4.0.4",
"redux-form": "^8.2.6",
"sweetalert2": "^8.17.1",
"ti-icons": "^0.1.2",
"universal-cookie": "^4.0.2",
"unstated": "^2.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"electron-start": "electron ."
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"electron": "^6.0.12",
"eslint-plugin-react-hooks": "^2.2.0"
}
}