-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.46 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
{
"name": "all-in-one",
"version": "1.0.0",
"type": "module",
"description": "Theme 1: You plan to start an essentials delivery system. Develop an\r App or a Website where people can order the listed essential goods &\r delivery partners can deliver the same to the mentioned locations.",
"main": "index.js",
"scripts": {
"build": "cd frontend && npm install && npm run build",
"start": "nodemon --watch backend --exec node --experimental-modules backend/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shivam7374/All-In-ONE.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shivam7374/All-In-ONE/issues"
},
"homepage": "https://github.com/shivam7374/All-In-ONE#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"actions-on-google": "^3.0.0",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"body": "^5.1.0",
"body-parser": "^1.19.0",
"dialogflow": "^1.2.0",
"dialogflow-fulfillment": "^0.6.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"firebase-functions": "^3.15.5",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.11",
"multer": "^1.4.2",
"parser": "^0.1.4",
"react-uuid": "^1.0.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint-plugin-react": "^7.21.5",
"nodemon": "^2.0.12"
},
"engines": {
"node": "12.4.0",
"npm": "6.9.0"
}
}