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
89 lines (89 loc) · 2.32 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.32 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "app",
"version": "1.0.0",
"main": "app.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "9.x"
},
"dependencies": {
"algoliasearch": "^3.24.9",
"axios": "^0.17.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^22.1.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-constants": "^6.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"body-parser": "^1.18.2",
"cookie-parser": "~1.4.3",
"css-loader": "^0.28.8",
"debug": "^3.1.0",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"esdoc": "^1.0.4",
"esdoc-es7-plugin": "0.0.3",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"getstream": "^3.10.0",
"humps": "^2.0.1",
"inline-environment-variables-webpack-plugin": "^1.2.1",
"jest-cli": "^22.1.1",
"jsx": "^0.9.89",
"jsx-loader": "^0.13.2",
"mapbox-geocoding": "^0.1.5",
"md5": "^2.2.1",
"mock-local-storage": "^1.0.5",
"moment": "^2.20.1",
"morgan": "^1.9.0",
"nock": "^9.1.6",
"node-sass": "^4.7.2",
"numeral": "^2.0.6",
"react": "^16.2.0",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^16.2.0",
"react-geocoder": "^2.5.0",
"react-image-component": "^1.0.0",
"react-ink": "^6.2.0",
"react-redux": "^5.0.6",
"react-router": "4.2.0",
"react-router-redux": "^4.0.8",
"react-tap-event-plugin": "^3.0.2",
"redux": "^3.7.2",
"redux-mock-store": "^1.4.0",
"redux-router": "^2.1.2",
"redux-thunk": "^2.2.0",
"sass-loader": "^6.0.6",
"serve-favicon": "^2.4.5",
"webpack": "^3.10.0",
"webpack-babel-jest": "^1.0.4"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/GetStream/stream-react-example.git"
},
"keywords": [
"GetStream"
],
"author": "Nick Parsons <nick@getstream.io>",
"license": "ISC",
"bugs": {
"url": "https://github.com/GetStream/stream-react-example/issues"
},
"homepage": "https://github.com/GetStream/stream-react-example#readme",
"description": ""
}