[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

add fields to package.json

Florian (Mar 13, 2025, 7:02 PM +0100) 8b4e6435 33a2d5dc

+9 -1
+9 -1
package.json
··· 1 1 { 2 2 "name": "fox-ui-svelte", 3 - "version": "0.0.2", 3 + "version": "0.0.3", 4 4 "type": "module", 5 + "description": "Beautiful UI components built with Tailwind 4 and Svelte 5", 6 + "homepage": "https://flo-bit.dev/ui-kit", 7 + "repository": { 8 + "type": "git", 9 + "url": "git+https://github.com/flo-bit/ui-kit.git" 10 + }, 11 + "author": "flo-bit (http://flo-bit.dev/)", 12 + "bugs": "https://github.com/flo-bit/ui-kit/issues", 5 13 "scripts": { 6 14 "dev": "vite dev", 7 15 "build": "vite build",