{ "name": "@katanemo/katanemo-www", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "biome check", "format": "biome format --write", "typecheck": "tsc --noEmit", "clean": "rm -rf .next" }, "dependencies": { "@heroicons/react": "^2.2.0", "@katanemo/shared-styles": "*", "@katanemo/ui": "*", "next": "^16.1.6", "react": "19.2.0", "react-dom": "19.2.0" }, "devDependencies": { "@biomejs/biome": "2.2.0", "@katanemo/tailwind-config": "*", "@katanemo/tsconfig": "*", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "^5" } }