-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 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
{
"name": "js_client",
"version": "2.0.0",
"dependencies": {
"public-transport-client": "git+https://github.com/pasvistelik/public-transport-client.git",
"public-transport-find-optimal-ways": "git+https://github.com/pasvistelik/public-transport-find-optimal-ways.git",
"public-transport-initialize-data": "git+https://github.com/pasvistelik/public-transport-initialize-data.git",
"react": "^15.6.2",
"react-bootstrap": "^0.31.5",
"react-dom": "^15.6.2"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-array-includes": "^2.0.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.24.1",
"geo-coords-distance": "^2.0.1",
"offline-plugin": "^4.9.0",
"react-scripts": "0.9.5",
"serviceworker-loader": "^0.1.0",
"serviceworker-webpack-plugin": "^0.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}