home/package.json

31 lines
717 B
JSON

{
"name": "home",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^1.0.0",
"@astrojs/node": "^6.0.0",
"@astrojs/react": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@astrojs/vercel": "^4.0.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.32.5",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/node": "^20.5.7",
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
}
}