增加 GitHub Action 前端打包缺失依赖
This commit is contained in:
parent
e5e0dd08d9
commit
31e2e6872b
@ -6,6 +6,7 @@
|
|||||||
"@ant-design/charts": "^1.4.2",
|
"@ant-design/charts": "^1.4.2",
|
||||||
"@ant-design/icons": "^4.7.0",
|
"@ant-design/icons": "^4.7.0",
|
||||||
"@ant-design/pro-components": "1.1.21",
|
"@ant-design/pro-components": "1.1.21",
|
||||||
|
"@turf/bbox": "^6.5.0",
|
||||||
"antd": "4.23.5",
|
"antd": "4.23.5",
|
||||||
"asciinema-player": "^3.0.1",
|
"asciinema-player": "^3.0.1",
|
||||||
"axios": "0.27.2",
|
"axios": "0.27.2",
|
||||||
@ -35,8 +36,8 @@
|
|||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": "react-app",
|
"extends": "react-app",
|
||||||
"rules":{
|
"rules": {
|
||||||
"jsx-a11y/anchor-is-valid":"off"
|
"jsx-a11y/anchor-is-valid": "off"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
Loading…
Reference in New Issue
Block a user