feat: extend crypto-locker plugin to support automatic AES encryption for static assets via new useCryptoAsset hook

This commit is contained in:
Vitalii Litvinchuk
2026-06-10 20:12:05 +03:00
parent d83b82a5c6
commit 8fa7846da0
7 changed files with 310 additions and 29 deletions
+4 -2
View File
@@ -30,10 +30,12 @@
"react-dom": ">=18.0.0"
},
"dependencies": {
"crypto-js": "^4.2.0"
"crypto-js": "^4.2.0",
"mime-types": "^3.0.2"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/mime-types": "^3.0.1",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^4.5.2",
@@ -45,4 +47,4 @@
"scripts": {
"build": "vite build"
}
}
}