-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.28 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "sprint1",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"concurrently": "^4.1.0",
"cors": "^2.8.5",
"cron": "^1.7.0",
"express": "^4.16.4",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.0",
"mongoose": "^5.5.3",
"mongoose-auto-increment": "^5.0.1",
"node-mailer": "^0.1.1",
"node-notifier": "^5.4.0",
"nodemon": "^1.18.10",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"react-native": "^0.59.5",
"react-scripts": "^2.1.8",
"router": "^1.3.3",
"socket-io": "^1.0.0",
"socket.io": "^2.2.0",
"store": "^2.0.12",
"underscore": "^1.9.1",
"uuid": "^3.3.2",
"zlib": "^1.0.5"
},
"devDependencies": {
"jest": "^24.5.0",
"nodemon": "^1.18.10"
},
"scripts": {
"test": "jest",
"start": "node server.js",
"jest": "^24.1.0",
"client-install": "npm install --prefix client",
"server": "nodemon server",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"author": "",
"license": "ISC",
"description": ""
}