-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 849 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
{
"name": "online-medicine-shopping",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app.js",
"heroku-postbuild": "cd client && npm install && npm run build"
},
"engines": {
"node": "^10.3.0",
"npm": "^6.8.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"braintree": "^2.24.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-validator": "^5.3.1",
"formidable": "^1.2.2",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"mongoose": "^5.9.27",
"nodemon": "^2.0.4",
"path": "^0.12.7",
"react-number-format": "^4.4.1",
"uuid": "^8.3.0",
"uuidv1": "^1.6.14",
"validator": "^13.1.1"
}
}