50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
{
|
|
"name": "@proj-airi/stage-pages",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Shared Pages",
|
|
"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/stage-pages"
|
|
},
|
|
"exports": {
|
|
"./*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"typecheck": "vue-tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@nekopaw/tempora": "0.3.1-alpha.1",
|
|
"@proj-airi/ccc": "workspace:*",
|
|
"@proj-airi/i18n": "workspace:*",
|
|
"@proj-airi/stage-ui": "workspace:*",
|
|
"@proj-airi/ui": "workspace:*",
|
|
"@stdlib/string-base-kebabcase": "^0.2.2",
|
|
"@vueuse/core": "^14.0.0",
|
|
"@vueuse/shared": "^14.0.0",
|
|
"@xsai-ext/shared-providers": "catalog:",
|
|
"@xsai/generate-speech": "catalog:",
|
|
"animejs": "^4.2.2",
|
|
"dompurify": "^3.3.0",
|
|
"nanoid": "^5.1.6",
|
|
"node-vibrant": "^4.0.3",
|
|
"pinia": "^3.0.3",
|
|
"reka-ui": "^2.6.0",
|
|
"unspeech": "^0.1.7",
|
|
"vue": "^3.5.22",
|
|
"vue-i18n": "^11.1.12",
|
|
"vue-router": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/three": "^0.181.0",
|
|
"vue-tsc": "^3.1.2"
|
|
}
|
|
}
|