-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 897 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
{
"name": "pushercoins",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"moment": "^2.18.1",
"npm-run-all": "^4.1.1",
"pusher": "^1.5.1",
"pusher-js": "^4.1.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts": "1.0.10"
},
"scripts": {
"start:client": "react-scripts start",
"start:server": "nodemon server.js",
"start": "npm-run-all --parallel start:*",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:5000",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).",
"main": "server.js",
"devDependencies": {},
"keywords": [],
"author": "",
"license": "ISC"
}