mirror of
https://github.com/SrIzan10/mainwebsite.git
synced 2026-06-06 00:56:58 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "mainwebsite",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"packageManager": "yarn@1.22.21",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.7.0",
|
|
"@astrojs/mdx": "^3.0.1",
|
|
"@astrojs/react": "^3.3.4",
|
|
"@astrojs/rss": "^4.0.6",
|
|
"@astrojs/sitemap": "^3.1.5",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@tryghost/content-api": "^1.11.21",
|
|
"@types/react": "^18.3.2",
|
|
"@types/react-dom": "^18.3.0",
|
|
"astro": "^4.8.7",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.379.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.2.1",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss": "^3.4.3",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.4.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@types/tryghost__content-api": "^1.3.16",
|
|
"prettier": "^3.2.5",
|
|
"prettier-plugin-astro": "^0.14.0"
|
|
}
|
|
}
|