-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 952 Bytes
/
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
{
"name": "ces-stop-arrivals",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.17.1",
"carbon-components": "^8.1.13",
"chrome-launcher": "^0.10.1",
"dotenv": "^4.0.0",
"leveldown": "^4.0.1",
"mapbox-gl": "^0.41.0",
"pouchdb": "^7.0.0",
"pouchdb-browser": "^7.0.0",
"pouchdb-find": "^7.0.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-scripts": "1.1.4",
"react-unity-webgl": "^7.0.6",
"redux": "^4.0.0",
"siema": "^1.4.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "https://accessibleolli.github.io/ces-stop-arrivals",
"proxy": "http://localhost:44000",
"devDependencies": {
"gh-pages": "^1.2.0"
}
}