mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 11:03:50 +00:00
slight fixes; updated dependencies
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user