Skip to content

Commit

Permalink
svelte 5 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails authored Nov 17, 2024
1 parent 3482441 commit 2117c17
Show file tree
Hide file tree
Showing 93 changed files with 2,826 additions and 4,076 deletions.
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# lipu Linku

<div align="center">
<a href="https://discord.gg/A3ZPqnHHsy">
<img src="https://img.shields.io/badge/-Discord-%237289da?style=for-the-badge&logo=appveyor">
</a>
</div>
[![Discord](https://img.shields.io/badge/-Discord-%237289da?style=for-the-badge&logo=appveyor)](https://discord.gg/A3ZPqnHHsy)

## Overview

Expand All @@ -28,11 +24,7 @@ Requirements:

### Contributors

<div align="center">
<a href="https://github.com/lipu-linku/lipu/graphs/contributors">
<img src="https://contrib.rocks/image?repo=lipu-linku/lipu" />
</a>
</div>
[![Github Contributors](https://contrib.rocks/image?repo=lipu-linku/lipu)](https://github.com/lipu-linku/lipu/graphs/contributors)

## License

Expand Down
8 changes: 6 additions & 2 deletions components.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
"utils": "$lib/utils",
"ui": "$lib/components/ui",
"hooks": "$lib/hooks"
},
"typescript": true,
"registry": "https://next.shadcn-svelte.com/registry"
}
55 changes: 26 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,43 +14,40 @@
},
"devDependencies": {
"@formkit/auto-animate": "^0.8.2",
"@iconify/json": "^2.2.238",
"@kulupu-linku/sona": "^0.3.5",
"@sveltejs/adapter-cloudflare": "^4.7.2",
"@sveltejs/kit": "^2.5.22",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@iconify/json": "^2.2.272",
"@kulupu-linku/sona": "^0.3.7",
"@sveltejs/adapter-cloudflare": "^4.7.4",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@types/d3-scale": "^4.0.8",
"@vite-pwa/assets-generator": "^0.2.4",
"@vite-pwa/sveltekit": "^0.6.0",
"bits-ui": "0.21.15",
"chart.js": "^4.4.3",
"@vite-pwa/assets-generator": "^0.2.6",
"@vite-pwa/sveltekit": "^0.6.6",
"bits-ui": "1.0.0-next.58",
"clsx": "^2.1.1",
"d3-scale": "^4.0.2",
"fastest-levenshtein": "^1.0.16",
"layerchart": "^0.44.0",
"lightningcss": "^1.26.0",
"layerchart": "^0.59.1",
"lightningcss": "^1.28.1",
"lucide-svelte": "^0.459.0",
"mode-watcher": "^0.4.1",
"postcss-nesting": "^13.0.0",
"postcss-preset-env": "^10.0.2",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-svelte": "^3.2.8",
"prettier-plugin-tailwindcss": "^0.6.8",
"runed": "^0.15.3",
"sharp": "^0.33.5",
"sharp-ico": "^0.1.5",
"svelte": "^4.2.18",
"svelte-check": "^4.0.0",
"svelte-intersection-observer": "^1.0.0",
"svelte-persisted-store": "^0.11.0",
"tailwind-merge": "^2.5.2",
"tailwind-variants": "^0.2.1",
"tailwindcss": "^3.4.10",
"tslib": "^2.6.3",
"typescript": "^5.5.4",
"unplugin-icons": "^0.19.2",
"vite": "^5.4.1",
"vite-plugin-pwa": "^0.20.1",
"workbox-window": "^7.1.0"
"svelte": "5.2.0",
"svelte-check": "^4.0.8",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.3",
"unplugin-icons": "^0.20.1",
"vite": "^5.4.11",
"vite-plugin-pwa": "^0.21.0",
"workbox-window": "^7.3.0"
},
"type": "module",
"packageManager": "pnpm@9.11.0"
"packageManager": "pnpm@9.12.2"
}
Loading

0 comments on commit 2117c17

Please sign in to comment.