jackmerrill.com/package.json

29 lines
646 B
JSON
Raw 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": {
"@astrojs/react": "^3.0.4",
"@astrojs/tailwind": "^5.0.2",
"@astrojs/vercel": "^5.1.0",
"@icons-pack/react-simple-icons": "^9.1.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.4.0",
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",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"sass": "^1.69.5"
}
}