2015-01-17 01:37:21 +00:00
|
|
|
{
|
2016-01-05 18:29:22 +00:00
|
|
|
"name": "dispatch",
|
2015-01-17 01:37:21 +00:00
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"devDependencies": {
|
2016-03-14 22:22:24 +00:00
|
|
|
"babel-core": "^6.7.2",
|
|
|
|
"babel-eslint": "^6.0.0-beta.6",
|
|
|
|
"babel-loader": "^6.2.4",
|
|
|
|
"babel-plugin-react-transform": "^2.0.2",
|
2015-12-28 23:34:32 +00:00
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2016-02-16 21:43:25 +00:00
|
|
|
"babel-plugin-transform-react-constant-elements": "^6.5.0",
|
2016-03-14 22:22:24 +00:00
|
|
|
"babel-plugin-transform-react-inline-elements": "^6.6.5",
|
|
|
|
"babel-preset-es2015": "^6.6.0",
|
2016-02-16 21:43:25 +00:00
|
|
|
"babel-preset-react": "^6.5.0",
|
|
|
|
"babel-preset-stage-0": "^6.5.0",
|
2016-02-06 00:54:21 +00:00
|
|
|
"css-loader": "^0.23.1",
|
2016-03-14 22:22:24 +00:00
|
|
|
"eslint": "^2.4.0",
|
|
|
|
"eslint-config-airbnb": "^6.1.0",
|
|
|
|
"eslint-loader": "^1.3.0",
|
|
|
|
"eslint-plugin-react": "^4.2.1",
|
2016-02-04 02:35:50 +00:00
|
|
|
"express": "^4.13.4",
|
2016-01-25 00:01:37 +00:00
|
|
|
"express-http-proxy": "^0.6.0",
|
2016-02-16 21:43:25 +00:00
|
|
|
"gulp": "^3.9.1",
|
2015-12-11 23:33:05 +00:00
|
|
|
"gulp-autoprefixer": "3.1.0",
|
2015-06-07 23:06:08 +00:00
|
|
|
"gulp-cached": "^1.1.0",
|
2016-01-05 18:29:22 +00:00
|
|
|
"gulp-concat": "^2.6.0",
|
2016-02-16 21:43:25 +00:00
|
|
|
"gulp-cssnano": "^2.1.1",
|
2015-12-11 23:33:05 +00:00
|
|
|
"gulp-gzip": "1.2.0",
|
2015-12-28 23:34:32 +00:00
|
|
|
"gulp-util": "^3.0.7",
|
2016-02-16 21:43:25 +00:00
|
|
|
"ify-loader": "^1.0.3",
|
2016-02-04 02:35:50 +00:00
|
|
|
"react-transform-catch-errors": "^1.0.2",
|
2016-03-14 22:22:24 +00:00
|
|
|
"react-transform-hmr": "^1.0.4",
|
2016-02-04 02:35:50 +00:00
|
|
|
"redbox-react": "^1.2.2",
|
2016-02-06 00:54:21 +00:00
|
|
|
"style-loader": "^0.13.0",
|
2016-03-14 22:22:24 +00:00
|
|
|
"webpack": "^1.12.14",
|
2016-02-04 02:35:50 +00:00
|
|
|
"webpack-dev-middleware": "^1.5.1",
|
2016-03-14 22:22:24 +00:00
|
|
|
"webpack-hot-middleware": "^2.10.0"
|
2015-01-17 01:37:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-02-17 00:49:27 +00:00
|
|
|
"autolinker": "git+https://github.com/robbie-c/Autolinker.js.git",
|
2015-06-04 00:06:17 +00:00
|
|
|
"backo": "^1.1.0",
|
2016-01-11 20:04:57 +00:00
|
|
|
"base64-arraybuffer": "^0.1.5",
|
2016-03-14 22:22:24 +00:00
|
|
|
"eventemitter2": "^1.0.0",
|
|
|
|
"history": "^2.0.1",
|
2015-12-28 23:34:32 +00:00
|
|
|
"immutable": "^3.7.6",
|
2016-03-14 22:22:24 +00:00
|
|
|
"lodash": "^4.6.1",
|
2015-12-28 23:34:32 +00:00
|
|
|
"pure-render-decorator": "^0.2.0",
|
2016-03-14 22:45:46 +00:00
|
|
|
"react": "^15.0.0-rc.1",
|
|
|
|
"react-dom": "^15.0.0-rc.1",
|
2016-03-14 22:22:24 +00:00
|
|
|
"react-redux": "^4.4.1",
|
|
|
|
"react-router": "^2.0.1",
|
|
|
|
"react-router-redux": "^4.0.0",
|
2016-02-16 21:43:25 +00:00
|
|
|
"react-virtualized": "^4.10.0",
|
|
|
|
"redux": "^3.3.1",
|
2016-03-14 22:22:24 +00:00
|
|
|
"redux-thunk": "^2.0.1",
|
|
|
|
"reselect": "^2.1.0"
|
2015-01-17 01:37:21 +00:00
|
|
|
}
|
2015-02-17 00:27:02 +00:00
|
|
|
}
|