Update WBBR frontend template collection
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user