dispatch/client/package.json

111 lines
3.6 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",
2018-04-13 18:47:39 +00:00
"browserslist": [
2020-05-18 23:29:22 +00:00
"Edge >= 79",
"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": {
2020-04-30 05:54:30 +00:00
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.9.0",
"@babel/plugin-transform-react-inline-elements": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-eslint": "^10.1.0",
2020-05-08 00:10:22 +00:00
"babel-jest": "^26.0.1",
2020-04-30 05:54:30 +00:00
"babel-loader": "^8.1.0",
2017-04-14 02:33:44 +00:00
"brotli": "^1.3.1",
2020-05-24 05:21:47 +00:00
"copy-webpack-plugin": "^6.0.1",
"cross-env": "^7.0.2",
2020-04-30 05:54:30 +00:00
"css-loader": "^3.5.3",
2019-06-09 00:01:48 +00:00
"cssnano": "^4.1.10",
2020-04-30 05:54:30 +00:00
"del": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-import-resolver-webpack": "^0.12.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
2020-05-24 05:21:47 +00:00
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.2",
2019-06-09 00:01:48 +00:00
"express": "^4.17.1",
2020-04-30 05:54:30 +00:00
"express-http-proxy": "^1.6.0",
2019-06-09 00:01:48 +00:00
"gulp": "4.0.2",
2017-02-16 02:55:50 +00:00
"gulp-util": "^3.0.8",
2020-05-08 00:10:22 +00:00
"jest": "^26.0.1",
2020-04-30 05:54:30 +00:00
"mini-css-extract-plugin": "^0.9.0",
"postcss-flexbugs-fixes": "^4.2.1",
2018-08-12 21:19:17 +00:00
"postcss-loader": "^3.0.0",
2020-04-30 05:54:30 +00:00
"postcss-preset-env": "^6.7.0",
"prettier": "2.0.5",
"react-test-renderer": "16.13.1",
"style-loader": "^1.2.1",
2020-05-08 00:10:22 +00:00
"terser-webpack-plugin": "^3.0.1",
2019-06-09 00:01:48 +00:00
"through2": "^3.0.1",
2020-04-30 05:54:30 +00:00
"webpack": "^4.43.0",
"webpack-dev-middleware": "^3.7.2",
2019-06-09 00:01:48 +00:00
"webpack-hot-middleware": "^2.25.0",
2019-01-23 07:52:17 +00:00
"webpack-plugin-hash-output": "^3.2.1",
2020-04-30 05:54:30 +00:00
"workbox-webpack-plugin": "^5.1.3"
2015-01-17 01:37:21 +00:00
},
"dependencies": {
2020-05-24 05:21:47 +00:00
"@sindresorhus/fnv1a": "^2.0.1",
2020-04-30 05:54:30 +00:00
"autolinker": "^3.14.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",
2020-04-30 05:54:30 +00:00
"formik": "^2.1.4",
"history": "^5.0.0-beta.8",
"hsluv": "^0.1.0",
2020-05-24 05:21:47 +00:00
"immer": "^6.0.8",
2020-04-30 05:54:30 +00:00
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"react": "16.13.1",
"react-dom": "16.13.1",
2020-05-08 00:10:22 +00:00
"react-hot-loader": "^4.12.21",
2020-04-29 01:10:13 +00:00
"react-icons": "^3.7.0",
2020-04-30 05:54:30 +00:00
"react-modal": "^3.11.2",
"react-redux": "^7.2.0",
"react-virtualized-auto-sizer": "^1.0.2",
2020-04-30 05:54:30 +00:00
"react-window": "^1.8.5",
"redux": "^4.0.5",
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",
2020-04-30 05:54:30 +00:00
"url-pattern": "^1.0.3",
"workbox-core": "^5.1.3",
"workbox-precaching": "^5.1.3",
"workbox-routing": "^5.1.3"
},
"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}",
"test": "jest",
"test:verbose": "jest --verbose",
2018-05-25 21:54:36 +00:00
"test:watch": "jest --watch",
"gen:install": "cross-env 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",
"gen:json": "cross-env GO111MODULE=off easyjson -all -lower_camel_case -omit_empty ../server/json.go ../server/index_data.go && cross-env GO111MODULE=off easyjson -lower_camel_case -omit_empty ../storage/user.go"
},
"jest": {
"moduleNameMapper": {
"^components(.*)$": "<rootDir>/js/components$1",
"^containers(.*)$": "<rootDir>/js/containers$1",
"^state(.*)$": "<rootDir>/js/state$1",
"^utils(.*)$": "<rootDir>/js/utils$1"
2020-04-30 05:54:30 +00:00
},
"transformIgnorePatterns": [
"node_modules/?!(history)"
]
2015-01-17 01:37:21 +00:00
}
2015-02-17 00:27:02 +00:00
}