-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.35 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
49
50
51
52
53
54
{
"name": "api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"heroku-postbuild": "cd client && npm install --legacy-peer-deps && npm run build",
"prepare": "husky install"
},
"engines": {
"node": "v16.13.1"
},
"dependencies": {
"@fontsource/noto-sans": "^4.5.10",
"body-parser": "^1.20.0",
"cloudinary": "^1.30.0",
"connect-mongo": "^4.6.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"dayjs": "^1.11.3",
"debug": "~2.6.9",
"dotenv": "^16.0.1",
"expres": "^0.0.5",
"express": "~4.16.1",
"express-session": "^1.17.3",
"get-nearest-day-of-week": "^0.1.3",
"heroku-ssl-redirect": "^0.1.1",
"http": "^0.0.1-security",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"matter-js": "^0.18.0",
"mongoose": "^6.3.5",
"morgan": "~1.9.1",
"node-fetch": "^2.6.7",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"path": "^0.12.7",
"react-error-boundary": "^3.1.4",
"react-spinners": "^0.13.2",
"save": "^2.5.0",
"socket.io": "^4.5.1",
"swagger-jsdoc": "6.2.1",
"swagger-ui-express": "^4.4.0"
},
"devDependencies": {
"husky": "^8.0.1",
"lint-staged": "^13.0.2",
"prettier": "2.7.1"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
}