Files
wehub-resource-sync d68f003000
CI / Change detection (push) Has been cancelled
CI / Version drift (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Workflow RLM cache (push) Has been cancelled
CI / Test (macos-latest) (push) Has been cancelled
CI / Test (ubuntu-latest) (push) Has been cancelled
CI / Test (windows-latest) (push) Has been cancelled
CI / npm wrapper smoke (push) Has been cancelled
CI / Mobile runtime smoke (push) Has been cancelled
CI / Workflow lint (push) Has been cancelled
CI / Documentation (push) Has been cancelled
Web Frontend / Lint & Type Check (push) Failing after 1s
Auto-close harvested PRs / close (push) Failing after 1s
cargo-deny / cargo-deny (bans licenses sources) (push) Failing after 1s
Security audit / cargo-audit (push) Failing after 1s
Sync to CNB / sync (push) Failing after 1s
Web Frontend / Deploy to Cloudflare (push) Waiting to run
cargo-deny / cargo-deny (advisories) (push) Failing after 3s
chore: import upstream snapshot with attribution
2026-07-13 12:08:23 +08:00

47 lines
1.3 KiB
JSON

{
"name": "codewhale-web",
"version": "0.1.0",
"private": true,
"description": "Community site for CodeWhale — codewhale.net",
"scripts": {
"dev": "node scripts/derive-facts.mjs && next dev",
"prebuild": "node scripts/derive-facts.mjs",
"build": "next build",
"start": "next start",
"test": "vitest run",
"check:facts": "node scripts/check-facts.mjs",
"check:docs": "node scripts/check-docs.mjs",
"check:deploy-env": "node scripts/check-cloudflare-deploy-env.mjs",
"lint": "eslint .",
"preview": "opennextjs-cloudflare preview",
"predeploy": "node scripts/check-kv-id.mjs",
"deploy": "opennextjs-cloudflare deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"mermaid": "^11.16.0",
"next": "^15.5.18",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@opennextjs/cloudflare": "^1.19.11",
"@types/node": "^22.10.5",
"@types/react": "^19.0.7",
"@types/react-dom": "^19.0.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.39.4",
"eslint-config-next": "^15.5.18",
"postcss": "^8.5.14",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vitest": "^4.1.9",
"wrangler": "^4.107.0"
},
"overrides": {
"esbuild": "0.28.1",
"postcss": "^8.5.14",
"ws": "8.21.0"
}
}