package.json 去掉不用的依赖
This commit is contained in:
parent
1b21edebad
commit
355d4cfad8
|
|
@ -13,7 +13,6 @@
|
||||||
"@uiw/react-amap": "^5.0.12",
|
"@uiw/react-amap": "^5.0.12",
|
||||||
"@wangeditor/editor": "^5.1.22",
|
"@wangeditor/editor": "^5.1.22",
|
||||||
"@wangeditor/editor-for-react": "^1.0.4",
|
"@wangeditor/editor-for-react": "^1.0.4",
|
||||||
"cheerio": "^1.0.0-rc.12",
|
|
||||||
"classnames": "^2.3.1",
|
"classnames": "^2.3.1",
|
||||||
"copy-to-clipboard": "^3.3.3",
|
"copy-to-clipboard": "^3.3.3",
|
||||||
"dayjs": "^1.11.5",
|
"dayjs": "^1.11.5",
|
||||||
|
|
@ -23,14 +22,11 @@
|
||||||
"oak-external-sdk": "file:../oak-external-sdk",
|
"oak-external-sdk": "file:../oak-external-sdk",
|
||||||
"oak-frontend-base": "file:../oak-frontend-base",
|
"oak-frontend-base": "file:../oak-frontend-base",
|
||||||
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
||||||
"qr-image": "^3.2.0",
|
|
||||||
"qrcode.react": "^3.1.0",
|
"qrcode.react": "^3.1.0",
|
||||||
"react-dnd": "^16.0.1",
|
"react-dnd": "^16.0.1",
|
||||||
"react-dnd-html5-backend": "^16.0.1",
|
"react-dnd-html5-backend": "^16.0.1",
|
||||||
"react-dnd-touch-backend": "^16.0.1",
|
"react-dnd-touch-backend": "^16.0.1",
|
||||||
"react-i18next": "^12.3.1",
|
|
||||||
"react-scripts": "^5.0.1",
|
"react-scripts": "^5.0.1",
|
||||||
"request": "^2.88.2",
|
|
||||||
"sha1": "^1.1.1",
|
"sha1": "^1.1.1",
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.4.0",
|
||||||
"url": "^0.11.0",
|
"url": "^0.11.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue