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": "",
|
2017-04-12 01:49:19 +00:00
|
|
|
"license": "MIT",
|
2015-01-17 01:37:21 +00:00
|
|
|
"main": "index.js",
|
2018-04-13 18:47:39 +00:00
|
|
|
"browserslist": [
|
2018-11-04 06:22:46 +00:00
|
|
|
"Edge >= 16",
|
|
|
|
"Firefox >= 60",
|
|
|
|
"Chrome >= 61",
|
|
|
|
"Safari >= 10.1",
|
|
|
|
"iOS >= 10.3"
|
2018-04-13 18:47:39 +00:00
|
|
|
],
|
2015-01-17 01:37:21 +00:00
|
|
|
"devDependencies": {
|
2018-12-19 01:55:50 +00:00
|
|
|
"@babel/core": "^7.2.2",
|
2018-12-31 01:20:22 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
2018-08-31 01:57:19 +00:00
|
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
|
2018-11-04 06:22:46 +00:00
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
2018-08-31 01:57:19 +00:00
|
|
|
"@babel/plugin-transform-react-constant-elements": "^7.0.0",
|
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.0.0",
|
2018-12-31 01:20:22 +00:00
|
|
|
"@babel/preset-env": "^7.2.3",
|
2018-08-31 01:57:19 +00:00
|
|
|
"@babel/preset-react": "^7.0.0",
|
2018-04-05 19:13:32 +00:00
|
|
|
"babel-core": "^7.0.0-0",
|
2018-10-06 06:09:29 +00:00
|
|
|
"babel-eslint": "^10.0.1",
|
|
|
|
"babel-jest": "^23.6.0",
|
|
|
|
"babel-loader": "^8.0.4",
|
2017-04-14 02:33:44 +00:00
|
|
|
"brotli": "^1.3.1",
|
2018-12-31 01:20:22 +00:00
|
|
|
"css-loader": "^2.1.0",
|
|
|
|
"cssnano": "^4.1.8",
|
2018-05-16 01:46:42 +00:00
|
|
|
"del": "^3.0.0",
|
2018-12-31 01:20:22 +00:00
|
|
|
"eslint": "^5.11.1",
|
2018-11-04 06:22:46 +00:00
|
|
|
"eslint-config-airbnb": "^17.1.0",
|
2018-10-06 06:09:29 +00:00
|
|
|
"eslint-config-prettier": "^3.1.0",
|
2018-08-12 21:19:17 +00:00
|
|
|
"eslint-import-resolver-webpack": "^0.10.1",
|
2018-10-06 06:09:29 +00:00
|
|
|
"eslint-loader": "^2.1.1",
|
2018-08-21 22:53:45 +00:00
|
|
|
"eslint-plugin-import": "^2.14.0",
|
2018-10-06 06:09:29 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.1.2",
|
2018-12-31 01:20:22 +00:00
|
|
|
"eslint-plugin-react": "^7.12.0",
|
2018-11-04 06:22:46 +00:00
|
|
|
"express": "^4.16.4",
|
2018-11-09 07:11:01 +00:00
|
|
|
"express-http-proxy": "^1.5.0",
|
2018-05-16 01:46:42 +00:00
|
|
|
"gulp": "4.0.0",
|
2017-02-16 02:55:50 +00:00
|
|
|
"gulp-util": "^3.0.8",
|
2018-10-06 06:09:29 +00:00
|
|
|
"jest": "^23.6.0",
|
2018-12-19 01:55:50 +00:00
|
|
|
"mini-css-extract-plugin": "^0.5.0",
|
2018-08-12 21:19:17 +00:00
|
|
|
"postcss-flexbugs-fixes": "^4.1.0",
|
|
|
|
"postcss-loader": "^3.0.0",
|
2018-12-19 01:55:50 +00:00
|
|
|
"postcss-preset-env": "^6.5.0",
|
2018-12-06 10:03:03 +00:00
|
|
|
"prettier": "1.15.3",
|
2018-11-05 07:23:22 +00:00
|
|
|
"react-test-renderer": "^16.7.0-alpha.0",
|
2018-11-04 06:22:46 +00:00
|
|
|
"style-loader": "^0.23.1",
|
2018-12-31 01:20:22 +00:00
|
|
|
"terser-webpack-plugin": "^1.2.1",
|
2018-11-09 07:11:01 +00:00
|
|
|
"through2": "^3.0.0",
|
2018-12-31 01:20:22 +00:00
|
|
|
"webpack": "^4.28.2",
|
2018-10-06 06:09:29 +00:00
|
|
|
"webpack-dev-middleware": "^3.4.0",
|
2018-11-04 06:22:46 +00:00
|
|
|
"webpack-hot-middleware": "^2.24.3",
|
2018-11-14 08:24:40 +00:00
|
|
|
"webpack-plugin-hash-output": "^3.1.0",
|
2018-11-06 10:13:32 +00:00
|
|
|
"workbox-webpack-plugin": "^3.6.3"
|
2015-01-17 01:37:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-12-31 01:20:22 +00:00
|
|
|
"autolinker": "^2.2.1",
|
2015-06-04 00:06:17 +00:00
|
|
|
"backo": "^1.1.0",
|
2018-08-12 21:19:17 +00:00
|
|
|
"classnames": "^2.2.6",
|
2017-05-12 08:51:37 +00:00
|
|
|
"fontfaceobserver": "^2.0.9",
|
2018-12-19 01:55:50 +00:00
|
|
|
"formik": "^1.4.1",
|
2017-05-08 00:02:04 +00:00
|
|
|
"history": "4.5.1",
|
2018-10-07 23:34:53 +00:00
|
|
|
"hsluv": "^0.0.3",
|
2018-12-19 01:55:50 +00:00
|
|
|
"immer": "^1.9.2",
|
2017-05-21 07:53:47 +00:00
|
|
|
"js-cookie": "^2.1.4",
|
2018-10-06 06:09:29 +00:00
|
|
|
"lodash": "^4.17.11",
|
2018-11-04 06:22:46 +00:00
|
|
|
"react": "^16.7.0-alpha.0",
|
|
|
|
"react-dom": "^16.7.0-alpha.0",
|
2018-12-31 01:20:22 +00:00
|
|
|
"react-hot-loader": "^4.6.3",
|
2019-01-05 06:08:34 +00:00
|
|
|
"react-modal": "^3.8.1",
|
2018-11-09 07:11:01 +00:00
|
|
|
"react-redux": "^6.0.0-beta.2",
|
2018-10-26 05:00:37 +00:00
|
|
|
"react-virtualized-auto-sizer": "^1.0.2",
|
2018-12-31 01:20:22 +00:00
|
|
|
"react-window": "^1.5.0",
|
2018-11-04 06:22:46 +00:00
|
|
|
"redux": "^4.0.1",
|
2018-05-31 21:23:01 +00:00
|
|
|
"redux-thunk": "^2.3.0",
|
2018-10-06 06:09:29 +00:00
|
|
|
"reselect": "^4.0.0",
|
2017-05-07 20:19:15 +00:00
|
|
|
"url-pattern": "^1.0.3"
|
2017-04-23 06:45:35 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-11-14 07:25:20 +00:00
|
|
|
"prettier": "prettier --write {.*,*.js,css/*.css,**/*.test.js}",
|
|
|
|
"prettier:all": "prettier --write {.*,*.js,**/*.js,css/*.css}",
|
2017-04-23 06:45:35 +00:00
|
|
|
"test": "jest",
|
2017-06-12 04:39:24 +00:00
|
|
|
"test:verbose": "jest --verbose",
|
2018-05-25 21:54:36 +00:00
|
|
|
"test:watch": "jest --watch",
|
2018-12-17 13:41:24 +00:00
|
|
|
"gen:install": "GO111MODULE=off go get -u github.com/andyleap/gencode github.com/mailru/easyjson/...",
|
2018-05-25 21:54:36 +00:00
|
|
|
"gen:binary": "gencode go -package storage -schema ../storage/storage.schema -unsafe",
|
2018-12-17 13:41:24 +00:00
|
|
|
"gen:json": "easyjson -all -lower_camel_case -omit_empty ../server/json.go ../server/index_data.go && easyjson -lower_camel_case -omit_empty ../storage/user.go"
|
2018-04-05 19:13:32 +00:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"moduleNameMapper": {
|
2018-11-10 11:18:45 +00:00
|
|
|
"^components(.*)$": "<rootDir>/js/components$1",
|
|
|
|
"^containers(.*)$": "<rootDir>/js/containers$1",
|
|
|
|
"^state(.*)$": "<rootDir>/js/state$1",
|
|
|
|
"^utils(.*)$": "<rootDir>/js/utils$1"
|
2018-04-05 19:13:32 +00:00
|
|
|
}
|
2015-01-17 01:37:21 +00:00
|
|
|
}
|
2015-02-17 00:27:02 +00:00
|
|
|
}
|