-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 938 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
{
"name": "no1fan",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "npx tailwindcss build -i public/styles/tailwind.css -o public/styles/style.css",
"start": "npm run build:css && node server.js",
"watch": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.1",
"bcrypt": "^5.0.1",
"connect-session-sequelize": "^7.1.2",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-handlebars": "^6.0.2",
"express-session": "^1.17.2",
"handlebars": "^4.7.7",
"moment": "^2.29.1",
"mysql2": "^2.3.3",
"node-fetch": "^2.6.6",
"postcss": "^8.4.5",
"sequelize": "^6.12.0-beta.1",
"tailwindcss": "^3.0.11"
}
}