{ "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": "^14.2.1", "@vueuse/motion": "^3.0.3", "vue": "catalog:" }, "devDependencies": { "@unocss/reset": "^66.6.8", "@vitejs/plugin-vue": "^6.0.5", "unplugin-vue-router": "^0.19.2", "vite": "catalog:", "vite-plugin-vue-devtools": "^8.1.1", "vue-router": "^5.0.4", "vue-tsc": "^3.2.6" } }