-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "miss-beauty",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "postcss public/styles/input.css -o public/styles/output.css",
"dev": "nodemon app.js",
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"config": "^3.3.12",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"debug": "^4.3.5",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"flowbite": "^2.4.1",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.4.4",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.14",
"postcss-cli": "^11.0.0"
},
"devDependencies": {
"@types/connect-flash": "^0.0.40",
"@types/cookie-parser": "^1.4.7",
"@types/debug": "^4.1.12",
"@types/express-session": "^1.18.0",
"@types/nodemailer": "^6.4.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.9"
}
}