feat: Upgrade template based on projects made with it
Some checks failed
Build, check & Test / run (push) Failing after 42s

Signed-off-by: Florian Bouillon <f.bouillon@aptatio.com>
This commit is contained in:
2023-10-09 11:47:11 +02:00
parent bf06e41238
commit e26b4eb4a5
42 changed files with 934 additions and 136 deletions

View File

@ -22,7 +22,8 @@
"@dzeio/url-manager": "^1",
"astro": "^3",
"lucide-astro": "^0",
"sharp": "^0.32.6",
"sharp": "^0",
"simple-icons-astro": "^9",
"tailwindcss": "^3"
},
"devDependencies": {
@ -30,7 +31,7 @@
"@playwright/test": "^1",
"@types/node": "^20",
"@vitest/coverage-v8": "^0",
"typescript": "^5.2.2",
"typescript": "^5",
"vitest": "^0"
}
}