-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·49 lines (49 loc) · 1.18 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
{
"name": "4ONSE",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "^3.3.0"
},
"dependencies": {
"axios": "^0.19.1",
"base-64": "^0.1.0",
"bootstrap": "^3.4.1",
"create-react-app": "^3.3.0",
"echarts": "^4.6.0",
"echarts-for-react": "^2.0.15-beta.1",
"import": "0.0.6",
"leaflet": "^1.6.0",
"material-ui": "^0.15.4",
"minimatch": "^3.0.4",
"node-fetch": "^2.6.0",
"react": "15.3.2",
"react-bootstrap": "^0.30.5",
"react-cookie-banner": "0.0.17",
"react-dom": "15.3.2",
"react-router": "^2.8.1",
"react-search-input": "^0.10.3",
"react-tap-event-plugin": "^1.0.0",
"react-twitter-widgets": "^1.7.1",
"scroll-into-view": "^1.14.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://geoservice.ist.supsi.ch/4onse/",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}