diff options
| author | 2026-02-25 01:32:51 +0800 | |
|---|---|---|
| committer | 2026-02-25 01:32:51 +0800 | |
| commit | 66668d85d603c5841d755a6023aa1925559fc6d4 (patch) | |
| tree | 485464148c76b0021efb55b7d2afd1c3004ceee0 /packages/ui/package.json | |
| parent | a6773bd092db654360c599ca6b0108ea0e456e8c (diff) | |
| download | DropOut-66668d85d603c5841d755a6023aa1925559fc6d4.tar.gz DropOut-66668d85d603c5841d755a6023aa1925559fc6d4.zip | |
chore(workspace): replace legacy codes
Diffstat (limited to 'packages/ui/package.json')
| -rw-r--r-- | packages/ui/package.json | 54 |
1 files changed, 34 insertions, 20 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json index 943fddc..c78290f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,41 +1,55 @@ { "name": "@dropout/ui", - "version": "0.2.0-alpha.1", "private": true, + "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", - "build": "vite build", - "preview": "vite preview", - "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json", - "lint": "oxlint .", - "lint:fix": "oxlint . --fix", - "format": "oxfmt . --write" + "build": "tsc -b && vite build", + "lint": "biome check .", + "preview": "vite preview" }, "dependencies": { + "@base-ui/react": "^1.2.0", + "@radix-ui/react-checkbox": "^1.3.3", + "@radix-ui/react-dialog": "^1.1.15", + "@radix-ui/react-label": "^2.1.8", + "@radix-ui/react-scroll-area": "^1.2.10", + "@radix-ui/react-select": "^2.2.6", + "@radix-ui/react-separator": "^1.1.8", + "@radix-ui/react-slot": "^1.2.4", + "@radix-ui/react-switch": "^1.2.6", + "@radix-ui/react-tabs": "^1.1.13", "@tauri-apps/api": "^2.9.1", "@tauri-apps/plugin-dialog": "^2.6.0", "@tauri-apps/plugin-fs": "^2.4.5", "@tauri-apps/plugin-shell": "^2.3.4", - "lucide-svelte": "^0.562.0", + "class-variance-authority": "^0.7.1", + "clsx": "^2.1.1", + "es-toolkit": "^1.44.0", + "lucide-react": "^0.562.0", "marked": "^17.0.1", - "node-emoji": "^2.2.0", - "prismjs": "^1.30.0" + "next-themes": "^0.4.6", + "radix-ui": "^1.4.3", + "react": "^19.2.0", + "react-dom": "^19.2.0", + "react-router": "^7.12.0", + "sonner": "^2.0.7", + "tailwind-merge": "^3.4.1", + "zod": "^4.3.6", + "zustand": "^5.0.10" }, "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^6.2.1", "@tailwindcss/vite": "^4.1.18", - "@tsconfig/svelte": "^5.0.6", "@types/node": "^24.10.1", - "@types/prismjs": "^1.26.5", - "autoprefixer": "^10.4.23", - "oxfmt": "^0.24.0", - "oxlint": "^1.39.0", - "postcss": "^8.5.6", - "svelte": "^5.46.4", - "svelte-check": "^4.3.4", + "@types/react": "^19.2.5", + "@types/react-dom": "^19.2.3", + "@vitejs/plugin-react": "^5.1.1", + "globals": "^16.5.0", + "shadcn": "^3.8.5", "tailwindcss": "^4.1.18", + "tw-animate-css": "^1.4.0", "typescript": "~5.9.3", - "vite": "npm:rolldown-vite@7.2.5" + "vite": "npm:rolldown-vite@^7" } } |