home/package.json

31 lines
745 B
JSON
Raw Normal View History

2023-08-31 07:25:13 +02:00
{
"name": "home",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2023-09-16 06:34:30 +02:00
"@astrojs/mdx": "^1.0.3",
2023-08-31 10:07:55 +02:00
"@astrojs/node": "^6.0.0",
2023-09-16 06:34:30 +02:00
"@astrojs/react": "^3.0.2",
2023-08-31 10:07:55 +02:00
"@astrojs/tailwind": "^5.0.0",
2023-09-16 06:34:30 +02:00
"@astrojs/vercel": "0.0.0-symbolic-link-20230901124103",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"astro": "^3.0.13",
"react": "^18.2.0",
"react-dom": "^18.2.0",
2023-08-31 10:07:55 +02:00
"sharp": "^0.32.5",
2023-09-16 06:34:30 +02:00
"tailwindcss": "^3.3.3"
2023-08-31 10:07:55 +02:00
},
"devDependencies": {
2023-09-16 06:34:30 +02:00
"@types/node": "^20.6.0",
2023-09-01 02:11:44 +02:00
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0"
2023-08-31 07:25:13 +02:00
}
}