49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "@proj-airi/ui-loading-screens",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "A collection of loading screens 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-loading-screens"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./components": "./src/components/index.ts",
|
|
"./*": "./*"
|
|
},
|
|
"main": "./dist/index.mjs",
|
|
"module": "./dist/index.mjs",
|
|
"scripts": {
|
|
"dev": "pnpm run build",
|
|
"stub": "pnpm run build",
|
|
"build": "tsdown",
|
|
"play:dev": "vite",
|
|
"play:build": "vite build",
|
|
"play:preview": "vite preview",
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@proj-airi/font-departure-mono": "workspace:^",
|
|
"@rive-app/canvas-lite": "^2.30.0",
|
|
"@vueuse/core": "^13.3.0",
|
|
"vue": "^3.5.16"
|
|
},
|
|
"devDependencies": {
|
|
"@proj-airi/ui": "workspace:^",
|
|
"@unocss/reset": "^66.1.4",
|
|
"@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.10"
|
|
}
|
|
}
|