build improvements

This commit is contained in:
Schneider Roland
2025-02-23 14:57:49 +01:00
parent 4d239f7c7a
commit 5c3fe39074
50 changed files with 1672 additions and 212 deletions

View File

@@ -11,6 +11,7 @@
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@strapi/database": "^5.10.3",
"@types/aos": "^3.0.7",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
@@ -18,6 +19,9 @@
"@types/ityped": "^1.0.3",
"@types/pg": "^8.11.10",
"@types/qs": "^6.9.18",
"ajv": "^8.17.1",
"ajv-formats": "^3.0.1",
"ajv-i18n": "^4.2.0",
"aos": "^2.3.4",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.6.2",
@@ -25,16 +29,19 @@
"dotenv": "^16.4.7",
"ityped": "^1.0.3",
"next": "15.1.3",
"nodemailer": "^6.10.0",
"pg": "^8.13.1",
"qs": "^6.14.0",
"react": "^19.0.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^19.0.0"
"react-dom": "^19.0.0",
"validator": "^13.12.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",