generated from pinyi-yang/OAuth_React_Express_ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdepoly.json
41 lines (41 loc) · 1.14 KB
/
depoly.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
{
"name": "fantasy_basketball_domina",
"version": "1.0.0",
"description": "",
"main": "build/server.js",
"scripts": {
"test": "nodemon build/server.js",
"start": "node build/server.js",
"build": "tsc && cp -r views build/views",
"postinstall": "npm run build",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/express-graphql": "^0.8.0",
"@types/graphql": "^14.2.3",
"@types/passport-oauth2": "^1.4.8",
"axios": "^0.19.0",
"dotenv": "^8.0.0",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-graphql": "^0.9.0",
"express-session": "^1.16.2",
"graphql": "^14.4.2",
"mongoose": "^5.6.9",
"passport": "^0.4.0",
"passport-github2": "^0.1.11",
"typescript": "^3.6.2"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/dotenv": "^6.1.1",
"@types/ejs": "^2.6.3",
"@types/express": "^4.17.0",
"@types/express-session": "^1.15.13",
"@types/mongoose": "^5.5.13",
"@types/passport": "^1.0.0",
"@types/passport-github2": "^1.2.4"
}
}