Files
moeka-project/packages/ui-transitions/package.json
T

45 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": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
}
},
"scripts": {
"dev": "pnpm run stub",
"stub": "unbuild --stub",
"build": "unbuild && pnpm run play:build",
"play:dev": "vite",
"play:build": "vite build",
"play:preview": "vite preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^13.2.0",
"vue": "^3.5.14"
},
"devDependencies": {
"@unocss/reset": "^66.1.2",
"@vitejs/plugin-vue": "^5.2.4",
"unplugin-vue-router": "^0.12.0",
"vite-plugin-vue-devtools": "^7.7.6",
"vue-router": "^4.5.1",
"vue-tsc": "^3.0.0-alpha.6"
}
}