-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 996 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 996 Bytes
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
{
"proxy": "https://hidden-forest-37542-a507ebb2f796.herokuapp.com",
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "mkdir ./.cache && mv /app/.cache/puppeteer ./.cache",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.0",
"axios": "^1.4.0",
"config": "^3.3.9",
"connect-mongo": "^5.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.1",
"loglevel": "^1.8.1",
"mongodb": "^5.7.0",
"mongoose": "^7.3.3",
"node-cron": "^3.0.2",
"puppeteer": "^21.1.0"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": "18.16.1"
}
}