|
6 | 6 | "scripts": { |
7 | 7 | "dev": "./script/start-dev", |
8 | 8 | "dev:csr": "cross-env CSR=true ./script/start-dev", |
| 9 | + "dev:dynamic": "cross-env CSR=true MIDDLEWARE=true ./script/start-dev", |
9 | 10 | "build": "./script/start-prod", |
10 | 11 | "lint": "eslint --cache --ext ts,tsx .", |
11 | 12 | "lint:fix": "yarn run lint --fix", |
12 | 13 | "build:csr": "cross-env CSR=true ./script/start-prod", |
13 | | - "start": "cross-env NODE_ENV=production node ./dist/server/app" |
| 14 | + "start": "cross-env NODE_ENV=production node ./dist/server/app", |
| 15 | + "test": "jest" |
14 | 16 | }, |
15 | 17 | "dependencies": { |
16 | | - "@chakra-ui/react": "^1.8.3", |
17 | | - "@emotion/react": "^11.7.1", |
| 18 | + "@chakra-ui/react": "^1.8.6", |
| 19 | + "@emotion/react": "^11.8.1", |
18 | 20 | "@emotion/server": "^11.4.0", |
19 | | - "@emotion/styled": "^11.6.0", |
| 21 | + "@emotion/styled": "^11.8.1", |
20 | 22 | "@loadable/component": "^5.15.2", |
21 | 23 | "@loadable/server": "^5.15.2", |
22 | | - "@mui/material": "^5.4.2", |
23 | | - "antd": "^4.18.7", |
| 24 | + "@mui/material": "^5.4.4", |
| 25 | + "antd": "^4.18.9", |
24 | 26 | "axios": "^0.26.0", |
25 | 27 | "chalk": "4", |
26 | 28 | "compression": "^1.7.4", |
27 | 29 | "cookie-parser": "^1.4.6", |
28 | 30 | "cors": "^2.8.5", |
29 | 31 | "dotenv": "^16.0.0", |
30 | 32 | "express": "^4.17.3", |
31 | | - "express-session": "^1.17.1", |
32 | | - "framer-motion": "6.2.4", |
| 33 | + "express-session": "^1.17.2", |
| 34 | + "framer-motion": "6.2.8", |
33 | 35 | "immer": "^9.0.12", |
34 | 36 | "js-cookie": "^3.0.1", |
35 | 37 | "lodash": "^4.17.21", |
|
40 | 42 | "react-helmet-async": "^1.2.3", |
41 | 43 | "react-intl": "^5.24.6", |
42 | 44 | "react-redux": "^7.2.6", |
43 | | - "react-router": "6.2.1", |
44 | | - "react-router-dom": "6.2.1", |
| 45 | + "react-router": "6.2.2", |
| 46 | + "react-router-dom": "6.2.2", |
45 | 47 | "redux": "^4.1.2", |
46 | 48 | "redux-saga": "^1.1.3", |
47 | 49 | "redux-thunk": "^2.4.1", |
48 | 50 | "spark-md5": "^3.0.1", |
49 | 51 | "webpack": "^5.69.1", |
50 | | - "zustand": "^3.7.0" |
| 52 | + "zustand": "^3.7.1" |
51 | 53 | }, |
52 | 54 | "devDependencies": { |
53 | | - "@babel/cli": "^7.17.3", |
54 | | - "@babel/core": "^7.17.4", |
| 55 | + "@babel/cli": "^7.17.6", |
| 56 | + "@babel/core": "^7.17.5", |
55 | 57 | "@babel/plugin-proposal-class-properties": "^7.16.7", |
56 | 58 | "@babel/plugin-proposal-decorators": "^7.17.2", |
57 | 59 | "@babel/plugin-proposal-export-default-from": "^7.16.7", |
|
67 | 69 | "@loadable/babel-plugin": "^5.13.2", |
68 | 70 | "@loadable/webpack-plugin": "^5.15.2", |
69 | 71 | "@pmmmwh/react-refresh-webpack-plugin": "^0.5.4", |
70 | | - "@types/compression": "^1.7.0", |
| 72 | + "@types/compression": "^1.7.2", |
71 | 73 | "@types/cookie-parser": "^1.4.2", |
72 | | - "@types/cors": "^2.8.10", |
73 | | - "@types/express": "^4.17.11", |
74 | | - "@types/express-session": "^1.17.3", |
| 74 | + "@types/cors": "^2.8.12", |
| 75 | + "@types/express": "^4.17.13", |
| 76 | + "@types/express-session": "^1.17.4", |
| 77 | + "@types/jest": "^27.4.1", |
75 | 78 | "@types/js-cookie": "^3.0.1", |
76 | | - "@types/loadable__component": "^5.13.3", |
77 | | - "@types/loadable__server": "^5.12.3", |
78 | | - "@types/lodash": "^4.14.178", |
| 79 | + "@types/loadable__component": "^5.13.4", |
| 80 | + "@types/loadable__server": "^5.12.6", |
| 81 | + "@types/lodash": "^4.14.179", |
79 | 82 | "@types/multer": "^1.4.7", |
80 | | - "@types/node": "^17.0.18", |
| 83 | + "@types/node": "^17.0.21", |
81 | 84 | "@types/react": "^17.0.39", |
82 | | - "@types/react-dom": "^17.0.11", |
83 | | - "@types/react-redux": "^7.1.22", |
| 85 | + "@types/react-dom": "^17.0.13", |
| 86 | + "@types/react-redux": "^7.1.23", |
84 | 87 | "@types/webpack": "^5.28.0", |
85 | 88 | "@types/webpack-env": "^1.16.3", |
86 | 89 | "@types/webpack-hot-middleware": "^2.25.6", |
87 | | - "@typescript-eslint/eslint-plugin": "^5.12.0", |
88 | | - "@typescript-eslint/parser": "^5.12.0", |
| 90 | + "@typescript-eslint/eslint-plugin": "^5.13.0", |
| 91 | + "@typescript-eslint/parser": "^5.13.0", |
89 | 92 | "autoprefixer": "^10.4.2", |
90 | | - "babel-loader": "^8.2.2", |
| 93 | + "babel-jest": "^27.5.1", |
| 94 | + "babel-loader": "^8.2.3", |
91 | 95 | "babel-plugin-import": "^1.13.3", |
92 | 96 | "clean-webpack-plugin": "^4.0.0", |
93 | 97 | "core-js": "^3.21.1", |
94 | 98 | "cross-env": "^7.0.3", |
95 | 99 | "css-loader": "^6.6.0", |
96 | 100 | "css-minimizer-webpack-plugin": "^3.4.1", |
97 | | - "eslint": "^8.9.0", |
98 | | - "eslint-config-prettier": "^8.3.0", |
| 101 | + "eslint": "^8.10.0", |
| 102 | + "eslint-config-prettier": "^8.5.0", |
99 | 103 | "eslint-import-resolver-typescript": "^2.5.0", |
100 | 104 | "eslint-plugin-import": "^2.25.4", |
101 | 105 | "eslint-plugin-jsx-a11y": "^6.5.1", |
102 | 106 | "eslint-plugin-prettier": "^4.0.0", |
103 | | - "eslint-plugin-react": "^7.28.0", |
| 107 | + "eslint-plugin-react": "^7.29.2", |
104 | 108 | "eslint-plugin-react-hooks": "^4.3.0", |
105 | 109 | "eslint-webpack-plugin": "^3.1.1", |
106 | 110 | "file-loader": "^6.2.0", |
107 | 111 | "fork-ts-checker-webpack-plugin": "^7.2.1", |
| 112 | + "identity-obj-proxy": "^3.0.0", |
| 113 | + "jest": "^27.5.1", |
108 | 114 | "mini-css-extract-plugin": "^2.5.3", |
109 | 115 | "node-sass": "^7.0.1", |
110 | 116 | "nodemon": "^2.0.15", |
111 | | - "postcss": "^8.4.6", |
| 117 | + "postcss": "^8.4.7", |
112 | 118 | "postcss-loader": "^6.2.1", |
113 | 119 | "prettier": "^2.5.1", |
114 | 120 | "react-refresh": "^0.11.0", |
115 | | - "sass": "^1.49.7", |
| 121 | + "sass": "^1.49.9", |
116 | 122 | "sass-loader": "^12.6.0", |
117 | | - "style-loader": "^3.2.1", |
| 123 | + "style-loader": "^3.3.1", |
118 | 124 | "thread-loader": "^3.0.4", |
119 | 125 | "typescript": "^4.5.5", |
120 | | - "webpack-bundle-analyzer": "^4.4.0", |
| 126 | + "webpack-bundle-analyzer": "^4.5.0", |
121 | 127 | "webpack-cli": "^4.9.2", |
122 | 128 | "webpack-dev-middleware": "^5.3.1", |
123 | 129 | "webpack-dev-server": "^4.7.4", |
124 | 130 | "webpack-hot-middleware": "^2.25.1", |
125 | 131 | "webpack-manifest-plugin": "^4.1.1", |
126 | | - "webpack-merge": "^5.7.3", |
| 132 | + "webpack-merge": "^5.8.0", |
127 | 133 | "webpack-node-externals": "^3.0.0" |
128 | 134 | } |
129 | 135 | } |
0 commit comments