-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "localhost",
"version": "1.0.0",
"description": "This is the initiated README for team localhost , Please edit this as you build your project",
"main": "app.js",
"scripts": {
"build-css": "tailwindcss build src/styles.css -o public/assets/styles.css",
"server": "nodemon server.js",
"app": "nodemon app.js",
"dev": "concurrently \"npm run server\" \"npm run app\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/HAC-2020/localhost-.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HAC-2020/localhost-/issues"
},
"homepage": "https://github.com/HAC-2020/localhost-#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"concurrently": "^5.3.0",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-sessions": "^1.0.6",
"mongoose": "^5.9.27",
"nodemailer": "^6.4.11",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"tailwindcss": "^1.6.2"
}
}