Merge branch 'feat/zxdb' into deploy

This commit is contained in:
2025-12-17 19:55:59 +00:00
69 changed files with 5504 additions and 102 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "next-explorer",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "PORT=4000 next dev --turbopack",
@@ -12,12 +12,15 @@
},
"dependencies": {
"bootstrap": "^5.3.8",
"drizzle-orm": "^0.36.4",
"mysql2": "^3.16.0",
"next": "~15.5.9",
"react": "19.1.0",
"react-bootstrap": "^2.10.10",
"react-bootstrap-icons": "^1.11.6",
"react-dom": "19.1.0",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
@@ -26,6 +29,7 @@
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.2",
"eslint-config-next": "15.5.4",
"sass": "^1.96.0"
"drizzle-kit": "^0.30.6",
"sass": "^1.97.0"
}
}