-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.07 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.07 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "Bears-Team-26",
"version": "1.0.0",
"description": "Voyage-4",
"main": "app.js",
"scripts": {
"start": "concurrently \"npm run build --prefix client/\" \"nodemon ./bin/www\"",
"build": "webpack --mode production",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/chingu-voyage4/Bears-Team-26/issues"
},
"homepage": "https://github.com/chingu-voyage4/Bears-Team-26#readme",
"nodemonConfig": {
"ignore": [
"client/*"
]
},
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"concurrently": "^3.5.1",
"create-react-ref": "^0.1.0",
"css-loader": "^0.28.10",
"image-size": "^0.6.2",
"mongoose-findorcreate": "^3.0.0",
"nodemon": "^1.17.2",
"passport-twitter": "^1.0.4",
"react-masonry-component": "^6.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"reactjs-popup": "^1.1.0",
"request-image-size": "^2.1.0",
"style-loader": "^0.20.2",
"webpack": "^4.0.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"ejs": "~2.5.7",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"express": "~4.15.5",
"express-session": "^1.15.6",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.0.4",
"img-loader": "^2.0.1",
"mongoose": "^5.0.7",
"morgan": "~1.9.0",
"passport": "^0.4.0",
"passport-oauth": "^1.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"serve-favicon": "~2.4.5",
"url-loader": "^1.0.1",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.0"
}
}