✨ add image EXIF information extraction function
This commit is contained in:
20
package.json
20
package.json
@@ -31,7 +31,7 @@
|
||||
"@types/animejs": "^3.1.12",
|
||||
"@types/crypto-js": "^4.2.2",
|
||||
"@types/json-stringify-safe": "^5.0.3",
|
||||
"@types/node": "^22.10.6",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/nprogress": "^0.2.3",
|
||||
"@vladmandic/face-api": "^1.7.14",
|
||||
"@vuepic/vue-datepicker": "^11.0.1",
|
||||
@@ -46,15 +46,16 @@
|
||||
"crypto-js": "^4.2.0",
|
||||
"echarts": "^5.6.0",
|
||||
"eslint": "9.18.0",
|
||||
"exifr": "^7.1.3",
|
||||
"go-captcha-vue": "^2.0.5",
|
||||
"gsap": "^3.12.5",
|
||||
"gsap": "^3.12.7",
|
||||
"jsencrypt": "^3.3.2",
|
||||
"json-stringify-safe": "^5.0.1",
|
||||
"less": "^4.2.1",
|
||||
"less": "^4.2.2",
|
||||
"localforage": "^1.10.0",
|
||||
"nprogress": "^0.2.0",
|
||||
"nsfwjs": "^4.2.1",
|
||||
"pinia": "^2.3.0",
|
||||
"pinia": "^2.3.1",
|
||||
"pinia-plugin-persistedstate-2": "^2.0.28",
|
||||
"qrcode": "^1",
|
||||
"seedrandom": "^3.0.5",
|
||||
@@ -62,7 +63,7 @@
|
||||
"unplugin-auto-import": "^19.0.0",
|
||||
"vite-plugin-compression": "^0.5.1",
|
||||
"vite-plugin-html": "^3.2.2",
|
||||
"vite-plugin-node-polyfills": "^0.22.0",
|
||||
"vite-plugin-node-polyfills": "^0.23.0",
|
||||
"vue": "^3.5.13",
|
||||
"vue-dompurify-html": "^5.2.0",
|
||||
"vue-i18n": "^11.0.1",
|
||||
@@ -75,21 +76,18 @@
|
||||
"@vitejs/plugin-vue": "^5.2.1",
|
||||
"eslint-plugin-vue": "^9.32.0",
|
||||
"globals": "^15.14.0",
|
||||
"sass": "^1.83.3",
|
||||
"sass": "^1.83.4",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript-eslint": "^8.20.0",
|
||||
"unplugin-vue-components": "^28.0.0",
|
||||
"vite": "^6.0.7",
|
||||
"vite": "^6.0.9",
|
||||
"vite-plugin-bundle-obfuscator": "1.4.0",
|
||||
"vite-plugin-chunk-split": "^0.5.0",
|
||||
"vue-tsc": "2.2.0"
|
||||
},
|
||||
"overrides": {
|
||||
"vite-plugin-node-polyfills": {
|
||||
"vite": "^6.0.7"
|
||||
},
|
||||
"vite-plugin-chunk-split": {
|
||||
"vite": "^6.0.7"
|
||||
"vite": "^6.0.9"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user