|
4 | 4 | "description": "this is a simple app for how to use useAgent", |
5 | 5 | "scripts": { |
6 | 6 | "tsc": "tsc", |
7 | | - "start": "webpack-dev-server --config ./webpack.config.js --env.mode=development", |
8 | | - "mock": "webpack-dev-server --config ./webpack.config.js --env.mock --env.mode=development", |
| 7 | + "start": "webpack serve --config ./webpack.config.js", |
9 | 8 | "build": "webpack --config ./webpack.config.js --env.mode=production", |
10 | 9 | "analyze": "webpack --config ./webpack.config.js --env.mode=analyze" |
11 | 10 | }, |
12 | 11 | "dependencies": { |
13 | 12 | "@types/classnames": "^2.2.7", |
14 | 13 | "@types/react": "16.14.21", |
15 | 14 | "@types/react-dom": "16.9.14", |
16 | | - "agent-reducer": "4.5.3", |
| 15 | + "agent-reducer": "^4.6.0", |
17 | 16 | "antd": "^4.16.13", |
18 | 17 | "babel-polyfill": "^6.26.0", |
19 | 18 | "classnames": "^2.2.6", |
20 | 19 | "moment": "^2.24.0", |
21 | 20 | "react": "^16.8.6", |
22 | 21 | "react-dom": "^16.8.6", |
23 | | - "use-agent-reducer": "4.5.1" |
| 22 | + "use-agent-reducer": "^4.6.0-beta.0" |
24 | 23 | }, |
25 | 24 | "devDependencies": { |
26 | | - "@babel/core": "7.15.8", |
27 | | - "@babel/plugin-proposal-async-generator-functions": "7.15.8", |
28 | | - "@babel/plugin-proposal-class-properties": "7.14.5", |
29 | | - "@babel/plugin-proposal-decorators": "7.15.8", |
30 | | - "@babel/plugin-proposal-export-default-from": "7.14.5", |
31 | | - "@babel/plugin-proposal-export-namespace-from": "7.14.5", |
32 | | - "@babel/plugin-transform-runtime": "7.15.8", |
33 | | - "@babel/preset-env": "^7.15.8", |
34 | | - "@babel/preset-react": "^7.14.5", |
35 | | - "@babel/preset-typescript": "^7.15.0", |
36 | | - "@babel/runtime": "7.15.4", |
37 | | - "babel-eslint": "^9.0.0", |
38 | | - "babel-loader": "^8.0.6", |
| 25 | + "@babel/core": "^7.14.3", |
| 26 | + "@babel/plugin-proposal-class-properties": "7.13.0", |
| 27 | + "@babel/plugin-proposal-decorators": "7.13.5", |
| 28 | + "@babel/plugin-transform-runtime": "7.13.10", |
| 29 | + "@babel/preset-env": "7.13.12", |
| 30 | + "@babel/preset-react": "7.13.13", |
| 31 | + "@babel/preset-typescript": "7.13.0", |
| 32 | + "@babel/runtime": "7.14.0", |
| 33 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.7", |
| 34 | + "@types/jest": "^26.0.0", |
| 35 | + "@types/react-test-renderer": "^16.0.3", |
| 36 | + "@types/rewire": "2.5.28", |
| 37 | + "@typescript-eslint/eslint-plugin": "^4.21.0", |
| 38 | + "@typescript-eslint/parser": "4.21.0", |
| 39 | + "babel-jest": "26.0.1", |
| 40 | + "babel-loader": "^8.2.2", |
39 | 41 | "babel-plugin-import": "^1.12.0", |
40 | 42 | "babel-plugin-transform-react-remove-prop-types": "0.4.21", |
41 | | - "css-loader": "^3.0.0", |
42 | | - "eslint": "^8.2.0", |
43 | | - "file-loader": "^4.0.0", |
44 | | - "html-webpack-plugin": "^3.2.0", |
45 | | - "husky": "^0.14.3", |
46 | | - "less": "^3.9.0", |
47 | | - "less-loader": "^5.0.0", |
48 | | - "lint-staged": "^12.0.2", |
49 | | - "react-test-renderer": "^16.7.0", |
50 | | - "style-loader": "^0.23.1", |
51 | | - "ts-loader": "^6.0.4", |
52 | | - "tsconfig-paths-webpack-plugin": "^3.2.0", |
53 | | - "tslint": "^5.12.0", |
54 | | - "tslint-eslint-rules": "^5.4.0", |
55 | | - "tslint-react": "^3.6.0", |
56 | | - "typescript": "^3.8.3", |
57 | | - "uglifyjs-webpack-plugin": "^1.1.2", |
58 | | - "url-loader": "^2.0.1", |
59 | | - "webpack": "^4.35.3", |
60 | | - "webpack-api-mocker": "^1.6.0", |
61 | | - "webpack-cli": "^4.9.1", |
62 | | - "webpack-dev-server": "^3.7.2" |
| 43 | + "clean-webpack-plugin": "^4.0.0", |
| 44 | + "cooky-cutter": "^1.5.4", |
| 45 | + "core-js": "3.12.1", |
| 46 | + "css-loader": "5.2.5", |
| 47 | + "eslint": "^7.30.0", |
| 48 | + "eslint-config-airbnb": "^18.2.1", |
| 49 | + "eslint-config-prettier": "^8.3.0", |
| 50 | + "eslint-import-resolver-typescript": "^2.4.0", |
| 51 | + "eslint-plugin-import": "^2.22.1", |
| 52 | + "eslint-plugin-jsx-a11y": "^6.4.1", |
| 53 | + "eslint-plugin-react": "^7.23.1", |
| 54 | + "eslint-plugin-react-hooks": "^4.2.0", |
| 55 | + "file-loader": "5.1.0", |
| 56 | + "generator-dc": "2.0.0", |
| 57 | + "html-webpack-plugin": "5.3.1", |
| 58 | + "husky": "^7.0.1", |
| 59 | + "identity-obj-proxy": "^3.0.0", |
| 60 | + "jest": "26.6.3", |
| 61 | + "less": "4.1.1", |
| 62 | + "less-loader": "6.2.0", |
| 63 | + "lodash-webpack-plugin": "^0.11.6", |
| 64 | + "patch-package": "^6.2.2", |
| 65 | + "postcss-loader": "^7.0.0", |
| 66 | + "pre-commit": "^1.2.2", |
| 67 | + "prettier": "2.3.2", |
| 68 | + "prettier-eslint": "^12.0.0", |
| 69 | + "prettier-eslint-cli": "^5.0.1", |
| 70 | + "progress-bar-webpack-plugin": "^2.1.0", |
| 71 | + "react-refresh": "^0.14.0", |
| 72 | + "react-test-renderer": "^16.14.0", |
| 73 | + "regenerator-runtime": "0.13.5", |
| 74 | + "rewire": "5.0.0", |
| 75 | + "style-loader": "1.3.0", |
| 76 | + "ts-jest": "^26.1.0", |
| 77 | + "ts-node": "^10.8.1", |
| 78 | + "tsconfig-paths-webpack-plugin": "3.5.1", |
| 79 | + "typescript": "4.5.5", |
| 80 | + "url-loader": "4.1.1", |
| 81 | + "webpack": "5.71.0", |
| 82 | + "webpack-bundle-analyzer": "4.4.2", |
| 83 | + "webpack-cli": "4.10.0", |
| 84 | + "webpack-dev-server": "3.11.2", |
| 85 | + "webpackbar": "^5.0.2" |
63 | 86 | }, |
64 | 87 | "engines": { |
65 | 88 | "node": ">=8.0.0" |
|
0 commit comments