-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.61 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.61 KB
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": "pizza-tracker",
"version": "1.0.0",
"description": "this is a real time app",
"main": "(index.js)",
"scripts": {
"serve": "node server.js",
"dev": "nodemon 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"
},
"author": "Cheloor Saravanan Mohandas",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@stripe/stripe-js": "^1.11.0",
"axios": "^0.21.0",
"bcrypt": "^5.0.0",
"connect-mongo": "^3.2.0",
"connect-mongodb-session": "^2.4.1",
"cookie-session": "^1.4.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-flash": "0.0.2",
"express-middleware": "^3.4.2",
"express-session": "^1.17.1",
"moment": "^2.29.1",
"mongoose": "^5.10.11",
"nodemon": "^2.0.6",
"noty": "^3.2.0-beta",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"socket.io": "^3.0.0",
"stripe": "^8.120.0",
"tailwindcss": "^1.9.6"
},
"devDependencies": {
"@types/node": "^14.14.6",
"cross-env": "^7.0.2",
"ejs-lint": "^1.1.0",
"laravel-mix": "^5.0.7",
"resolve-url-loader": "^3.1.2",
"sass": "^1.27.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
}
}