-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "drivenow",
"version": "0.1.0",
"description": "See a list of Drive-Now cars near you that need charging.",
"private": true,
"dependencies": {
"babel-core": "^6.7.7",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-runtime": "^6.6.1",
"es6-promise": "^3.1.2",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-redux": "^4.4.5",
"react-router": "^2.3.0",
"react-router-redux": "^4.0.4",
"redux": "^3.5.2",
"redux-saga": "^0.10.0",
"redux-storage": "^4.0.0",
"redux-storage-engine-localstorage": "^1.1.0",
"webpack": "^1.13.0",
"whatwg-fetch": "^0.11.0"
},
"devDependencies": {
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack-production.config.js -p --progress --color"
},
"author": "",
"license": "ISC"
}