♻️ refactor some code
This commit is contained in:
26
package.json
26
package.json
@@ -14,6 +14,7 @@
|
||||
"@ant-design/icons-vue": "^7.0.1",
|
||||
"@intlify/eslint-plugin-vue-i18n": "^3.2.0",
|
||||
"@mediapipe/face_detection": "^0.4.1646425229",
|
||||
"@mediapipe/face_mesh": "^0.4.1633559619",
|
||||
"@tensorflow-models/coco-ssd": "^2.2.3",
|
||||
"@tensorflow-models/face-detection": "^1.0.3",
|
||||
"@tensorflow-models/face-landmarks-detection": "^1.0.6",
|
||||
@@ -26,17 +27,15 @@
|
||||
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
|
||||
"@tensorflow/tfjs-converter": "^4.22.0",
|
||||
"@tensorflow/tfjs-core": "^4.22.0",
|
||||
"@tensorflow/tfjs-node": "^4.22.0",
|
||||
"@tensorflow/tfjs-node-gpu": "^4.22.0",
|
||||
"@types/animejs": "^3.1.12",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/json-stringify-safe": "^5.0.3",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/node": "^22.13.1",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@vladmandic/face-api": "^1.7.14",
|
||||
"@vuepic/vue-datepicker": "^11.0.1",
|
||||
"@vueuse/core": "^12.4.0",
|
||||
"@vueuse/integrations": "^12.4.0",
|
||||
"@vueuse/core": "^12.5.0",
|
||||
"@vueuse/integrations": "^12.5.0",
|
||||
"alova": "^3.2.8",
|
||||
"animejs": "^3.2.2",
|
||||
"ant-design-vue": "^4.2.6",
|
||||
@@ -45,7 +44,7 @@
|
||||
"buffer": "^6.0.3",
|
||||
"crypto-js": "^4.2.0",
|
||||
"echarts": "^5.6.0",
|
||||
"eslint": "9.18.0",
|
||||
"eslint": "9.19.0",
|
||||
"exifr": "^7.1.3",
|
||||
"go-captcha-vue": "^2.0.5",
|
||||
"gsap": "^3.12.7",
|
||||
@@ -58,36 +57,37 @@
|
||||
"pinia": "^2.3.1",
|
||||
"pinia-plugin-persistedstate-2": "^2.0.28",
|
||||
"qrcode": "^1",
|
||||
"rimraf": "^6.0.1",
|
||||
"seedrandom": "^3.0.5",
|
||||
"swiper": "^11.2.1",
|
||||
"swiper": "^11.2.2",
|
||||
"unplugin-auto-import": "^19.0.0",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-html": "^3.2.2",
|
||||
"vite-plugin-node-polyfills": "^0.23.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue-dompurify-html": "^5.2.0",
|
||||
"vue-i18n": "^11.0.1",
|
||||
"vue-i18n": "^11.1.0",
|
||||
"vue-router": "^4.5.0",
|
||||
"vue-waterfall-plugin-next": "^2.6.5",
|
||||
"ws": "^8.18.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.18.0",
|
||||
"@eslint/js": "^9.19.0",
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"globals": "^15.14.0",
|
||||
"sass": "^1.83.4",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript-eslint": "^8.20.0",
|
||||
"typescript-eslint": "^8.23.0",
|
||||
"unplugin-vue-components": "^28.0.0",
|
||||
"vite": "^6.0.9",
|
||||
"vite-plugin-bundle-obfuscator": "1.4.0",
|
||||
"vite": "^6.0.11",
|
||||
"vite-plugin-bundle-obfuscator": "1.4.1",
|
||||
"vite-plugin-chunk-split": "^0.5.0",
|
||||
"vue-tsc": "2.2.0"
|
||||
},
|
||||
"overrides": {
|
||||
"vite-plugin-chunk-split": {
|
||||
"vite": "^6.0.9"
|
||||
"vite": "^6.0.11"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user