28 lines
704 B
JSON
28 lines
704 B
JSON
{
|
|
"name": "ryanpandya-blog",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.13",
|
|
"@astrojs/node": "^9.5.1",
|
|
"@fontsource-variable/ibm-plex-sans": "^5.2.8",
|
|
"@fontsource/martel": "^5.2.8",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"astro": "^5.16.6",
|
|
"clsx": "^2.1.1",
|
|
"matrix-bot-sdk": "^0.8.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "^4.1.18"
|
|
},
|
|
"trustedDependencies": [
|
|
"@matrix-org/matrix-sdk-crypto-nodejs"
|
|
]
|
|
} |