{ "name": "@proj-airi/ui", "type": "module", "version": "0.8.1-beta.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", "./components/animations": "./src/components/Animations/index.ts", "./components/form": "./src/components/Form/index.ts", "./*": "./*" }, "scripts": { "typecheck": "vue-tsc --noEmit" }, "dependencies": { "@vueuse/core": "^14.1.0", "floating-vue": "^5.2.2", "reka-ui": "^2.7.0", "vue": "^3.5.25" }, "devDependencies": { "@vue-macros/volar": "3.0.0-beta.8", "vue-tsc": "^3.1.8" } }