-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "myapp2",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"apexcharts": "^3.5.1",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"chart.js": "^2.7.3",
"i": "^0.3.6",
"leaflet": "^1.4.0",
"npm": "^6.8.0",
"react": "^16.8.3",
"react-apexcharts": "^1.3.0",
"react-chartkick": "^0.3.0",
"react-charts": "^2.0.0-alpha.12",
"react-dom": "^16.8.3",
"react-leaflet": "^2.2.1",
"react-scripts": "2.1.5",
"reactstrap": "^7.1.0",
"recharts": "^1.5.0",
"semantic-ui-react": "^0.85.0",
"yarn": "^1.13.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build ",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "npm run build && mv build/index.html build/200.html && surge build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}