-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1020 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1020 Bytes
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
{
"name": "luxify-app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-dev": "nodemon -e js,json,hbs ./bin/www",
"scss": "node-sass --watch scss -o css"
},
"engines": {
"node": "v12.6.0",
"npm": "6.9.0"
},
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"cloudinary": "^1.14.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.0.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.0.0",
"express": "~4.16.1",
"express-session": "^1.16.2",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"mongoose": "^5.6.6",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^2.2.1",
"node-sass": "^4.12.0"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
}
}