-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.62 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "homeco",
"version": "1.0.0",
"description": "## Overview",
"main": "entry.js",
"engines": {
"node": "6.10.1",
"npm": "3.10.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "webpack",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GreenRabite/Homeco.git"
},
"keywords": [
"homeco"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GreenRabite/Homeco/issues"
},
"homepage": "https://github.com/GreenRabite/Homeco#readme",
"dependencies": {
"async": "^2.6.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cloudinary": "^1.10.0",
"connect-flash": "^0.1.1",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.2",
"fast-xml-parser": "^3.2.1",
"figaro": "^0.1.10",
"jsonwebtoken": "^8.1.1",
"lodash": "^4.17.5",
"materialize-css": "^0.100.2",
"mongodb": "^3.0.2",
"mongoose": "^5.0.6",
"passport": "^0.4.0",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.4",
"react": "^16.2.0",
"react-calendar": "^2.13.0",
"react-dom": "^16.2.0",
"react-modal": "^3.3.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"request": "^2.83.0",
"webpack": "^3.11.0"
},
"devDependencies": {
"redux-logger": "^3.0.6"
}
}