-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1021 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
37
38
39
{
"name": "reactbot",
"version": "1.0.0",
"description": "Pharmacy Bot for WebPage",
"main": "index.js",
"engines": {
"node": "10.16.0",
"npm": "6.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"backend": "nodemon index.js",
"frontend": "npm run start --prefix client",
"dev": "concurrently \"npm run backend\" \"npm run frontend\""
},
"author": "Ritwik Shanker, Taranjeet Singh",
"license": "ISC",
"dependencies": {
"actions-on-google": "^2.12.0",
"body-parser": "latest",
"bootstrap": "^4.3.1",
"browserslist": "^4.6.3",
"cors": "^2.8.5",
"dialogflow": "^0.10.0",
"dialogflow-fulfillment": "^0.6.1",
"express": "^4.17.1",
"google-oauth-jwt": "^0.2.0",
"material-icons-react": "^1.0.4",
"mongodb": "latest",
"mongoose": "^5.6.0",
"npx": "^10.2.0",
"socket.io": "^2.2.0"
},
"devDependencies": {
"concurrently": "^4.1.0",
"nodemon": "^1.19.1"
}
}