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-01-06 23:28:11 +00:00
|
|
|
"babel-core": "^6.4.0",
|
2015-12-11 23:33:05 +00:00
|
|
|
"babel-eslint": "^5.0.0-beta6",
|
2016-01-05 18:29:22 +00:00
|
|
|
"babel-loader": "^6.2.1",
|
2015-12-28 23:34:32 +00:00
|
|
|
"babel-plugin-react-transform": "^2.0.0",
|
|
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
2015-12-11 23:33:05 +00:00
|
|
|
"babel-preset-es2015": "^6.3.13",
|
|
|
|
"babel-preset-react": "^6.3.13",
|
2015-12-28 23:34:32 +00:00
|
|
|
"babel-preset-stage-0": "^6.3.13",
|
2015-12-11 04:10:56 +00:00
|
|
|
"eslint": "^1.10.3",
|
2016-01-06 23:28:11 +00:00
|
|
|
"eslint-config-airbnb": "^3.0.1",
|
2016-01-05 18:29:22 +00:00
|
|
|
"eslint-loader": "^1.2.0",
|
|
|
|
"eslint-plugin-react": "^3.14.0",
|
2015-12-28 23:34:32 +00:00
|
|
|
"express": "^4.13.3",
|
2016-01-05 18:29:22 +00:00
|
|
|
"gulp": "^3.9.0",
|
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",
|
|
|
|
"gulp-cssnano": "^2.1.0",
|
2015-12-11 23:33:05 +00:00
|
|
|
"gulp-gzip": "1.2.0",
|
2015-12-28 23:34:32 +00:00
|
|
|
"gulp-htmlmin": "^1.3.0",
|
|
|
|
"gulp-util": "^3.0.7",
|
|
|
|
"react-transform-catch-errors": "^1.0.1",
|
|
|
|
"react-transform-hmr": "^1.0.1",
|
|
|
|
"redbox-react": "^1.2.0",
|
|
|
|
"redux-devtools": "^3.0.1",
|
|
|
|
"redux-devtools-dock-monitor": "^1.0.1",
|
|
|
|
"redux-devtools-log-monitor": "^1.0.1",
|
2016-01-06 23:28:11 +00:00
|
|
|
"webpack": "^1.12.10",
|
2015-12-28 23:34:32 +00:00
|
|
|
"webpack-dev-middleware": "^1.4.0",
|
|
|
|
"webpack-hot-middleware": "^2.6.0"
|
2015-01-17 01:37:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2015-12-28 23:34:32 +00:00
|
|
|
"autolinker": "^0.22.0",
|
2015-06-04 00:06:17 +00:00
|
|
|
"backo": "^1.1.0",
|
2015-12-28 23:34:32 +00:00
|
|
|
"eventemitter2": "^0.4.14",
|
|
|
|
"history": "^1.17.0",
|
|
|
|
"immutable": "^3.7.6",
|
|
|
|
"lodash": "^3.10.1",
|
|
|
|
"pure-render-decorator": "^0.2.0",
|
2016-01-05 18:29:22 +00:00
|
|
|
"react": "^0.14.5",
|
|
|
|
"react-dom": "^0.14.5",
|
2015-12-28 23:34:32 +00:00
|
|
|
"react-infinite": "0.7.3",
|
2016-01-05 18:29:22 +00:00
|
|
|
"react-redux": "^4.0.6",
|
2015-12-28 23:34:32 +00:00
|
|
|
"react-router": "^1.0.3",
|
|
|
|
"redux": "^3.0.5",
|
|
|
|
"redux-simple-router": "^1.0.2",
|
2016-01-05 18:29:22 +00:00
|
|
|
"redux-thunk": "^1.0.3",
|
2015-12-28 23:34:32 +00:00
|
|
|
"reselect": "^2.0.1"
|
2015-01-17 01:37:21 +00:00
|
|
|
}
|
2015-02-17 00:27:02 +00:00
|
|
|
}
|