-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "rest",
"version": "1.0.0",
"description": "RMS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js -e .js,.ejs,.scss,.html,.css",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"production": "mix --production"
},
"keywords": [],
"author": "SHARAD",
"license": "ISC",
"dependencies": {
"@stripe/stripe-js": "^1.25.0",
"axios": "^0.26.1",
"bcrypt": "^5.0.1",
"connect-mongo": "^4.6.0",
"dotenv": "^14.3.2",
"ejs": "^3.1.6",
"express": "^4.17.2",
"express-ejs-layouts": "^2.5.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.2",
"moment": "^2.29.1",
"mongoose": "^6.1.6",
"multer": "^1.4.4",
"noty": "^3.2.0-beta-deprecated",
"passport": "^0.5.2",
"passport-local": "^1.0.0",
"socket.io": "^4.4.1",
"stripe": "^8.212.0",
"tailwindcss": "^3.0.23",
"validator": "^13.7.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.41",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.0",
"sass-loader": "^12.1.0"
}
}