-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "pizza_app",
"version": "1.0.0",
"description": "real time pizza",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js",
"development": "mix",
"watch": "npx mix watch",
"production": "npx mix --production"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"connect-mongo": "^4.4.1",
"cookie-parser": "^1.4.5",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-flash": "0.0.2",
"express-session": "^1.17.2",
"mongoose": "^5.12.10",
"nodemon": "^2.0.7",
"noty": "^3.2.0-beta-deprecated",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"validator": "^13.6.0"
},
"devDependencies": {
"laravel-mix": "^6.0.19",
"postcss": "^8.3.0",
"resolve-url-loader": "^3.1.2",
"sass": "^1.32.13",
"sass-loader": "^11.0.1"
}
}