commit working state

This commit is contained in:
2024-04-15 11:38:40 +02:00
parent 89f3f86c54
commit 508258bf0f
33 changed files with 1130 additions and 221 deletions
+7 -3
View File
@@ -12,18 +12,21 @@
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.5.1",
"@types/node": "20.1.7",
"@types/react": "18.2.6",
"@types/react": "18.2.30",
"@types/react-bootstrap": "^0.32.32",
"@types/react-dom": "18.2.4",
"@types/react-dom": "18.2.14",
"autoprefixer": "10.4.14",
"bcrypt": "^5.1.0",
"bootstrap": "^5.3.0",
"cookie": "^0.5.0",
"eslint": "8.40.0",
"eslint-config-next": "13.4.2",
"fetch-cookie": "^3.0.1",
"flowbite": "^2.3.0",
"flowbite-react": "^0.7.5",
"mysql": "^2.18.1",
"mysql2": "^3.3.3",
"next": "13.4.2",
"next": "14.1.4",
"pg-hstore": "^2.3.4",
"postcss": "8.4.23",
"react": "18.2.0",
@@ -32,6 +35,7 @@
"sequelize": "^6.32.0",
"sqlite": "^4.2.1",
"tailwindcss": "3.3.2",
"ts-node": "^10.9.2",
"typescript": "5.0.4"
},
"devDependencies": {