mirror of
https://github.com/timmypidashev/web.git
synced 2026-04-14 19:13:51 +00:00
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "timmypidashev-web",
|
|
"version": "3.0.0",
|
|
"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",
|
|
"@types/three": "^0.175.0",
|
|
"astro": "^6.1.2",
|
|
"tailwindcss": "^3.4.19"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^5.0.3",
|
|
"@astrojs/rss": "^4.0.18",
|
|
"@astrojs/sitemap": "^3.7.2",
|
|
"@astrojs/vercel": "^10.0.3",
|
|
"@giscus/react": "^3.1.0",
|
|
"@pilcrowjs/object-parser": "^0.0.4",
|
|
"@react-hook/intersection-observer": "^3.1.2",
|
|
"@react-three/drei": "^9.122.0",
|
|
"@react-three/fiber": "^8.18.0",
|
|
"@react-three/postprocessing": "^2.19.1",
|
|
"@rehype-pretty/transformers": "^0.13.2",
|
|
"@vercel/analytics": "^2.0.1",
|
|
"@vercel/speed-insights": "^2.0.0",
|
|
"arctic": "^3.7.0",
|
|
"ioredis": "^5.10.1",
|
|
"lucide-react": "^0.468.0",
|
|
"marked": "^15.0.12",
|
|
"postprocessing": "^6.39.0",
|
|
"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",
|
|
"three": "^0.175.0",
|
|
"typewriter-effect": "^2.22.0",
|
|
"unist-util-visit": "^5.1.0"
|
|
}
|
|
}
|