-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "fooddeliveryapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"start-watch": "nodemon index.js",
"dev": "concurrently \"npm run start-watch\" \"cd frontend && npm start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hemabhushan-r/FoodDeliveryApp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hemabhushan-r/FoodDeliveryApp/issues"
},
"homepage": "https://github.com/Hemabhushan-r/FoodDeliveryApp#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.9.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"jquery": "^3.6.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.4",
"pexels": "^1.4.0",
"popper.js": "^1.16.1",
"razorpay": "^2.8.4",
"react-router-dom": "^6.4.2"
},
"devDependencies": {
"concurrently": "^7.4.0",
"nodemon": "^2.0.20"
}
}