|
|
@ -22,48 +22,48 @@ |
|
|
|
"test:e2e": "playwright test" |
|
|
|
"test:e2e": "playwright test" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@astrojs/react": "^3.0.4", |
|
|
|
"@astrojs/react": "^3.0.7", |
|
|
|
"@astrojs/sitemap": "^3.0.3", |
|
|
|
"@astrojs/sitemap": "^3.0.3", |
|
|
|
"@astrojs/tailwind": "^5.0.2", |
|
|
|
"@astrojs/tailwind": "^5.0.3", |
|
|
|
"@fingerprintjs/fingerprintjs": "^4.1.0", |
|
|
|
"@fingerprintjs/fingerprintjs": "^4.2.1", |
|
|
|
"@nanostores/react": "^0.7.1", |
|
|
|
"@nanostores/react": "^0.7.1", |
|
|
|
"@types/react": "^18.2.37", |
|
|
|
"@types/react": "^18.2.43", |
|
|
|
"@types/react-dom": "^18.2.15", |
|
|
|
"@types/react-dom": "^18.2.17", |
|
|
|
"astro": "^3.5.0", |
|
|
|
"astro": "^4.0.3", |
|
|
|
"astro-compress": "^2.2.3", |
|
|
|
"astro-compress": "^2.2.3", |
|
|
|
"clsx": "^2.0.0", |
|
|
|
"clsx": "^2.0.0", |
|
|
|
"dracula-prism": "^2.1.13", |
|
|
|
"dracula-prism": "^2.1.13", |
|
|
|
"jose": "^5.1.0", |
|
|
|
"jose": "^5.1.3", |
|
|
|
"js-cookie": "^3.0.5", |
|
|
|
"js-cookie": "^3.0.5", |
|
|
|
"lucide-react": "^0.292.0", |
|
|
|
"lucide-react": "^0.294.0", |
|
|
|
"nanoid": "^5.0.3", |
|
|
|
"nanoid": "^5.0.4", |
|
|
|
"nanostores": "^0.9.4", |
|
|
|
"nanostores": "^0.9.5", |
|
|
|
"node-html-parser": "^6.1.11", |
|
|
|
"node-html-parser": "^6.1.11", |
|
|
|
"npm-check-updates": "^16.14.6", |
|
|
|
"npm-check-updates": "^16.14.11", |
|
|
|
"prismjs": "^1.29.0", |
|
|
|
"prismjs": "^1.29.0", |
|
|
|
"react": "^18.2.0", |
|
|
|
"react": "^18.2.0", |
|
|
|
"react-confetti": "^6.1.0", |
|
|
|
"react-confetti": "^6.1.0", |
|
|
|
"react-dom": "^18.2.0", |
|
|
|
"react-dom": "^18.2.0", |
|
|
|
"reactflow": "^11.9.4", |
|
|
|
"reactflow": "^11.10.1", |
|
|
|
"rehype-external-links": "^3.0.0", |
|
|
|
"rehype-external-links": "^3.0.0", |
|
|
|
"roadmap-renderer": "^1.0.6", |
|
|
|
"roadmap-renderer": "^1.0.6", |
|
|
|
"slugify": "^1.6.6", |
|
|
|
"slugify": "^1.6.6", |
|
|
|
"tailwind-merge": "^2.0.0", |
|
|
|
"tailwind-merge": "^2.1.0", |
|
|
|
"tailwindcss": "^3.3.5", |
|
|
|
"tailwindcss": "^3.3.6", |
|
|
|
"zustand": "^4.4.6" |
|
|
|
"zustand": "^4.4.7" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@playwright/test": "^1.39.0", |
|
|
|
"@playwright/test": "^1.40.1", |
|
|
|
"@tailwindcss/typography": "^0.5.10", |
|
|
|
"@tailwindcss/typography": "^0.5.10", |
|
|
|
"@types/js-cookie": "^3.0.6", |
|
|
|
"@types/js-cookie": "^3.0.6", |
|
|
|
"@types/prismjs": "^1.26.3", |
|
|
|
"@types/prismjs": "^1.26.3", |
|
|
|
"csv-parser": "^3.0.0", |
|
|
|
"csv-parser": "^3.0.0", |
|
|
|
"gh-pages": "^6.0.0", |
|
|
|
"gh-pages": "^6.1.0", |
|
|
|
"js-yaml": "^4.1.0", |
|
|
|
"js-yaml": "^4.1.0", |
|
|
|
"markdown-it": "^13.0.2", |
|
|
|
"markdown-it": "^14.0.0", |
|
|
|
"openai": "^4.17.1", |
|
|
|
"openai": "^4.20.1", |
|
|
|
"prettier": "^3.0.3", |
|
|
|
"prettier": "^3.1.0", |
|
|
|
"prettier-plugin-astro": "^0.12.1", |
|
|
|
"prettier-plugin-astro": "^0.12.2", |
|
|
|
"prettier-plugin-tailwindcss": "^0.5.7" |
|
|
|
"prettier-plugin-tailwindcss": "^0.5.9" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|