-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·73 lines (73 loc) · 1.77 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
67
68
69
70
71
72
73
{
"private": true,
"engines": {
"node": ">=4"
},
"devDependencies": {
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-react": "^6.2.0",
"babel-core": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.5.2",
"browser-sync": "^2.2.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-babel": "^6.1.1",
"gulp-cache": "^0.4.2",
"gulp-cssnano": "^2.0.0",
"gulp-eslint": "^3.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.2.4",
"gulp-plumber": "^1.0.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.0.0",
"main-bower-files": "^2.5.0",
"run-sequence": "^1.2.2",
"wiredep": "^4.0.0"
},
"dependencies": {
"@google-cloud/vision": "^0.6.0",
"aws-sdk": "^2.7.5",
"bcrypt": "^0.8.7",
"bluebird": "^3.4.3",
"body-parser": "^1.15.2",
"connect-redis": "^3.1.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.1",
"ejs": "^2.5.2",
"elasticsearch": "^12.1.3",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"express-validator": "^2.20.8",
"google-cloud": "^0.44.0",
"handlebars": "^4.0.5",
"jade": "^1.11.0",
"mongodb": "^2.2.9",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-twitter": "^1.0.4",
"rethinkdbdash": "^2.3.26"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true,
"browser": true
},
"rules": {
"quotes": [
2,
"single"
]
}
}
}