-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
112 lines (112 loc) · 3.06 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "horizon-chat",
"version": "0.0.1",
"description": "chat application using rethinkdb, horizon.io, express, reactjs",
"main": "index.js",
"scripts": {
"flow": "flow"
},
"keywords": [
"rethinkdb",
"horizon",
"chat",
"react",
"express"
],
"author": "Sean Madhavan",
"license": "MIT",
"engines": {
"node": ">=6 && <7",
"npm": ">=3"
},
"dependencies": {
"autoprefixer": "^6.4.0",
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"consolidate": "^0.14.1",
"cookie-parser": "^1.4.3",
"core-decorators": "^0.12.3",
"cors": "^2.7.1",
"css-loader": "^0.23.1",
"debug": "^2.2.0",
"del": "^2.2.1",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"express-session": "^1.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"glob": "^7.0.5",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"gulp-webpack": "^1.5.0",
"history": "^3.0.0",
"i18next": "^3.4.2",
"i18next-browser-languagedetector": "^1.0.0",
"i18next-express-middleware": "^1.0.2",
"i18next-node-fs-backend": "^0.1.2",
"i18next-xhr-backend": "^1.1.0",
"immutability-helper": "^2.0.0",
"js-cookie": "^2.1.3",
"jsonwebtoken": "^7.1.9",
"localforage": "^1.4.2",
"lodash": "^4.14.1",
"md5": "^2.1.0",
"moment": "^2.14.1",
"morgan": "^1.7.0",
"node-sass": "^3.9.3",
"normalize.css": "^4.2.0",
"onesky-utils": "0.0.3",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"postcss-loader": "^0.10.0",
"react": "^15.3.0",
"react-addons-css-transition-group": "^15.3.0",
"react-addons-update": "^15.3.0",
"react-dom": "^15.3.0",
"react-hot-loader": "^1.3.0",
"react-i18next": "^1.10.0",
"react-redux": "^4.4.5",
"react-router": "^3.0.0-alpha.3",
"react-router-bootstrap": "^0.23.1",
"react-router-redux": "^4.0.5",
"react-toolbox": "^1.1.2",
"redux": "^3.5.2",
"redux-actions": "^0.10.1",
"redux-form": "^5.3.2",
"redux-fsa-thunk": "0.0.2",
"redux-logger": "^2.6.1",
"redux-persist": "^3.5.0",
"redux-promise": "^0.5.3",
"redux-watch": "^1.1.1",
"require-dir": "^0.3.0",
"rethinkdb": "^2.3.2",
"run-sequence": "^1.2.2",
"sass-loader": "^4.0.0",
"socket.io": "^1.4.8",
"style-loader": "^0.13.1",
"superagent": "^2.1.0",
"swig": "^1.4.2",
"thinky": "^2.3.4",
"thinky-rest": "^0.2.3"
},
"devDependencies": {
"bluebird": "^3.4.6",
"flow-bin": "^0.30.0",
"gulp-file-cache": "0.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-util": "^3.0.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}