Skip to content

Commit

Permalink
chore: add some scaffolding for the repo, shadcn and tailwind too
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Mar 28, 2024
1 parent 0cf87f5 commit bb230d1
Show file tree
Hide file tree
Showing 20 changed files with 814 additions and 213 deletions.
14 changes: 14 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.pcss",
"baseColor": "neutral"
},
"aliases": {
"components": "$lib/ui",
"utils": "$lib/utils"
},
"typescript": true
}
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,23 @@
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1"
"@tauri-apps/api": "^1",
"clsx": "^2.1.0",
"tailwind-merge": "^2.2.2",
"tailwind-variants": "^0.2.1"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@tauri-apps/cli": "^1",
"@tsconfig/svelte": "^5.0.2",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"svelte": "^4.2.8",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.3.6",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^5.0.0",
"@tauri-apps/cli": "^1"
"vite": "^5.0.0"
}
}
Loading

0 comments on commit bb230d1

Please sign in to comment.