mirror of
https://github.com/cosscom/coss.git
synced 2026-09-14 20:06:50 +08:00
33 lines
814 B
JSON
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"
|
|
}
|
|
}
|