forked from zainhuda/tags-founders-project
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.33 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
44
45
46
{
"name": "founders-student-housing",
"version": "1.0.0",
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"engines": {
"node": "10.15.0",
"npm": "6.4.1"
},
"scripts": {
"start": "node index.js",
"server": "nodemon index.js",
"client": "npm run start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "cd client/ && npm install && npm run build"
},
"cacheDirectories": [
"client/node_modules"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zainhuda/founders-student-housing.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zainhuda/founders-student-housing/issues"
},
"homepage": "https://github.com/zainhuda/founders-student-housing#readme",
"dependencies": {
"axios": "^0.18.0",
"concurrently": "^4.1.0",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"generate-schema": "^2.6.0",
"mongoose": "^5.3.12",
"nodemon": "^1.18.6",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-slack-oauth2": "^1.0.2",
"react-bootstrap": "^1.0.0-beta.5",
"request": "^2.88.0",
"request-promise": "^4.2.2"
}
}