forked from cosimogonnelli/COVIDsimple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 KB
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
51
52
53
{
"name": "covidsimple",
"version": "1.0.0",
"description": "565 Full Stack Project",
"main": "index.js",
"scripts": {
"test": "jest --verbose",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"client": "npm start --prefix client",
"server": "nodemon server",
"start": "node server/index.js",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"heroku-postbuild": "npm run install-client && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cosimogonnelli/COVIDsimple.git"
},
"keywords": [
"postgres",
"express",
"node",
"react"
],
"author": "Connor Robetorye, Cosimo Gonnelli, Meghan Mueller-Cox",
"license": "ISC",
"bugs": {
"url": "https://github.com/cosimogonnelli/COVIDsimple/issues"
},
"homepage": "https://github.com/cosimogonnelli/COVIDsimple#readme",
"devDependencies": {
"concurrently": "^5.2.0",
"nodemon": "^2.0.4"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"covid-simple-app": "file:client",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"install": "^0.13.0",
"npm": "^6.14.0",
"pg": "^8.3.0",
"rss-parser": "^3.8.0",
"server": "^1.0.29"
},
"optionalDependencies": {
"fsevents": "^2.1.3"
}
}