Files
moeka-project/packages/ui-transitions/package.json
T
Neko Ayaka 25b5de179d Revert "chore(deps): replace with unplugin-vue"
This reverts commit 3339daa746.

As unplugin-vue-i18n:

```
[unplugin-vue-i18n]  `@vitejs/plugin-vue` plugin is not found or invalid version. Please install `@vitejs/plugin-vue` v4.3.4 or later version.
```

https://github.com/intlify/bundle-tools/blob/3da4987500bbf9b398b0681852b90470968bdc8c/packages/unplugin-vue-i18n/src/core/resource.ts#L167-L168

it seems they are depending on vite:vue while https://github.com/unplugin/unplugin-vue is different on plugin resolving, yet unplugin-vue seems
lost the track of new version.
2026-03-26 18:10:30 +08:00

44 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",
"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.7",
"@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"
}
}