This commit is contained in:
2026-03-17 17:53:14 +08:00
parent 65d89084f6
commit 011d4fe60f
33 changed files with 4192 additions and 5212 deletions

View File

@@ -1,15 +1,17 @@
{
"name": "1",
"name": "clawborn",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
"dev": "vite",
"dev:server": "node server/stats-server.mjs",
"dev:all": "node scripts/dev-all.mjs",
"build": "vite build",
"preview": "vite preview",
"lint": "tsc --noEmit"
},
"dependencies": {
"next": "16.1.7",
"html-to-image": "^1.11.13",
"react": "19.2.3",
"react-dom": "19.2.3"
},
@@ -18,9 +20,9 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.7",
"@vitejs/plugin-react": "^5.0.4",
"tailwindcss": "^4",
"typescript": "^5"
"typescript": "^5",
"vite": "^7.1.10"
}
}