forked from hasan-py/MERN_Stack_Project_Ecommerce_Hayroo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 941 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
36
{
"name": "Hayroo",
"version": "1.0.0",
"description": "A E-commerce website.",
"main": "app.js",
"scripts": {
"start:dev": "nodemon app.js",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/hasan-py/MERN_Stack_Project_Hayroo_Ecommerce"
},
"author": "Hasan | https://hasan-py.github.io",
"license": "ISC",
"bugs": {
"url": "https://github.com/hasan-py/MERN_Stack_Project_Hayroo_Ecommerce/issues"
},
"homepage": "https://github.com/hasan-py/MERN_Stack_Project_Hayroo_Ecommerce#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"braintree": "^3.0.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"i": "^0.3.6",
"jsonwebtoken": "^9.0.2",
"mongoose": "^5.9.27",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodemon": "^2.0.4",
"npm": "^10.8.2",
"uuid": "^8.3.2"
}
}