Files
v10/website/package.json
T

27 lines
603 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.6",
"@astrojs/react": "^4.4.0",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.6.0",
"@tailwindcss/vite": "^4.1.14",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"astro": "^5.14.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.34.3",
"simple-git": "^3.28.0",
"tailwindcss": "^4.1.14"
}
}