-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·62 lines (62 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·62 lines (62 loc) · 1.67 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
{
"name": "frontend2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-brands-svg-icons": "^5.8.1",
"@fortawesome/free-regular-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"@trendmicro/react-sidenav": "^0.4.5",
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.9.3",
"echarts": "^4.2.1",
"echarts-for-react": "^2.0.15-beta.0",
"formik": "^1.5.8",
"google-maps-react": "^2.0.2",
"leaflet": "^1.5.1",
"moment": "^2.24.0",
"node-sass": "^4.14.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-bootstrap-typeahead": "^5.0.0-rc.3",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.8.6",
"react-dropzone-uploader": "^2.10.0",
"react-icons": "^3.7.0",
"react-leaflet": "^2.3.0",
"react-rating": "^1.7.2",
"react-redux": "^6.0.1",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.8",
"react-select": "^3.1.0",
"reactstrap": "^8.5.1",
"redux": "^4.0.1",
"styled-components": "^4.2.1",
"sweetalert2": "^8.8.1",
"sweetalert2-react-content": "^1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postinstall": "npm run build"
},
"_comment": "https://djangoreacts.herokuapp.com/",
"proxy": "http://localhost:8000/",
"engines": {
"node": "11.10.0",
"npm": "6.9.0"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}