feat: CI-CD front #2

Merged
Clement merged 20 commits from feat/CI-CD into master 2024-04-21 13:24:16 +00:00
Showing only changes of commit 65d52eb8fa - Show all commits

View File

@ -2,7 +2,7 @@
"name": "front",
"type": "module",
"version": "0.0.1",
"private":"true",
"private": "true",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
@ -11,10 +11,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^8.2.5",
"@astrojs/tailwind": "^5.1.0",
"@tailwindcss/typography": "^0.5.12",
"astro": "^4.6.3",
"lucide-astro": "^0.372.0",
"pocketbase": "^0.21.1",
"simple-icons-astro": "^11.12.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2"