-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 736 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 736 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
{
"name": "assignment2",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"tw:build": "tailwindcss build -i ./public/css/tailwind.css -o ./public/css/main.css --watch"
},
"author": "Ashish Shrees",
"license": "ISC",
"description": "",
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"bcryptjs": "^3.0.2",
"client-sessions": "^0.8.0",
"daisyui": "^4.12.23",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"mongoose": "^8.13.2",
"pg": "^8.14.1",
"pg-hstore": "^2.3.4",
"sequelize": "^6.37.6"
},
"devDependencies": {
"tailwindcss": "^3.4.17"
}
}