Files
moeka-project/plugins/airi-plugin-web-extension/package.json
T
RainbowBird 7841df28f8 build(deps): migrate workspace dependencies to catalogs
Move direct external dependency versions into pnpm catalogs and update workspace packages to reference catalog entries.

Signed-off-by: RainbowBird <git@luoling.moe>

Commit-Message-Assisted-by: Codex
2026-06-03 17:12:13 +08:00

32 lines
878 B
JSON

{
"name": "@proj-airi/airi-plugin-web-extension",
"type": "module",
"version": "0.10.2",
"private": true,
"description": "manifest.json description",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "vue-tsc --noEmit",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@iconify-json/solar": "catalog:",
"@iconify-json/svg-spinners": "catalog:",
"@moeru/eventa": "catalog:",
"@proj-airi/server-sdk": "workspace:^",
"@proj-airi/ui": "workspace:^",
"@unocss/reset": "catalog:",
"@vueuse/core": "catalog:",
"@wxt-dev/module-vue": "catalog:",
"nanoid": "catalog:nanoid-5-1-9",
"vue": "catalog:",
"vue-tsc": "catalog:",
"wxt": "catalog:"
}
}