- 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.
32 lines
866 B
JSON
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:"
|
|
}
|
|
}
|