-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.31 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": "food-cafeteria-app",
"version": "1.0.0",
"description": "This is a stackhack2.0 app.",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production"
},
"author": "Kuldeep Singh",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@stripe/stripe-js": "^1.11.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"connect-mongo": "^3.2.0",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-flash": "^0.0.2",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"moment": "^2.29.1",
"mongoose": "^5.11.10",
"multer": "^1.4.2",
"nodemailer": "^6.4.17",
"noty": "^3.2.0-beta",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"resolve-url-loader": "^3.1.2",
"socket.io": "^3.1.0",
"stripe": "^8.131.1",
"tailwindcss": "^2.0.2"
},
"devDependencies": {
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.9",
"nodemon": "^2.0.7",
"sass": "^1.32.2",
"sass-loader": "^10.1.0",
"vue-template-compiler": "^2.6.12"
}
}