-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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
{
"name": "covid-project",
"version": "1.0.0",
"description": "coronavirus reports",
"main": "server.js",
"scripts": {
"start": "node server.js",
"client": "cd client && npm run serve",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jackie1santana/Covid-19-Reports-Api.git"
},
"author": "Jackie T. Santana",
"license": "ISC",
"bugs": {
"url": "https://github.com/jackie1santana/Covid-19-Reports-Api/issues"
},
"homepage": "https://github.com/jackie1santana/Covid-19-Reports-Api#readme",
"dependencies": {
"@hapi/joi": "17.1.1",
"apollo-server": "2.13.0",
"apollo-server-express": "^2.14.3",
"axios": "0.19.2",
"concurrently": "5.2.0",
"cors": "2.8.5",
"dotenv": "8.2.0",
"express": "4.17.1",
"firebase-admin": "8.12.1",
"graphql": "15.0.0",
"handlebars": "4.7.6",
"i": "^0.3.6",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.15",
"npm": "^6.14.5",
"stripe": "8.50.0",
"validator": "13.0.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}