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
43 lines
1.1 KiB
JSON
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-core-14-2-1",
|
|
"@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:"
|
|
}
|
|
}
|