Files
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

43 lines
1.1 KiB
JSON

{
"name": "@proj-airi/ui-transitions",
"type": "module",
"private": true,
"description": "A collection of transition animations that used by Project AIRI",
"author": {
"name": "Moeru AI Project AIRI Team",
"email": "airi@moeru.ai",
"url": "https://github.com/moeru-ai"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "packages/ui-transitions"
},
"exports": {
".": "./src/index.ts",
"./components": "./src/components/index.ts",
"./*": "./*"
},
"scripts": {
"play:dev": "vite",
"play:build": "vite build",
"play:preview": "vite preview",
"build": "echo \"No build step required\"",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "catalog:",
"@vueuse/motion": "catalog:",
"vue": "catalog:"
},
"devDependencies": {
"@unocss/reset": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"vite": "catalog:",
"vite-plugin-vue-devtools": "catalog:",
"vue-router": "catalog:",
"vue-tsc": "catalog:"
}
}