forked from HosamAboabla/Node-e-commerce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.26 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
{
"name": "e-commerce",
"version": "1.0.0",
"description": "## Team members: - Hosam Sayed Ahmed Aboabla - Galal Nasser Mohamed Elfeky - Mohammed Essam Mohammed Abu El-Nasr - Ahmed Fayez Basiony Hussien - Adel ma'mon elwan - Abdallah Alaa Ali Salem",
"main": "index.js",
"engines": {
"node": "16.14.0"
},
"scripts": {
"start": "nodemon server/index.js",
"client-install": "npm install --prefix client",
"client-build": "npm run build --prefix client",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix client"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HosamAboabla/Node-e-commerce.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HosamAboabla/Node-e-commerce/issues"
},
"homepage": "https://github.com/HosamAboabla/Node-e-commerce#readme",
"dependencies": {
"cookie-parser": "^1.4.6",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.2.8",
"nodemon": "^2.0.15",
"react-paginate": "^8.2.0",
"react-pagination-library": "^0.1.14",
"tryer": "^1.0.1",
"validator": "^13.7.0"
}
}