slight fixes; updated dependencies

This commit is contained in:
Timothy Pidashev
2024-10-30 12:30:25 -07:00
parent 0ff2116794
commit b90108e70f
17 changed files with 2084 additions and 1855 deletions

View File

@@ -8,11 +8,14 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/tailwind": "3.1.1",
"astro": "2.1.3",
"autoprefixer": "10.4.14",
"canvas-confetti": "1.6.0",
"postcss": "8.4.21",
"tailwindcss": "3.2.7"
"@astrojs/react": "^2.3.2",
"@astrojs/tailwind": "^5.1.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.7"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}