mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-22 03:10:43 +08:00
Enhance architecture documentation and update project dependencies. Introduce new features for browser recording, page callables, and transform capabilities. Improve build scripts and permissions for better functionality.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
"verify:ui:store": "EXTENSION_PATH=.output/chrome-mv3-store node scripts/verify-ui.mjs",
|
||||
"verify:ui:enterprise": "EXTENSION_PATH=.output/chrome-mv3-enterprise node scripts/verify-ui.mjs",
|
||||
"verify:ui:enterprise:fallback": "ENABLE_USER_SCRIPTS=0 EXTENSION_PATH=.output/chrome-mv3-enterprise node scripts/verify-ui.mjs",
|
||||
"verify:aesrsa": "node scripts/verify-aesrsa-transaction.mjs",
|
||||
"verify:g4": "node scripts/verify-g4-protocols.mjs",
|
||||
"verify:native": "node scripts/verify-native-host.mjs",
|
||||
"postinstall": "wxt prepare"
|
||||
},
|
||||
@@ -40,11 +42,17 @@
|
||||
"valibot": "^1.4.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jsrsasign": "10.5.15",
|
||||
"@types/react": "^19.2.17",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@types/ws": "^8.18.1",
|
||||
"@wxt-dev/module-react": "^1.2.2",
|
||||
"jose": "6.2.3",
|
||||
"jsencrypt": "3.5.4",
|
||||
"jsrsasign": "11.1.3",
|
||||
"node-forge": "1.4.0",
|
||||
"playwright-core": "^1.61.1",
|
||||
"sm-crypto": "0.4.0",
|
||||
"typescript": "^7.0.2",
|
||||
"vitest": "^4.1.10",
|
||||
"ws": "^8.21.1",
|
||||
|
||||
Reference in New Issue
Block a user