forked from 4onse/4onse.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 723 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 723 Bytes
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
{
"name": "4ONSE",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "0.6.1"
},
"dependencies": {
"axios": "^0.15.0",
"bootstrap": "^3.3.7",
"leaflet": "^1.0.1",
"material-ui": "^0.15.4",
"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",
"scroll-into-view": "^1.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:8888"
}