forked from pavankpdev/MovieTown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
37
38
39
40
41
42
43
{
"name": "movietown",
"version": "1.0.0",
"engines": {
"node": "12.13.x"
},
"description": "",
"main": "server.js",
"scripts": {
"client_install": "cd client && npm install",
"server_install": "npm install",
"client": "cd client && npm start",
"server": "nodemon server.js",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false cd client && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavankpdev/MovieTown.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pavankpdev/MovieTown/issues"
},
"homepage": "https://github.com/pavankpdev/MovieTown#readme",
"dependencies": {
"@hapi/joi": "^17.1.0",
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"config": "^3.3.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.19",
"mongoose": "^5.9.3",
"mongoose-type-phone": "^1.0.1",
"node-fetch": "^2.6.0",
"nodemon": "^2.0.2",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"react-spinners": "^0.8.1"
}
}