mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
d893d0d178
* feat: add command component and improve autocomplete and combobox * style: command improvements * refactor: improve command component structure and styling * refactor: remove specific type annotation for chipsRef in Combobox component
58 lines
1.8 KiB
JSON
58 lines
1.8 KiB
JSON
{
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.0.0",
|
|
"@coss/ui": "workspace:*",
|
|
"@hugeicons/core-free-icons": "^2.0.0",
|
|
"@hugeicons/react": "^1.1.1",
|
|
"@remixicon/react": "^4.7.0",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"fumadocs-core": "^16.0.14",
|
|
"fumadocs-mdx": "^14.0.3",
|
|
"jotai": "^2.15.1",
|
|
"lucide-react": "^0.555.0",
|
|
"next": "16.0.9",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"shadcn": "^3.5.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"ts-morph": "^27.0.2",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@coss/typescript-config": "workspace:*",
|
|
"@shikijs/transformers": "^3.15.0",
|
|
"@tailwindcss/postcss": "^4.1.17",
|
|
"@types/mdx": "^2.0.13",
|
|
"@types/node": "^24.10.1",
|
|
"@types/react": "^19.2.6",
|
|
"@types/react-dom": "^19.2.3",
|
|
"rehype-pretty-code": "^0.14.1",
|
|
"rimraf": "^6.1.0",
|
|
"shiki": "^3.15.0",
|
|
"tailwindcss": "^4.1.17",
|
|
"tsx": "^4.20.6",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"license": "MIT",
|
|
"name": "ui",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"clean": "rm -rf node_modules && rm -rf .turbo && rm -rf .next && rm -rf .source",
|
|
"dev": "next dev --port 4000",
|
|
"format": "biome format --write .",
|
|
"format:all": "biome check --write --unsafe --no-errors-on-unmatched",
|
|
"lint": "biome lint .",
|
|
"postinstall": "fumadocs-mdx",
|
|
"registry:build": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/build-registry.mts",
|
|
"registry:validate-deps": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/validate-registry-deps.mts",
|
|
"start": "next start --port 4000",
|
|
"typecheck": "tsc --noEmit",
|
|
"ui:sync": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/sync-ui.mts"
|
|
},
|
|
"type": "module",
|
|
"version": "0.1.0"
|
|
}
|