Skip to content

Commit

Permalink
migration
Browse files Browse the repository at this point in the history
  • Loading branch information
L4Ph committed Dec 22, 2024
1 parent 553d965 commit 17c5c1b
Show file tree
Hide file tree
Showing 39 changed files with 1,254 additions and 943 deletions.
Binary file modified bun.lockb
Binary file not shown.
13 changes: 8 additions & 5 deletions components.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
{
"$schema": "https://shadcn-svelte.com/schema.json",
"$schema": "https://next.shadcn-svelte.com/schema.json",
"style": "default",
"tailwind": {
"config": "tailwind.config.ts",
"css": "src\\app.pcss",
"config": "tailwind.config.js",
"css": "src/app.css",
"baseColor": "slate"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks"
},
"typescript": true
"typescript": true,
"registry": "https://next.shadcn-svelte.com/registry"
}
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,32 +24,34 @@
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-fs": "^2.2.0",
"bits-ui": "^0.21.16",
"bits-ui": "^1.0.0-next.74",
"clsx": "^2.1.1",
"lucide-svelte": "^0.441.0",
"lucide-svelte": "^0.469.0",
"lz-string": "^1.5.0",
"mode-watcher": "^0.4.1",
"mode-watcher": "^0.5.0",
"svelte-codemirror-editor": "^1.4.1",
"svelte-file-dropzone": "^2.0.9",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.5.5",
"tailwind-variants": "^0.2.1"
"tailwind-variants": "^0.3.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@svelte-put/shortcut": "^3.2.0",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.13.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.14.0",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0-beta.8",
"@types/bun": "latest",
"@types/node": "^22.10.2",
"autoprefixer": "^10.4.20",
"eslint-plugin-svelte": "^2.46.1",
"postcss": "^8.4.49",
"svelte": "^5.15.0",
"svelte-check": "^4.1.1",
"tailwindcss": "^4.0.0-beta.8",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.5"
Expand Down
6 changes: 6 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
Loading

0 comments on commit 17c5c1b

Please sign in to comment.