mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
27 lines
603 B
JSON
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"
|
|
}
|
|
}
|