-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.34 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
{
"name": "Pizza_Website",
"version": "1.0.0",
"description": "Realtime Pizza order system ",
"main": "index.js",
"author": "Legends_Dev_Group_MIT",
"license": "MIT",
"scripts": {
"dev": "nodemon server.js",
"serve": "node server.js",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --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"
},
"dependencies": {
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"connect-mongo": "^4.6.0",
"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",
"fs": "^0.0.1-security",
"moment": "^2.29.3",
"mongoose": "^6.3.5",
"noty": "^3.2.0-beta-deprecated",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"socket.io": "^4.5.1"
},
"devDependencies": {
"cross-env": "^7.0.3",
"laravel-mix": "5.0",
"nodemon": "^2.0.16",
"resolve-url-loader": "^3.1.0",
"sass": "^1.52.2",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.14"
}
}