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

74 lines
2.1 KiB
JSON

{
"name": "origin",
"version": "0.1.0",
"type": "module",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev --port 4001",
"build": "bun run --bun format:write && next build",
"registry:build": "shadcn build",
"start": "next start",
"lint": "biome lint .",
"check-types": "tsc --noEmit",
"format:write": "biome format --write .",
"format:check": "biome format --check .",
"clean": "rm -rf node_modules && rm -rf .turbo && rm -rf .next"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@headless-tree/core": "^1.3.0",
"@headless-tree/react": "^1.3.0",
"@internationalized/date": "^3.8.2",
"@origin-space/image-cropper": "^0.1.9",
"@radix-ui/react-icons": "^1.3.2",
"@remixicon/react": "^4.6.0",
"@tanstack/react-table": "^8.21.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"date-fns": "^4.1.0",
"emblor": "^1.4.8",
"hast-util-to-jsx-runtime": "^2.3.6",
"input-otp": "^1.4.2",
"jotai": "^2.13.1",
"lodash": "^4.17.21",
"lucide-react": "^0.539.0",
"next": "^16.0.0",
"next-themes": "^0.4.6",
"radix-ui": "latest",
"react": "^19.2.0",
"react-aria": "^3.42.0",
"react-aria-components": "^1.11.0",
"react-day-picker": "^9.8.1",
"react-dom": "^19.2.0",
"react-intersection-observer": "^9.16.0",
"react-payment-inputs": "^1.2.0",
"react-phone-number-input": "^3.4.12",
"react-resizable-panels": "^3.0.4",
"shadcn": "^2.10.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"ts-morph": "^26.0.0",
"tsx": "^4.20.4",
"use-mask-input": "^3.5.0",
"zod": "^4.0.17"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.2.1",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@types/react-payment-inputs": "^1.1.4",
"postcss": "^8.5.6",
"rimraf": "^6.0.1",
"shiki": "^3.9.2",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2"
}
}