68 lines
1.9 KiB
JSON
68 lines
1.9 KiB
JSON
{
|
|
"name": "dispatch",
|
|
"version": "0.0.0",
|
|
"description": "",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"babel-core": "^6.23.1",
|
|
"babel-eslint": "^8.2.2",
|
|
"babel-jest": "^22.4.3",
|
|
"babel-loader": "^7.0.0",
|
|
"babel-plugin-module-resolver": "^3.1.1",
|
|
"babel-plugin-rewire": "^1.1.0",
|
|
"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",
|
|
"brotli": "^1.3.1",
|
|
"css-loader": "^0.28.0",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-import-resolver-babel-module": "^4.0.0",
|
|
"eslint-loader": "^2.0.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
|
"eslint-plugin-react": "^7.7.0",
|
|
"express": "^4.14.1",
|
|
"express-http-proxy": "^1.0.1",
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^5.0.0",
|
|
"gulp-cached": "^1.1.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-cssnano": "^2.1.2",
|
|
"gulp-util": "^3.0.8",
|
|
"jest": "^22.4.3",
|
|
"style-loader": "^0.20.3",
|
|
"through2": "^2.0.3",
|
|
"webpack": "^4.1.1",
|
|
"webpack-dev-middleware": "^3.0.1",
|
|
"webpack-hot-middleware": "^2.17.0"
|
|
},
|
|
"dependencies": {
|
|
"autolinker": "^1.4.3",
|
|
"backo": "^1.1.0",
|
|
"base64-arraybuffer": "^0.1.5",
|
|
"fontfaceobserver": "^2.0.9",
|
|
"history": "4.5.1",
|
|
"immutable": "^3.8.1",
|
|
"js-cookie": "^2.1.4",
|
|
"lodash": "^4.17.4",
|
|
"react": "^16.2.0",
|
|
"react-dom": "^16.2.0",
|
|
"react-hot-loader": "^4.0.0",
|
|
"react-redux": "^5.0.2",
|
|
"react-virtualized": "^9.3.0",
|
|
"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"
|
|
}
|
|
}
|