forked from vteam27/HackTU-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 691 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 691 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
{
"name": "hacktu",
"version": "1.0.0",
"description": "HackTU Project",
"scripts": {
"watch": "postcss ./public/css/input.css -o ./public/css/output.css --watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"alert": "^5.1.4",
"body-parser": "^1.20.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"mongoose": "^6.9.0",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.20",
"postcss-cli": "^10.1.0",
"request": "^2.88.2",
"vite": "^4.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}