mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 02:53:51 +00:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "src",
|
|
"version": "2.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --host",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/react": "^5.0.2",
|
|
"@astrojs/tailwind": "^6.0.2",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/react": "^18.3.28",
|
|
"@types/react-dom": "^18.3.7",
|
|
"astro": "^6.1.2",
|
|
"tailwindcss": "^3.4.19"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^5.0.3",
|
|
"@astrojs/node": "^10.0.4",
|
|
"@astrojs/rss": "^4.0.18",
|
|
"@astrojs/sitemap": "^3.7.2",
|
|
"@giscus/react": "^3.1.0",
|
|
"@pilcrowjs/object-parser": "^0.0.4",
|
|
"@react-hook/intersection-observer": "^3.1.2",
|
|
"@rehype-pretty/transformers": "^0.13.2",
|
|
"arctic": "^3.7.0",
|
|
"lucide-react": "^0.468.0",
|
|
"marked": "^15.0.12",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-icons": "^5.6.0",
|
|
"react-responsive": "^10.0.1",
|
|
"reading-time": "^1.5.0",
|
|
"rehype-pretty-code": "^0.14.3",
|
|
"rehype-slug": "^6.0.0",
|
|
"schema-dts": "^1.1.5",
|
|
"shiki": "^3.23.0",
|
|
"typewriter-effect": "^2.22.0",
|
|
"unist-util-visit": "^5.1.0"
|
|
}
|
|
}
|