Update WBBR frontend template collection

This commit is contained in:
Codex
2026-08-27 20:15:24 +08:00
parent bd4d54a110
commit e444605e5d
85 changed files with 6322 additions and 115 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "orbitflow-admin-template",
"name": "wbbr",
"version": "0.1.0",
"private": true,
"engines": {
@@ -9,10 +9,13 @@
"dev": "vinext dev",
"build": "vinext build",
"start": "vinext start",
"start:local": "node scripts/start-local.mjs",
"test": "npm run build && node --test tests/rendered-html.test.mjs",
"lint": "eslint . --ignore-pattern dist --ignore-pattern .next"
},
"dependencies": {
"@types/d3-geo": "^3.1.1",
"d3-geo": "^3.1.1",
"next": "16.2.6",
"react": "19.2.6",
"react-dom": "19.2.6"