mirror of
https://github.com/kunkunsh/kunkun.git
synced 2025-04-04 14:46:42 +00:00
32 lines
712 B
JSON
32 lines
712 B
JSON
{
|
|
"name": "@kksh/ui",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"module": "index.ts",
|
|
"main": "index.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.ts",
|
|
"svelte": "./index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint ."
|
|
},
|
|
"devDependencies": {
|
|
"@kksh/eslint-config": "workspace:*",
|
|
"@kksh/typescript-config": "workspace:*",
|
|
"bits-ui": "1.0.0-next.36",
|
|
"clsx": "^2.1.1",
|
|
"lucide-svelte": "^0.454.0",
|
|
"mode-watcher": "^0.4.1",
|
|
"paneforge": "1.0.0-next.1",
|
|
"svelte-radix": "^2.0.1",
|
|
"svelte-sonner": "^0.3.28",
|
|
"tailwind-merge": "^2.5.4",
|
|
"tailwind-variants": "^0.2.1",
|
|
"tailwindcss": "^3.4.14",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
}
|
|
}
|