-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
{
"name": "milgo-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon src/index.js",
"lint": "npx eslint -c .eslintrc.json --ext .js src/ --fix"
},
"dependencies": {
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jquery": "^3.5.1",
"method-override": "^3.0.0",
"multer": "^1.4.2",
"nodemon": "^2.0.7",
"pg": "^8.7.1",
"sequelize": "^6.6.5"
},
"devDependencies": {
"@types/sequelize": "^4.28.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.24.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abdullahaslam306/building-material-ecommerce-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abdullahaslam306/building-material-ecommerce-app/issues"
},
"homepage": "https://github.com/abdullahaslam306/building-material-ecommerce-app#readme"
}