refactor state storge, UI editor

This commit is contained in:
taDuc
2026-05-07 13:38:52 +07:00
parent a29a3a2049
commit 8b1df73797
46 changed files with 3345 additions and 3112 deletions

View File

@@ -3,7 +3,7 @@
"version": "2.2.3",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "node ./scripts/dev.mjs",
"build": "next build",
"start": "next start",
"lint": "eslint ."
@@ -31,7 +31,6 @@
"next": "^16.1.6",
"react": "^19.2.0",
"react-apexcharts": "^1.8.0",
"react-d3-tree": "^3.6.6",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.2.0",