-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 959 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 959 Bytes
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": "vendible",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"build": "react-scripts build",
"test": "echo \"Error: no test specified\" && exit 1",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run start\" \"npm run client\"",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.17.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"concurrently": "^3.5.1",
"cors": "^2.8.4",
"dotenv": "^5.0.0",
"express": "^4.16.2",
"firebase": "^4.13.1",
"firebase-tools": "^3.18.4",
"jsonwebtoken": "^8.1.1",
"mongoose": "^5.0.2",
"morgan": "^1.9.0",
"netlify-cli": "^1.2.2",
"nodemon": "^1.14.11",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"stripe": "^5.5.0"
}
}