-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
44
45
46
47
48
{
"name": "deskevaluationstartup",
"version": "1.0.0",
"engines": {
"node": "14.15.1"
},
"description": "",
"main": "server.js",
"scripts": {
"start": "node server/server.js",
"dev": "nodemon server/server.js",
"client": "npm start --prefix client",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"devDependencies": {
"@types/express": "^4.17.11",
"dotenv": "^8.2.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.7"
},
"dependencies": {
"aws-sdk": "^2.874.0",
"bcrypt": "^5.0.1",
"connect-mongo": "^4.4.1",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"mongoose": "^5.12.2",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"uuid": "^8.3.2",
"validator": "^13.5.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicofzzn/desk-evaluation-startup.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nicofzzn/desk-evaluation-startup/issues"
},
"homepage": "https://github.com/nicofzzn/desk-evaluation-startup#readme"
}