fix: versioning

This commit is contained in:
2025-11-20 01:37:29 +00:00
parent c3d409dc56
commit 6a9948b4fe
5 changed files with 1300 additions and 909 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint"
},
@@ -14,11 +14,11 @@
"axios": "^1.13.2",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"next": "16.0.2",
"react": "18.2.0",
"next": "^16.0.3",
"react": "^19.2.0",
"react-date-picker": "^12.0.1",
"react-datepicker": "^8.9.0",
"react-dom": "18.2.0",
"react-dom": "^19.2.0",
"styled-components": "^6.1.19",
"tailwind": "^4.0.0",
"use-async-effect": "^2.2.7",