mirror of
https://github.com/moeru-ai/airi.git
synced 2026-05-17 04:20:26 +00:00
37 lines
974 B
JSON
37 lines
974 B
JSON
{
|
|
"name": "@proj-airi/ui",
|
|
"type": "module",
|
|
"version": "0.9.0-alpha.14",
|
|
"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",
|
|
"./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": {
|
|
"@vueuse/core": "^14.2.1",
|
|
"floating-vue": "^5.2.2",
|
|
"reka-ui": "^2.8.2",
|
|
"vue": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@vue-macros/volar": "3.0.0-beta.8",
|
|
"vue-tsc": "^3.1.8"
|
|
}
|
|
}
|