This commit is contained in:
2024-03-18 19:42:44 +01:00
parent 838c2df336
commit b1eb3cb9a6
31 changed files with 2592 additions and 1908 deletions
+4 -1
View File
@@ -24,14 +24,17 @@
"mysql": "^2.18.1",
"mysql2": "^3.3.3",
"next": "13.4.2",
"pg-hstore": "^2.3.4",
"postcss": "8.4.23",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0",
"sequelize": "^6.32.0",
"sqlite": "^4.2.1",
"sqlite3": "^5.1.6",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
"devDependencies": {
"sqlite3": "^5.1.7"
}
}