
* fix video url * update deploy script for using rsync * remove delete from script * translate resources page * fix images dimensions and favicon * add css optimization plugin and improve images * update project dependencies * refactor lang * post translated to spanish * fix metadata * update dependencies * update dependencies * update dependencies * update to Astro 5.x * format index.astro * Migrate content layer to Astro V5
49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "website",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.9.4",
|
|
"@astrojs/mdx": "^4.0.8",
|
|
"@astrojs/react": "^4.2.0",
|
|
"@astrojs/rss": "^4.0.11",
|
|
"@astrojs/sitemap": "^3.2.1",
|
|
"@astrojs/tailwind": "^5.1.5",
|
|
"@playform/inline": "^0.1.1",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"astro": "^5.2.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"fast-glob": "^3.3.3",
|
|
"lucide-react": "^0.396.0",
|
|
"markdown-it": "^14.1.0",
|
|
"marked": "^13.0.3",
|
|
"node-html-parser": "^6.1.13",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"rehype-pretty-code": "^0.13.2",
|
|
"rehype-slug": "^6.0.0",
|
|
"sanitize-html": "^2.14.0",
|
|
"sharp": "^0.33.5",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"pocketbase": "^0.21.5"
|
|
}
|
|
}
|