jackmerrill.com/package.json

37 lines
895 B
JSON
Raw Permalink Normal View History

2023-10-31 16:22:25 -07:00
{
"name": "jackmerrill-com",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-08-27 21:14:30 -07:00
"@astrojs/react": "3.6.2",
"@astrojs/tailwind": "5.1.0",
"@astrojs/vercel": "7.7.2",
2023-10-31 16:22:25 -07:00
"@icons-pack/react-simple-icons": "^9.1.0",
2024-08-27 21:14:30 -07:00
"@react-three/drei": "^9.101.0",
"@react-three/fiber": "^8.15.19",
"@react-three/xr": "^5.7.1",
"@tailwindcss/typography": "^0.5.10",
2023-10-31 16:22:25 -07:00
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
2024-08-27 21:14:30 -07:00
"astro": "4.14.2",
2023-10-31 19:47:51 -07:00
"astro-seo": "^0.8.0",
2023-10-31 16:22:25 -07:00
"react": "^18.0.0",
"react-dom": "^18.0.0",
2024-08-27 21:14:30 -07:00
"sharp": "^0.33.5",
"squoosh": "^0.0.0",
"tailwindcss": "^3.0.24",
"three": "^0.162.0"
2023-10-31 16:22:25 -07:00
},
"devDependencies": {
2024-08-27 21:14:30 -07:00
"sass": "^1.69.5",
"typescript": "^5.5.4"
2023-10-31 16:22:25 -07:00
}
}