build: remove pnpm & use bun, update installation steps and deps

This commit is contained in:
rzmk 2024-05-02 17:58:17 -04:00
parent c2395b20ce
commit 8bf97e8d72
No known key found for this signature in database
17 changed files with 30 additions and 19835 deletions

View file

@ -11,16 +11,16 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^3.1.3",
"@fontsource/inter": "^4.5.15",
"astro": "^2.10.15",
"framer-motion": "^10.18.0",
"npm-check-updates": "^16.14.18",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.18",
"astro": "^4.7.1",
"framer-motion": "^11.1.7",
"npm-check-updates": "^16.14.20",
"tailwindcss": "^3.4.3"
},
"devDependencies": {
"@astrojs/react": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"@astrojs/react": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}