dispatch/client/package.json

68 lines
1.9 KiB
JSON
Raw Normal View History

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": "",
"license": "MIT",
2015-01-17 01:37:21 +00:00
"main": "index.js",
"devDependencies": {
2017-02-16 02:55:50 +00:00
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
2017-05-08 00:02:04 +00:00
"babel-jest": "^20.0.0",
2017-04-30 20:37:09 +00:00
"babel-loader": "^7.0.0",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-rewire": "^1.1.0",
2017-02-16 02:55:50 +00:00
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
2017-04-14 02:33:44 +00:00
"brotli": "^1.3.1",
"css-loader": "^0.28.0",
2017-02-16 02:55:50 +00:00
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-babel-module": "^3.0.0",
2017-02-16 02:55:50 +00:00
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"express": "^4.14.1",
2017-04-30 20:37:09 +00:00
"express-http-proxy": "^1.0.1",
2016-02-16 21:43:25 +00:00
"gulp": "^3.9.1",
2017-05-14 20:54:43 +00:00
"gulp-autoprefixer": "^4.0.0",
2017-02-16 02:55:50 +00:00
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-util": "^3.0.8",
2017-05-08 00:02:04 +00:00
"jest": "^20.0.0",
2017-05-23 07:58:08 +00:00
"style-loader": "^0.18.0",
2017-04-14 02:33:44 +00:00
"through2": "^2.0.3",
2017-06-20 02:26:18 +00:00
"webpack": "^3.0.0",
2017-02-16 02:55:50 +00:00
"webpack-dev-middleware": "^1.10.0",
"webpack-hot-middleware": "^2.17.0"
2015-01-17 01:37:21 +00:00
},
"dependencies": {
2017-04-16 04:08:45 +00:00
"autolinker": "^1.4.3",
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",
2017-05-12 08:51:37 +00:00
"fontfaceobserver": "^2.0.9",
2017-05-08 00:02:04 +00:00
"history": "4.5.1",
2017-02-16 02:55:50 +00:00
"immutable": "^3.8.1",
"js-cookie": "^2.1.4",
2017-02-16 02:55:50 +00:00
"lodash": "^4.17.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-hot-loader": "next",
2017-02-16 02:55:50 +00:00
"react-redux": "^5.0.2",
2017-03-23 19:38:27 +00:00
"react-virtualized": "^9.3.0",
2017-02-16 02:55:50 +00:00
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.0",
"url-pattern": "^1.0.3"
},
"scripts": {
"test": "jest",
"test:verbose": "jest --verbose",
"test:watch": "jest --watch"
2015-01-17 01:37:21 +00:00
}
2015-02-17 00:27:02 +00:00
}