-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 869 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": "chatapp",
"version": "1.0.0",
"main": "index.js",
"author": "",
"license": "ISC",
"scripts": {
"start": "concurrently \"nodemon server\" \"cd client && npm start\"",
"build": "react-scripts build"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"dependencies": {
"body-parser": "^1.17.1",
"concurrently": "^4.1.0",
"express": "^4.15.2",
"material-ui": "^0.20.2",
"moment": "^2.18.1",
"nodemon": "^1.11.0",
"react-router-dom": "next",
"react-tap-event-plugin": "^2.0.1",
"sequelize": "^5.8.7",
"sha1": "^1.1.1",
"socket.io": "^2.2.0",
"uuid": "^3.0.1"
},
"boilerplate": {
"name": "express-react-boilerplate",
"version": "1.0.0",
"author": "Michael Sweeney <jfmike@gmail.com> (https://github.com/overthemike)",
"license": "MIT"
},
"description": ""
}