|
|
|
@ -31,16 +31,16 @@ |
|
|
|
|
"dependencies": { |
|
|
|
|
"@astrojs/node": "^8.3.4", |
|
|
|
|
"@astrojs/react": "^3.6.2", |
|
|
|
|
"@astrojs/sitemap": "^3.2.0", |
|
|
|
|
"@astrojs/sitemap": "^3.2.1", |
|
|
|
|
"@astrojs/tailwind": "^5.1.2", |
|
|
|
|
"@fingerprintjs/fingerprintjs": "^4.5.0", |
|
|
|
|
"@fingerprintjs/fingerprintjs": "^4.5.1", |
|
|
|
|
"@nanostores/react": "^0.8.0", |
|
|
|
|
"@napi-rs/image": "^1.9.2", |
|
|
|
|
"@resvg/resvg-js": "^2.6.2", |
|
|
|
|
"@tanstack/react-query": "^5.59.16", |
|
|
|
|
"@types/react": "^18.3.11", |
|
|
|
|
"@tanstack/react-query": "^5.60.5", |
|
|
|
|
"@types/react": "^18.3.12", |
|
|
|
|
"@types/react-dom": "^18.3.1", |
|
|
|
|
"astro": "^4.16.1", |
|
|
|
|
"astro": "^4.16.13", |
|
|
|
|
"clsx": "^2.1.1", |
|
|
|
|
"dayjs": "^1.11.13", |
|
|
|
|
"dom-to-image": "^2.6.0", |
|
|
|
@ -48,15 +48,15 @@ |
|
|
|
|
"gray-matter": "^4.0.3", |
|
|
|
|
"htm": "^3.1.1", |
|
|
|
|
"image-size": "^1.1.1", |
|
|
|
|
"jose": "^5.9.4", |
|
|
|
|
"jose": "^5.9.6", |
|
|
|
|
"js-cookie": "^3.0.5", |
|
|
|
|
"lucide-react": "^0.452.0", |
|
|
|
|
"lucide-react": "^0.460.0", |
|
|
|
|
"luxon": "^3.5.0", |
|
|
|
|
"nanoid": "^5.0.7", |
|
|
|
|
"nanoid": "^5.0.8", |
|
|
|
|
"nanostores": "^0.11.3", |
|
|
|
|
"node-html-parser": "^6.1.13", |
|
|
|
|
"npm-check-updates": "^17.1.3", |
|
|
|
|
"playwright": "^1.48.0", |
|
|
|
|
"npm-check-updates": "^17.1.11", |
|
|
|
|
"playwright": "^1.48.2", |
|
|
|
|
"prismjs": "^1.29.0", |
|
|
|
|
"react": "^18.3.1", |
|
|
|
|
"react-calendar-heatmap": "^1.9.0", |
|
|
|
@ -67,34 +67,34 @@ |
|
|
|
|
"rehype-external-links": "^3.0.0", |
|
|
|
|
"remark-parse": "^11.0.0", |
|
|
|
|
"roadmap-renderer": "^1.0.6", |
|
|
|
|
"satori": "^0.11.2", |
|
|
|
|
"satori": "^0.11.3", |
|
|
|
|
"satori-html": "^0.3.2", |
|
|
|
|
"sharp": "^0.33.5", |
|
|
|
|
"slugify": "^1.6.6", |
|
|
|
|
"tailwind-merge": "^2.5.3", |
|
|
|
|
"tailwindcss": "^3.4.13", |
|
|
|
|
"tailwind-merge": "^2.5.4", |
|
|
|
|
"tailwindcss": "^3.4.15", |
|
|
|
|
"turndown": "^7.2.0", |
|
|
|
|
"unified": "^11.0.5", |
|
|
|
|
"zustand": "^4.5.5" |
|
|
|
|
"zustand": "^5.0.1" |
|
|
|
|
}, |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@playwright/test": "^1.48.0", |
|
|
|
|
"@playwright/test": "^1.48.2", |
|
|
|
|
"@tailwindcss/typography": "^0.5.15", |
|
|
|
|
"@types/dom-to-image": "^2.6.7", |
|
|
|
|
"@types/js-cookie": "^3.0.6", |
|
|
|
|
"@types/luxon": "^3.4.2", |
|
|
|
|
"@types/prismjs": "^1.26.4", |
|
|
|
|
"@types/react-calendar-heatmap": "^1.6.7", |
|
|
|
|
"@types/prismjs": "^1.26.5", |
|
|
|
|
"@types/react-calendar-heatmap": "^1.9.0", |
|
|
|
|
"@types/react-slick": "^0.23.13", |
|
|
|
|
"@types/turndown": "^5.0.5", |
|
|
|
|
"csv-parser": "^3.0.0", |
|
|
|
|
"gh-pages": "^6.2.0", |
|
|
|
|
"js-yaml": "^4.1.0", |
|
|
|
|
"markdown-it": "^14.1.0", |
|
|
|
|
"openai": "^4.67.3", |
|
|
|
|
"openai": "^4.72.0", |
|
|
|
|
"prettier": "^3.3.3", |
|
|
|
|
"prettier-plugin-astro": "^0.14.1", |
|
|
|
|
"prettier-plugin-tailwindcss": "^0.6.8", |
|
|
|
|
"tsx": "^4.19.1" |
|
|
|
|
"tsx": "^4.19.2" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|