forked from CA-G12/BIKA-MERCE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.6 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "bika-merce-",
"version": "1.0.0",
"engine": {
"node": "16.11.1^"
},
"description": "E-Commerce App PERN STACK",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node ./src",
"dev": "cross-env NODE_ENV=development nodemon ./src",
"heroku-postbuild": "cd client && npm install && npm run build",
"test": "cross-env NODE_ENV=test jest",
"lint": "eslint src/** --fix",
"lint-fix": "npm run lint --fix",
"lint:client": "cd client && npm run lint",
"format": "prettier --write {src,client/src}/**/*.{js,jsx}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CA-G12/BIKA-MERCE-.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CA-G12/BIKA-MERCE-/issues"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"cloudinary": "^1.31.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cross-env": "^7.0.3",
"env2": "^2.2.2",
"eslint-config-airbnb-base": "^15.0.0",
"express": "^4.18.1",
"form-data": "^4.0.0",
"formidable": "^1.1.1",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.9.0",
"multer": "^1.4.5-lts.1",
"pg": "^8.8.0",
"tinify": "^1.6.1"
},
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.0.1",
"nodemon": "^2.0.19",
"prettier": "^2.7.1",
"supertest": "^6.2.4"
},
"homepage": "https://github.com/CA-G12/BIKA-MERCE-#readme"
}