diff --git a/packages/cute-ui/package.json b/packages/cute-ui/package.json deleted file mode 100644 index badbab50c..000000000 --- a/packages/cute-ui/package.json +++ /dev/null @@ -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": {} -} diff --git a/packages/cute-ui/src/index.ts b/packages/cute-ui/src/index.ts deleted file mode 100644 index e69de29bb..000000000 diff --git a/packages/cute-ui/tsconfig.json b/packages/cute-ui/tsconfig.json deleted file mode 100644 index d0978796b..000000000 --- a/packages/cute-ui/tsconfig.json +++ /dev/null @@ -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/**/*" - ] -}