-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.44 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": "unsubme",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js> logs/app.log 2>&1",
"dev": "rm -f logs/dev.log && nodemon --watch server.js --watch routes --watch views --watch public --ext js,json,ejs > logs/dev.log 2>&1",
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "real-favicon check-for-update --fail-on-update faviconData.json && npx update-browserslist-db@latest && tailwindcss -i ./public/css/tailwind.css -o ./public/css/style.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"appmap-node": "^2.21.1",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"chart.js": "^4.4.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"csv-writer": "^1.6.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"express-socket.io-session": "^1.3.5",
"extract-urls": "^1.4.1",
"get-urls": "^12.1.0",
"imap": "^0.8.19",
"imap-simple": "^5.1.0",
"imapflow": "^1.0.162",
"ioredis": "^5.4.1",
"lodash": "^4.17.21",
"mailparser": "^3.7.1",
"moment": "^2.30.1",
"mongoose": "^8.3.4",
"playwright": "^1.44.0",
"socket.io": "^4.7.5",
"tailwindcss": "^3.4.3",
"url-regex-safe": "^4.0.0",
"url-validation": "^2.1.0"
},
"devDependencies": {
"nodemon": "^3.1.0"
}
}