mirror of
https://github.com/moeru-ai/airi.git
synced 2026-07-29 09:33:37 +00:00
- 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.
39 lines
1 KiB
JSON
39 lines
1 KiB
JSON
{
|
|
"name": "@proj-airi/ui",
|
|
"type": "module",
|
|
"version": "0.10.2",
|
|
"description": "A collection of UI components 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"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./main.css": "./src/main.css",
|
|
"./components/animations": "./src/components/animations/index.ts",
|
|
"./components/form": "./src/components/form/index.ts",
|
|
"./components/layouts": "./src/components/layouts/index.ts",
|
|
"./*": "./*"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@moeru/std": "catalog:",
|
|
"@vueuse/core": "catalog:",
|
|
"floating-vue": "catalog:",
|
|
"reka-ui": "catalog:",
|
|
"vue": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@vue-macros/volar": "catalog:",
|
|
"vue-tsc": "catalog:"
|
|
}
|
|
}
|