-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 934 Bytes
/
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
{
"name": "amazonClone",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"scripts": {
"build": "cd frontend-copy && yarn && yarn build",
"start": "nodemon --watch backend --exec node --experimental-modules backend/server.js"
},
"repository": "https://github.com/supercutcat/amzonClone.git",
"author": "supercutcat <[email protected]>",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.3",
"mongoose-timestamp": "^0.6.0",
"multer": "^1.4.2",
"nodemon": "^2.0.7",
"react-paypal-button-v2": "^2.6.3"
},
"devDependencies": {
"eslint": "^7.23.0",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0"
},
"engines": {
"node": "15.13.0",
"npm": "7.7.6",
"yarn": "1.22.5"
}
}