kunkun/packages/ui/package.json
Huakun Shen ad30a8c3bb
fix: duplicate api calls from comlink (#27)
* refactor: replace comlink with kkrpc

* fix: import path in api pkg and btn styling in ui iframe page

* fix: fixed fetch API from kkRPC migrate

* refactor: replace comlink-stdio with kkrpc

* update deno lock

* bump @kksh/api

* update API version

* publish api pkg again to fix kkrpc version

* update pnpm lock

* dep: fix dependency problems

* dep: update deno.lock

* chore: remove 2 submodules

they were added only for integration development

* update pnpm lock

* fix: test template path

* format: with prettier

* downgrade next version

* ci: try to fix next build on windows

* try to fix CI

* Revert "try to fix CI"

This reverts commit b9c63c392f50f1d2d3ceec406e49b1af2348c740.

* upgrade tauri-api-adapter

* try to fix next

* remove templates from pnpm workspace

* update CI test

* publish @kksh/api with upgraded tauri-api-adapter to fix nextjs template
2024-11-19 05:57:31 -05:00

66 lines
1.5 KiB
JSON

{
"name": "@kksh/ui",
"version": "0.0.1",
"type": "module",
"module": "index.ts",
"main": "index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"svelte": "./src/index.ts"
},
"./types": {
"types": "./src/types.ts",
"svelte": "./src/types.ts"
},
"./custom": {
"types": "./src/components/custom/index.ts",
"svelte": "./src/components/custom/index.ts"
},
"./utils": {
"types": "./src/utils/index.ts",
"svelte": "./src/utils/index.ts"
},
"./main": {
"types": "./src/components/main/index.ts",
"svelte": "./src/components/main/index.ts"
},
"./extension": {
"types": "./src/components/extension/index.ts",
"svelte": "./src/components/extension/index.ts"
}
},
"scripts": {
"lint": "eslint ."
},
"devDependencies": {
"@iconify/svelte": "^4.0.2",
"@kksh/api": "workspace:*",
"@kksh/svelte5": "^0.1.10",
"@types/bun": "latest",
"bits-ui": "1.0.0-next.60",
"clsx": "^2.1.1",
"formsnap": "2.0.0-next.1",
"lucide-svelte": "^0.460.1",
"mode-watcher": "^0.5.0",
"paneforge": "1.0.0-next.1",
"shiki": "^1.23.1",
"svelte-radix": "^2.0.1",
"svelte-sonner": "^0.3.28",
"sveltekit-superforms": "^2.20.1",
"tailwind-merge": "^2.5.4",
"tailwind-variants": "^0.3.0",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"tauri-plugin-shellx-api": "^2.0.14",
"zod": "^3.23.8"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@internationalized/date": "^3.5.6",
"@std/semver": "npm:@jsr/std__semver@^1.0.3",
"gsap": "^3.12.5",
"svelte-markdown": "^0.4.1"
}
}