-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 846 Bytes
/
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
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tw-start2": "npx tailwindcss -i ./src/input.css -o ./dist/output.css --watch",
"tw-start": "npx tailwindcss -i ./src/input.css -o ./public/css/style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"jsonwebtoken": "^9.0.0",
"localStorage": "^1.0.4",
"mysql2": "^3.2.3",
"nanoid": "^3.1.23",
"sequelize": "^6.31.0",
"sequelize-cli": "^6.6.0",
"wrtc": "^0.4.7"
},
"devDependencies": {
"tailwindcss": "^3.3.2"
}
}