Files
moeka-project/plugins/airi-plugin-web-extension/package.json
T
RainbowBird 007fae6810 chore: update package dependencies and remove specific catalog references
- Removed specific catalog references for '@unocss/core', 'es-toolkit', 'nanoid', and 'valibot' in pnpm-workspace.yaml and various service package.json files.
- Updated versions for '@vueuse/core', 'es-toolkit', 'nanoid', 'reka-ui', and 'valibot' to their latest compatible versions.
- Cleaned up unused catalog entries in pnpm-workspace.yaml.
2026-06-07 19:45:28 +08:00

32 lines
866 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:",
"vue": "catalog:",
"vue-tsc": "catalog:",
"wxt": "catalog:"
}
}