forked from GetStream/stream-react-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.7 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
{
"name": "react",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"algoliasearch": "^3.14.1",
"axios": "^0.11.0",
"cookie-parser": "~1.4.1",
"debug": "~2.2.0",
"ejs": "~2.4.1",
"express": "~4.13.4",
"getstream": "^3.2.0",
"mapbox-geocoding": "^0.1.4",
"morgan": "~1.7.0",
"numeral": "^1.5.3",
"react-geocoder": "^2.5.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-block-scoping": "^6.8.0",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2017": "^1.4.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"body-parser": "~1.15.1",
"css-loader": "^0.23.1",
"esdoc": "^0.4.7",
"esdoc-es7-plugin": "0.0.3",
"extract-text-webpack-plugin": "^1.0.1",
"humps": "^1.1.0",
"jsx": "^0.9.89",
"jsx-loader": "^0.13.2",
"md5": "^2.1.0",
"moment": "^2.13.0",
"node-sass": "^3.7.0",
"react": "~15.0.2",
"react-dom": "^15.0.2",
"react-image-component": "^1.0.0",
"react-ink": "^5.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.0",
"react-router-redux": "^4.0.4",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"redux-router": "^1.0.0-beta8",
"redux-thunk": "^2.1.0",
"sass-loader": "^3.2.0",
"webpack": "^1.13.0"
}
}