41b30c7a9d
This contains database switching plus the different schemas, publications, extensions etc
58 lines
1.6 KiB
JSON
58 lines
1.6 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-avatar": "^1.1.10",
|
|
"@radix-ui/react-collapsible": "^1.1.11",
|
|
"@radix-ui/react-context-menu": "^2.2.15",
|
|
"@radix-ui/react-dialog": "^1.1.14",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
"@tailwindcss/vite": "^4.1.10",
|
|
"@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.10"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "1.9.4",
|
|
"@tanstack/router-plugin": "^1.121.4",
|
|
"@tauri-apps/cli": "^2",
|
|
"@types/node": "^24.0.1",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.5.2",
|
|
"tw-animate-css": "^1.3.4",
|
|
"typescript": "~5.8.3",
|
|
"vite": "^6.3.5"
|
|
}
|
|
}
|