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

33 lines
814 B
JSON

{
"name": "www",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome lint .",
"typecheck": "tsc --noEmit",
"clean": "rm -rf node_modules && rm -rf .turbo && rm -rf .next"
},
"dependencies": {
"@hugeicons/core-free-icons": "^1.0.16",
"@hugeicons/react": "^1.0.5",
"@coss/ui": "workspace:*",
"lucide-react": "^0.544.0",
"next": "^16.0.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@coss/typescript-config": "workspace:*",
"tailwindcss": "^4",
"typescript": "^5.9.2"
}
}