feat: setup shadcn for styling and TanStack router
Setup shadcn for style components Setup TanStack router for routing between different pages in the UI
This commit is contained in:
+17
-4
@@ -12,21 +12,34 @@
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview",
|
||||
"tauri": "NO_STRIP=true tauri",
|
||||
"format": "biome format src --write",
|
||||
"lint": "biome lint src"
|
||||
"lint": "biome check src",
|
||||
"lint:fix": "biome check --write src"
|
||||
},
|
||||
"dependencies": {
|
||||
"@radix-ui/react-label": "^2.1.7",
|
||||
"@radix-ui/react-slot": "^1.2.3",
|
||||
"@tailwindcss/vite": "^4.1.9",
|
||||
"@tanstack/react-router": "^1.121.2",
|
||||
"@tanstack/react-router-devtools": "^1.121.5",
|
||||
"@tauri-apps/api": "^2",
|
||||
"@tauri-apps/plugin-opener": "^2",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lucide-react": "^0.514.0",
|
||||
"react": "^19.1.0",
|
||||
"react-dom": "^19.1.0",
|
||||
"@tauri-apps/api": "^2",
|
||||
"@tauri-apps/plugin-opener": "^2"
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"tailwindcss": "^4.1.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "1.9.4",
|
||||
"@tanstack/router-plugin": "^1.121.4",
|
||||
"@tauri-apps/cli": "^2",
|
||||
"@types/node": "^24.0.0",
|
||||
"@types/react": "^19.1.7",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
"tw-animate-css": "^1.3.4",
|
||||
"typescript": "~5.8.3",
|
||||
"vite": "^6.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user