43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"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",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@vueuse/core": "^13.9.0",
|
|
"@vueuse/motion": "^3.0.3",
|
|
"vue": "^3.5.22"
|
|
},
|
|
"devDependencies": {
|
|
"@unocss/reset": "^66.5.3",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"unplugin-vue-router": "^0.15.0",
|
|
"vite": "catalog:rolldown-vite",
|
|
"vite-plugin-vue-devtools": "^8.0.2",
|
|
"vue-router": "^4.5.1",
|
|
"vue-tsc": "^3.1.1"
|
|
}
|
|
}
|