Files
moeka-project/packages/ui-loading-screens/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

46 lines
1.2 KiB
JSON

{
"name": "@proj-airi/ui-loading-screens",
"type": "module",
"private": true,
"description": "A collection of loading screens 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-loading-screens"
},
"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": {
"@proj-airi/font-departure-mono": "workspace:^",
"@rive-app/canvas-lite": "catalog:",
"@vueuse/core": "catalog:vueuse-core-14-2-1",
"@vueuse/motion": "catalog:",
"vue": "catalog:"
},
"devDependencies": {
"@proj-airi/ui": "workspace:^",
"@unocss/reset": "catalog:",
"@vitejs/plugin-vue": "catalog:",
"vite": "catalog:",
"vite-plugin-vue-devtools": "catalog:",
"vue-router": "catalog:",
"vue-tsc": "catalog:"
}
}