-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "authentication_with_passport",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"style": "npx tailwindcss -i ./dist/input.css -o ./public/style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"alpinejs": "^3.13.1",
"bcrypt": "^5.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"csurf": "^1.11.0",
"dotenv": "^16.3.1",
"easymde": "^2.18.0",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"file-type": "^18.5.0",
"flowbite": "^1.8.1",
"method-override": "^3.0.0",
"mongoose": "^7.5.4",
"multer": "^1.4.5-lts.1",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-remember-me": "^0.0.1",
"xss": "^1.0.14"
},
"devDependencies": {
"flowbite-typography": "^1.0.3",
"tailwindcss": "^3.3.3"
}
}