UNPKG

@senka-ai/ui

Version:

A modern, type-safe Svelte 5 UI component library with full theme support, accessibility standards, and robust state management patterns

106 lines (105 loc) 3.22 kB
{ "name": "@senka-ai/ui", "version": "0.0.6", "description": "A modern, type-safe Svelte 5 UI component library with full theme support, accessibility standards, and robust state management patterns", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "svelte": "./dist/index.js", "import": "./dist/index.js", "default": "./dist/index.js" }, "./icons": { "types": "./dist/icons/index.d.ts", "svelte": "./dist/icons/index.js", "import": "./dist/icons/index.js", "default": "./dist/icons/index.js" }, "./styles": "./dist/styles.css", "./styles.css": "./dist/styles.css" }, "files": [ "dist/**/*", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "storybook dev -p 6006 --no-open", "build": "svelte-package -o dist && cp -r src/styles/* dist/ && cp src/styles/index.css dist/styles.css", "build-storybook": "storybook build", "preview": "vite preview", "story": "storybook dev -p 6006 --no-open", "typecheck": "tsc --noEmit --strict --skipLibCheck", "svelte-check": "svelte-check --tsconfig ./tsconfig.json", "test": "vitest", "test:visual": "playwright test", "test:visual:update": "playwright test --update-snapshots", "test:visual:docker": "docker-compose -f ../../docker-compose.visual.yml run --rm visual-tests", "test:visual:docker:update": "docker-compose -f ../../docker-compose.visual.yml run --rm visual-tests-update", "test:visual:docker:build": "docker-compose -f ../../docker-compose.visual.yml build" }, "keywords": [ "svelte", "svelte5", "ui-library", "components", "design-system", "no-code", "visual-builder", "tailwind", "typescript", "accessibility", "theme", "dark-mode", "form-validation", "senka", "senka-ai" ], "author": "Catalin Ungureanu", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/senka-ai/senka.git", "directory": "packages/ui" }, "bugs": { "url": "https://github.com/senka-ai/senka/issues" }, "homepage": "https://github.com/senka-ai/senka/tree/main/packages/ui", "dependencies": { "svelte": "5.37.3" }, "devDependencies": { "@chromatic-com/storybook": "4.1.0", "@playwright/test": "1.54.2", "@storybook/addon-docs": "9.1.1", "@storybook/addon-svelte-csf": "5.0.7", "@storybook/svelte": "9.1.1", "@storybook/sveltekit": "9.1.1", "@sveltejs/adapter-auto": "6.0.1", "@sveltejs/kit": "2.27.1", "@sveltejs/package": "2.4.0", "@sveltejs/vite-plugin-svelte": "6.1.0", "@tailwindcss/forms": "0.5.10", "@tailwindcss/typography": "0.5.16", "@tailwindcss/vite": "4.1.11", "@types/jsdom": "21.1.7", "@types/node": "24.1.0", "jsdom": "26.1.0", "playwright": "1.54.2", "prettier": "3.6.2", "prettier-plugin-svelte": "3.4.0", "prettier-plugin-tailwindcss": "0.6.14", "storybook": "9.1.1", "svelte-check": "4.3.1", "tailwindcss": "4.1.11", "typescript": "5.9.2", "vite": "7.0.6", "vitest": "3.2.4" } }