Files
schisandra-cloud-album-front/package.json
2025-04-02 21:21:41 +08:00

107 lines
3.3 KiB
JSON

{
"name": "schisandra-cloud-album-front",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode development --host",
"build": "vue-tsc -b --noEmit && vite build --mode production",
"preview": "vite preview",
"docker-build": "docker build -t landaiqing/schisandra-album-front:v1.0.0 ."
},
"dependencies": {
"@alova/adapter-axios": "^2.0.13",
"@ant-design/icons-vue": "^7.0.1",
"@intlify/eslint-plugin-vue-i18n": "^4.0.0",
"@mediapipe/face_detection": "^0.4.1646425229",
"@mediapipe/face_mesh": "^0.4.1633559619",
"@paddlejs-models/ocr": "^1.2.4",
"@paddlejs-models/ocrdet": "^1.1.1",
"@tensorflow-models/coco-ssd": "^2.2.3",
"@tensorflow-models/face-detection": "^1.0.3",
"@tensorflow-models/face-landmarks-detection": "^1.0.6",
"@tensorflow-models/knn-classifier": "^1.2.6",
"@tensorflow-models/mobilenet": "^2.1.1",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-cpu": "^4.22.0",
"@tensorflow/tfjs-backend-wasm": "^4.22.0",
"@tensorflow/tfjs-backend-webgl": "^4.22.0",
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
"@tensorflow/tfjs-converter": "^4.22.0",
"@tensorflow/tfjs-core": "^4.22.0",
"@types/animejs": "^3.1.13",
"@types/crypto-js": "^4.2.2",
"@types/file-saver": "^2.0.7",
"@types/json-stringify-safe": "^5.0.3",
"@types/leaflet": "^1.9.17",
"@types/node": "^22.13.17",
"@types/nprogress": "^0.2.3",
"@vladmandic/face-api": "^1.7.15",
"@vuepic/vue-datepicker": "^11.0.2",
"@vueuse/core": "^13.0.0",
"@vueuse/integrations": "^13.0.0",
"alova": "^3.2.10",
"animejs": "^3.2.2",
"ant-design-vue": "^4.2.6",
"axios": "^1.8.4",
"browser-image-compression": "^2.0.2",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"echarts": "^5.6.0",
"eslint": "9.23.0",
"exifr": "^7.1.3",
"file-saver": "^2.0.5",
"go-captcha-vue": "^2.0.6",
"gsap": "^3.12.7",
"jsencrypt": "^3.3.2",
"json-stringify-safe": "^5.0.1",
"jsonc-eslint-parser": "^2.4.0",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"less": "^4.2.2",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"nsfwjs": "^4.2.1",
"opencv-qr": "^0.7.0",
"pinia": "^3.0.1",
"pinia-plugin-persistedstate-2": "^2.0.30",
"qr-scanner-wechat": "^0.1.3",
"rimraf": "^6.0.1",
"seedrandom": "^3.0.5",
"swiper": "^11.2.6",
"unplugin-auto-import": "^19.1.2",
"upscaler": "^1.0.0-beta.19",
"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-eslint-parser": "^10.1.1",
"vue-i18n": "^11.1.2",
"vue-router": "^4.5.0",
"ws": "^8.18.1",
"yaml-eslint-parser": "^1.3.0"
},
"devDependencies": {
"@eslint/js": "^9.23.0",
"@vitejs/plugin-vue": "^5.2.3",
"eslint-plugin-vue": "^10.0.0",
"globals": "^16.0.0",
"sass": "^1.86.1",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0",
"unplugin-vue-components": "^28.4.1",
"vite": "^6.2.4",
"vite-plugin-bundle-obfuscator": "1.4.2",
"vite-plugin-chunk-split": "^0.5.0",
"vue-tsc": "2.2.8"
},
"overrides": {
"vite-plugin-chunk-split": {
"vite": "^6.2.3"
}
}
}