Files
cosscom__coss/apps/ui/package.json
Volnei Munhoz d5a915e6d0 add biome
2025-11-13 19:19:31 -03:00

57 lines
1.7 KiB
JSON

{
"name": "ui",
"version": "0.1.0",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev --port 4000",
"build": "next build",
"start": "next start --port 4000",
"lint": "biome lint .",
"typecheck": "tsc --noEmit",
"format:write": "biome format --write .",
"format:check": "biome format --check .",
"registry:build": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/build-registry.mts && biome format --write registry",
"ui:propagate": "tsx --tsconfig ./tsconfig.scripts.json ./scripts/propagate-ui.mts",
"postinstall": "fumadocs-mdx",
"clean": "rm -rf node_modules && rm -rf .turbo && rm -rf .next && rm -rf .source"
},
"dependencies": {
"@base-ui-components/react": "1.0.0-beta.4",
"@hugeicons/core-free-icons": "^1.0.16",
"@hugeicons/react": "^1.0.5",
"@remixicon/react": "^4.6.0",
"@coss/ui": "workspace:*",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"fumadocs-core": "^16.0.2",
"fumadocs-mdx": "^13.0.0",
"jotai": "^2.14.0",
"lucide-react": "^0.543.0",
"next": "^16.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"shadcn": "^3.2.1",
"tailwind-merge": "^3.3.1",
"ts-morph": "^26.0.0",
"zod": "^4.1.5"
},
"devDependencies": {
"@shikijs/transformers": "^3.12.2",
"@tailwindcss/postcss": "^4.1.13",
"@types/mdx": "^2.0.13",
"@types/node": "^24.3.1",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@coss/typescript-config": "workspace:*",
"rehype-pretty-code": "^0.14.1",
"rimraf": "^6.0.1",
"shiki": "^3.12.2",
"tailwindcss": "^4.1.13",
"tsx": "^4.20.5",
"typescript": "^5.9.2"
}
}