chore: remove cute-ui

This commit is contained in:
Neko Ayaka
2025-01-09 18:57:58 +08:00
parent 86df4bb6bd
commit 1ba0588569
3 changed files with 0 additions and 48 deletions
-24
View File
@@ -1,24 +0,0 @@
{
"name": "@proj-airi/cute-ui",
"version": "0.1.0",
"private": true,
"description": "",
"author": {
"name": "Neko Ayaka",
"email": "neko@ayaka.moe",
"url": "https://github.com/nekomeowww"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/moeru-ai/airi.git",
"directory": "packages/cute-ui"
},
"files": [
"README.md",
"dist",
"package.json"
],
"scripts": {},
"devDependencies": {}
}
View File
-24
View File
@@ -1,24 +0,0 @@
{
"compilerOptions": {
"target": "ESNext",
"jsx": "preserve",
"lib": [
"ESNext",
"DOM"
],
"baseUrl": ".",
"module": "ESNext",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"strict": true,
"strictNullChecks": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"isolatedModules": true,
"skipLibCheck": true
},
"include": [
"src/**/*"
]
}