forked from nadaelmahfoudi/Hint
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 897 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 897 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
{
"dependencies": {
"@faker-js/faker": "^9.0.0",
"autoprefixer": "^10.4.20",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"connect-flash": "^0.1.1",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"encodeurl": "^2.0.0",
"express": "^4.20.0",
"express-session": "^1.18.0",
"express-validator": "^7.2.0",
"flowbite": "^2.5.1",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.3",
"nodemailer": "^6.9.15",
"postcss": "^8.4.45",
"sanitize-html": "^2.13.0",
"sequelize": "^6.37.3"
},
"devDependencies": {
"tailwindcss": "^3.4.10"
},
"scripts": {
"build:css": "npx tailwindcss -i ./public/css/styles.css -o ./public/css/tailwind.css --watch",
"sync-db": "node scripts/sync.js"
},
"name": "vibeshare",
"version": "1.0.0",
"description": "",
"main": "app.js",
"keywords": [],
"author": "",
"license": "ISC"
}