2026-01-30 18:14:39 -08:00
|
|
|
{
|
|
|
|
|
"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": {
|
2026-04-02 09:03:52 -04:00
|
|
|
"@heroicons/react": "^2.2.0",
|
2026-01-30 18:14:39 -08:00
|
|
|
"@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"
|
|
|
|
|
}
|
|
|
|
|
}
|