-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 937 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 937 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
{
"name": "peuplier",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=peuplier:* npm run devstart"
},
"dependencies": {
"@tailwindcss/cli": "^4.1.4",
"autoprefixer": "^10.4.21",
"axios": "^1.9.0",
"bcrypt": "^5.1.1",
"body-parser": "^2.2.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.5.0",
"express": "^4.21.2",
"express-async-handler": "^1.2.0",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"helmet": "^8.1.0",
"http-errors": "~1.6.3",
"luxon": "^3.6.1",
"mongoose": "^8.14.0",
"morgan": "~1.9.1",
"nodemon": "^3.1.10",
"osuny-owl": "^1.0.0",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"postcss-cli": "^11.0.1",
"pug": "^3.0.3",
"tailwindcss": "^4.1.4"
}
}