TianHua Liu
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
4 additions and
3 deletions
-
package.json
|
|
|
@ -46,12 +46,14 @@ |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"@ant-design/pro-cli": "^3.3.0", |
|
|
|
"@biomejs/biome": "^2.1.1", |
|
|
|
"@commitlint/cli": "^20.1.0", |
|
|
|
"@commitlint/config-conventional": "^20.0.0", |
|
|
|
"@testing-library/dom": "^10.4.0", |
|
|
|
"@testing-library/react": "^16.3.0", |
|
|
|
"@types/express": "^5.0.3", |
|
|
|
"@types/jest": "^30.0.0", |
|
|
|
"@types/node": "^25.0.3", |
|
|
|
"@types/react": "^19.1.8", |
|
|
|
"@types/react-dom": "^19.1.6", |
|
|
|
"@types/react-helmet": "^6.1.11", |
|
|
|
@ -63,14 +65,13 @@ |
|
|
|
"husky": "^9.1.7", |
|
|
|
"jest": "^30.0.4", |
|
|
|
"jest-environment-jsdom": "^30.0.5", |
|
|
|
"less-loader": "^12.3.0", |
|
|
|
"lint-staged": "^16.1.2", |
|
|
|
"mockjs": "^1.1.0", |
|
|
|
"ts-node": "^10.9.2", |
|
|
|
"typescript": "^5.6.3", |
|
|
|
"umi-presets-pro": "^2.0.3", |
|
|
|
"umi-serve": "^1.9.11", |
|
|
|
"@biomejs/biome": "^2.1.1", |
|
|
|
"@types/node": "^25.0.3" |
|
|
|
"umi-serve": "^1.9.11" |
|
|
|
}, |
|
|
|
"engines": { |
|
|
|
"node": ">=20.0.0" |
|
|
|
|