franken-ui
Version:
Franken UI is an HTML-first, open-source library of UI components based on the utility-first Tailwind CSS with UIkit 3 compatibility. The design is based on shadcn/ui ported to be framework-agnostic.
99 lines (98 loc) • 2.69 kB
JSON
{
"name": "franken-ui",
"author": "Sveltecult <leader@sveltecult.com>",
"description": "Franken UI is an HTML-first, open-source library of UI components based on the utility-first Tailwind CSS with UIkit 3 compatibility. The design is based on shadcn/ui ported to be framework-agnostic.",
"keywords": [
"uikit",
"tailwind",
"design-system",
"shadcn-ui",
"component",
"framework",
"tailwindcss",
"shadcn",
"css",
"ui"
],
"repository": {
"type": "git",
"url": "git+https://github.com/franken-ui/ui.git"
},
"bugs": {
"url": "https://github.com/franken-ui/ui/issues"
},
"homepage": "https://www.franken-ui.dev",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package",
"prepublishOnly": "./package.sh",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./shadcn-ui/*": {
"types": "./dist/shadcn-ui/*.d.ts",
"default": "./dist/shadcn-ui/*.js"
},
"./js/*": {
"default": "./dist/js/*.js"
},
"./postcss/*": {
"types": "./dist/postcss/*.d.cts",
"default": "./dist/postcss/*.cjs"
}
},
"bin": "./dist/bin.js",
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"lodash": "^4.17.21",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-sort-media-queries": "^5.2.0",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.1",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.0",
"@types/lodash": "^4.17.0",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"lodash": "^4.17.21",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-sort-media-queries": "^5.2.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"prettier-plugin-tailwindcss": "^0.5.12",
"publint": "^0.1.9",
"svelte": "^4.2.19",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.1",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.11"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module"
}