@chulkovdanila/svelte-uikit
Version:
Beautiful animated button component for Svelte with slide and arc animations. Easy to use, customizable, and similar to shadcn/ui style.
84 lines (83 loc) • 2.14 kB
JSON
{
"name": "@chulkovdanila/svelte-uikit",
"version": "0.0.1",
"type": "module",
"description": "Beautiful animated button component for Svelte with slide and arc animations. Easy to use, customizable, and similar to shadcn/ui style.",
"keywords": [
"svelte",
"sveltekit",
"svelte-5",
"ui",
"components",
"ui-kit",
"button",
"animated-button",
"slide-animation",
"arc-animation",
"curved-animation",
"horizontal-animation",
"shadcn",
"tailwind",
"components-library",
"svelte-components",
"interactive-components",
"hover-animation"
],
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ChulkovDanila/svelte-ui-kit.git"
},
"bugs": {
"url": "https://github.com/ChulkovDanila/svelte-ui-kit/issues"
},
"homepage": "https://github.com/ChulkovDanila/svelte-ui-kit#readme",
"svelte": "./src/lib/index.ts",
"files": [
"src/lib"
],
"exports": {
".": {
"svelte": "./src/lib/index.ts"
}
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test:unit": "vitest",
"test": "npm run test:unit -- --run",
"lint": "eslint . && prettier --check .",
"format": "prettier --write ."
},
"devDependencies": {
"@eslint/compat": "^1.4.0",
"@eslint/js": "^9.38.0",
"@sveltejs/adapter-auto": "^7.0.0",
"@sveltejs/kit": "^2.47.1",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@types/node": "^22",
"@vitest/browser-playwright": "^4.0.5",
"eslint": "^9.38.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.12.4",
"globals": "^16.4.0",
"playwright": "^1.56.1",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.41.0",
"svelte-check": "^4.3.3",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.1",
"vite": "^7.1.10",
"vitest": "^4.0.5",
"vitest-browser-svelte": "^2.0.1"
},
"peerDependencies": {
"svelte": "^5.0.0"
}
}