Turborepo + Bun monorepo with: - apps/publisher-dashboard: Svelte 5 SPA with SvelteKit, Tailwind CSS v4, shadcn-svelte - packages/publisher-utils: Shared TypeScript utilities Features: - Performance dashboard page with metrics, charts, and data tables - shadcn-svelte UI components with OKLCH color system - Biome for linting/formatting with Svelte-specific overrides 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
36 lines
945 B
JSON
36 lines
945 B
JSON
{
|
|
"name": "@publisher/dashboard",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json"
|
|
},
|
|
"dependencies": {
|
|
"@publisher/utils": "workspace:*",
|
|
"bits-ui": "^2.15.4",
|
|
"clsx": "^2.1.1",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwind-variants": "^3.2.2",
|
|
"tslib": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"@internationalized/date": "^3.10.1",
|
|
"@lucide/svelte": "^0.562.0",
|
|
"@macalinao/tsconfig": "catalog:",
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.21.1",
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.1",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"svelte": "^5.28.2",
|
|
"svelte-check": "^4.2.1",
|
|
"tailwindcss": "^4.1.4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "catalog:",
|
|
"vite": "^7.3.0"
|
|
}
|
|
}
|