Files
sqwerk/package.json
T
Rodney Osodo f80f232df4 feat: setup shadcn for styling and TanStack router
Setup shadcn for style components
Setup TanStack router for routing between different pages in the UI
2025-06-12 12:40:18 +03:00

47 lines
1.3 KiB
JSON

{
"name": "sqwerk",
"private": true,
"version": "0.0.1",
"description": "Your Complete SQL Platform, From Design to Delivery",
"keywords": ["tauri", "sql", "database"],
"license": "Apache-2.0",
"author": "Rodney Osodo <socials@rodneyosodo.com>",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "NO_STRIP=true tauri",
"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",
"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"
}
}