mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-06 03:16:56 -06:00
40 lines
995 B
JSON
40 lines
995 B
JSON
{
|
|
"name": "",
|
|
"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.3.1",
|
|
"@astrojs/mdx": "^1.1.5",
|
|
"@astrojs/react": "^3.0.6",
|
|
"@astrojs/rss": "^3.0.0",
|
|
"@astrojs/sitemap": "^3.0.3",
|
|
"@astrojs/tailwind": "^5.0.2",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"astro": "^3.6.0",
|
|
"astro-robots-txt": "^1.0.0",
|
|
"astro-seo": "^0.8.0",
|
|
"date-fns": "^2.30.0",
|
|
"date-fns-tz": "^2.0.0",
|
|
"prettier": "^3.1.0",
|
|
"prettier-plugin-astro": "^0.12.2",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"react-wrap-balancer": "^1.1.0",
|
|
"rehype-pretty-code": "^0.10.2",
|
|
"sass": "^1.69.5",
|
|
"satori": "^0.10.11",
|
|
"sharp": "^0.32.6",
|
|
"shiki": "^0.14.5",
|
|
"tailwindcss": "^3.3.5",
|
|
"typescript": "^5.3.2"
|
|
}
|
|
}
|