-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.32 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": "webdev-resources",
"version": "1.0.0",
"description": "root level",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-all": "concurrently \"cd backend && npm run nodemon\" \"cd frontend && npm start\" ",
"heroku-postbuild": "cd frontend && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cd4d/webdev-resources.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cd4d/webdev-resources/issues"
},
"homepage": "https://github.com/cd4d/webdev-resources#readme",
"devDependencies": {
"concurrently": "^5.3.0"
},
"dependencies": {
"axios": "^0.21.2",
"cheerio": "^1.0.0-rc.6",
"compression": "^1.7.4",
"connect-mongo": "^4.4.1",
"cors": "^2.8.5",
"dayjs": "^1.10.4",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.10.1",
"helmet": "^4.5.0",
"link-preview-generator": "^1.0.5",
"mongoose": "^5.12.5",
"mongoose-transactions": "^1.1.4",
"nodemailer": "^6.5.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"superagent": "^6.1.0",
"validator": "^13.6.0",
"winston": "^3.3.3"
},
"engines": {
"node": "14.16.1"
}
}