-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 877 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
{
"name": "cars-store",
"version": "0.1.0",
"proxy": "http://localhost:3000/",
"private": true,
"devDependencies": {
"eslint-plugin-react": "^7.11.1",
"react-scripts": "^1.0.17"
},
"repository": {
"type" : "git",
"url" : "https://github.com/EdSaleh/cars-store.git"
},
"dependencies": {
"axios": "^0.17.1",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"gh-pages": "^1.1.0",
"http": "0.0.0",
"path": "^0.12.7",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-saga": "^0.16.0"
},
"scripts": {
"start": "node server.js & PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
}
}