Files
clawshow-admin/package.json
2026-03-19 18:57:15 +08:00

30 lines
773 B
JSON

{
"name": "@sker-pro/web-chat",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "next dev --hostname 0.0.0.0 --port=3001",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@opennextjs/cloudflare": "^1.0.0",
"@bowong/auth": "git+https://gitea.bowongai.com/bowong/claushow-auth.git#main",
"better-auth": "^1.2.0",
"next": "^15.3.3",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20250312.0",
"@tailwindcss/postcss": "^4.1.13",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.3"
}
}