-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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": "zomoto",
"version": "1.0.0",
"description": "This my first real time project",
"main": "index.js",
"author": "mr-god",
"scripts": {
"serve": "node server.js",
"dev": "nodemon server.js",
"development": "mix",
"watch": "npx mix watch",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"connect-mongo": "^4.6.0",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-ejs-layouts": "^2.5.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"moment": "^2.29.4",
"mongoose": "^6.4.2",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"socket.io": "^4.5.1"
},
"devDependencies": {
"laravel-mix": "^6.0.49",
"nodemon": "^2.0.18",
"resolve-url-loader": "5.0.0",
"sass": "^1.53.0",
"sass-loader": "12.1.0"
}
}