-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "interface",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "postcss -w css/tailwind.css -o public/css/tailwind.css",
"build": "NODE_ENV=production postcss css/tailwind.css -o public/css/tailwind.css",
"deploy": "yarn build && firebase deploy",
"start": "nodemon --inspect app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^9.8.6",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"get-port": "^5.1.1",
"http": "0.0.1-security",
"method": "^2.0.0",
"method-override": "^3.0.0",
"moment": "^2.27.0",
"mongoose": "^5.10.2",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"nodemailer": "^6.4.11",
"nodemailer-smtp-transport": "^2.7.4",
"nodemon": "^2.0.4",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"postcss-cli": "^7.1.1",
"random": "^2.2.0",
"redis": "^3.0.2",
"session": "^0.1.0",
"socket.io": "^2.3.0",
"tailwindcss": "^1.7.6",
"validator": "^13.1.1"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"@types/node": "^14.14.3"
}
}