Files
developer-roadmap/package.json

143 lines
5.0 KiB
JSON
Raw Normal View History

2022-12-31 17:01:40 +04:00
{
2023-01-01 17:52:52 +04:00
"name": "roadmap.sh",
2022-12-31 17:01:40 +04:00
"type": "module",
2023-11-09 20:11:33 +00:00
"version": "1.0.0",
2022-12-31 17:01:40 +04:00
"private": true,
"scripts": {
2023-08-31 23:17:51 +01:00
"dev": "astro dev --port 3000",
2022-12-31 17:01:40 +04:00
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
2023-03-30 01:23:01 +01:00
"format": "prettier --write .",
2024-05-10 21:11:40 +01:00
"gh-labels": "./scripts/create-roadmap-labels.sh",
2023-01-01 17:52:52 +04:00
"astro": "astro",
2023-01-04 20:48:10 +04:00
"deploy": "NODE_DEBUG=gh-pages gh-pages -d dist -t",
"upgrade": "ncu -u",
2023-05-08 22:16:27 +01:00
"roadmap-links": "node scripts/roadmap-links.cjs",
"roadmap-dirs": "node scripts/roadmap-dirs.cjs",
"roadmap-assets": "tsx scripts/editor-roadmap-assets.ts",
2025-08-07 18:27:04 +01:00
"refresh-assets": "tsx scripts/refresh-assets.ts",
"editor-roadmap-dirs": "tsx scripts/editor-roadmap-dirs.ts",
"editor-roadmap-content": "tsx scripts/editor-roadmap-content.ts",
2023-05-08 22:16:27 +01:00
"roadmap-content": "node scripts/roadmap-content.cjs",
"generate-renderer": "sh scripts/generate-renderer.sh",
2025-04-05 00:12:50 +01:00
"generate-renderer-dummy": "sh scripts/generate-renderer-dummy.sh",
2023-05-08 22:16:27 +01:00
"best-practice-dirs": "node scripts/best-practice-dirs.cjs",
"best-practice-content": "node scripts/best-practice-content.cjs",
"generate:og": "node ./scripts/generate-og-images.mjs",
2024-05-13 01:38:37 +01:00
"warm:urls": "sh ./scripts/warm-urls.sh https://roadmap.sh/sitemap-0.xml",
"compress:images": "tsx ./scripts/compress-images.ts",
"generate:roadmap-content-json": "tsx ./scripts/editor-roadmap-content-json.ts",
"migrate:editor-roadmaps": "tsx ./scripts/migrate-editor-roadmap.ts",
2025-08-20 12:19:06 +06:00
"sync:content-to-repo": "tsx ./scripts/sync-content-to-repo.ts",
2025-08-20 13:57:24 +06:00
"sync:repo-to-database": "tsx ./scripts/sync-repo-to-database.ts",
2025-12-01 17:05:52 +00:00
"sync:roadmap": "tsx ./scripts/sync-roadmap-to-database.ts",
2025-08-21 09:54:09 +06:00
"migrate:content-repo-to-database": "tsx ./scripts/migrate-content-repo-to-database.ts",
2026-03-03 18:22:27 +00:00
"cleanup:orphaned-content": "tsx ./scripts/cleanup-orphaned-content.ts",
2025-09-05 23:35:27 +06:00
"official:roadmap-assets": "tsx ./scripts/official-roadmap-assets.ts",
"test:e2e": "playwright test"
2022-12-31 17:01:40 +04:00
},
"dependencies": {
2025-08-11 18:37:48 +06:00
"@ai-sdk/react": "2.0.0-beta.34",
2025-05-14 18:09:33 +01:00
"@astrojs/node": "^9.2.1",
"@astrojs/react": "^4.2.7",
"@astrojs/sitemap": "^3.4.0",
2025-04-21 11:44:50 +01:00
"@fingerprintjs/fingerprintjs": "^4.6.2",
2025-02-20 17:46:12 +00:00
"@microsoft/clarity": "^1.0.0",
2025-04-21 11:44:50 +01:00
"@nanostores/react": "^1.0.0",
2024-05-13 00:32:58 +01:00
"@napi-rs/image": "^1.9.2",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-popover": "^1.1.14",
2024-04-29 23:40:30 +01:00
"@resvg/resvg-js": "^2.6.2",
"@roadmapsh/editor": "workspace:*",
2025-08-11 18:37:48 +06:00
"@shikijs/transformers": "^3.9.2",
2025-05-20 11:36:14 +01:00
"@tailwindcss/vite": "^4.1.7",
2025-05-14 18:09:33 +01:00
"@tanstack/react-query": "^5.76.1",
feat: roadmap chat (#8666) * wip: roadmap chat * wip * wip * wip * wip * wip: message rendering * wip: roadmap topics rendering * Update UI for premium page * Update UI for premium page * wip: topic resources rendering * Update premium page design * Update navigation design * Update design for play iconsg * Update design for play iconsg * wip: resource progress * Update premium page * Refactor premium page * wip: resource progress * feat: enhance the progress rendering * feat: add abort functionality to chat and update UI elements * feat: add roadmap recommendations feature and new query for built-in roadmaps * Grid -> flex * Update chat * Handle error screen * wip * fix: empty content check * feat: show loading status * feat: ai chat limit * Refactor content parsing * Handle the wrapping of tag in codeblocks * Refactor * Refactor chat * Fix hydration error * feat: topic details * style: adjust padding and icon size in RoadmapAIChat component * feat: add tab navigation for chat and topic details * fix: chat and details scrolling issue * fix: invalidate progress query * Fix upgrade modal and issue with close button * Refactor topic detail AI * Update progress UI * Shorten the text * Rewrite frontend roadmap content * Minor update to content * Update shrinking issue * Changes to ai chat * UI changes for chat card * UI changes for chat card * Refactor progress actions list * Update progress marking UI * UI Changes * Responsiveness of sidebar * Responsiveness of sidebar * Mobile window for roadmap chat * Responsiveness of AI chat * Close button fix * Make roadmap ai chat header responsive * Escape key handling to close * Update topic rendering node * Make default active tab to AI in topic popup * User progress component * Clear chat only visible when there is chat * wip: user persona * fix: hide upgrade button * fix: show chat input for guest users * feat: persona update * Roadmap recommendations * Update persona form * Update tell us more * Fix persona form * Fix scroll issue * Lock body scroll when mobile is active * Add intro message * Refactor and update * Update UI for AI chat --------- Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
2025-05-28 02:02:36 +06:00
"@tiptap/core": "^2.12.0",
"@tiptap/extension-document": "^2.12.0",
"@tiptap/extension-paragraph": "^2.12.0",
"@tiptap/extension-placeholder": "^2.12.0",
"@tiptap/extension-text": "^2.12.0",
"@tiptap/pm": "^2.12.0",
"@tiptap/react": "^2.12.0",
"@tiptap/suggestion": "^2.12.0",
2025-05-14 18:09:33 +01:00
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"astro": "^5.7.13",
2024-04-29 23:40:30 +01:00
"clsx": "^2.1.1",
2024-10-12 13:11:54 +01:00
"dayjs": "^1.11.13",
"dom-to-image": "^2.6.0",
2024-02-15 18:12:34 +00:00
"dracula-prism": "^2.1.16",
"gray-matter": "^4.0.3",
"htm": "^3.1.1",
2025-04-21 11:44:50 +01:00
"image-size": "^2.0.2",
2025-05-14 18:09:33 +01:00
"jose": "^6.0.11",
2023-05-20 02:10:20 +01:00
"js-cookie": "^3.0.5",
2025-08-11 18:37:48 +06:00
"katex": "^0.16.22",
2025-05-20 11:36:14 +01:00
"lucide-react": "^0.511.0",
2025-04-21 11:44:50 +01:00
"luxon": "^3.6.1",
"markdown-it-async": "^2.2.0",
"nanoid": "^5.1.5",
"nanostores": "^1.0.1",
"node-html-parser": "^7.0.1",
2025-05-14 18:09:33 +01:00
"npm-check-updates": "^18.0.1",
2025-04-21 11:44:50 +01:00
"playwright": "^1.52.0",
"prismjs": "^1.30.0",
"radix-ui": "^1.4.2",
2025-04-21 11:44:50 +01:00
"react": "^19.1.0",
"react-calendar-heatmap": "^1.10.0",
"react-confetti": "^6.4.0",
"react-dom": "^19.1.0",
"react-dropzone": "^14.3.8",
2025-08-11 18:37:48 +06:00
"react-markdown": "^10.1.0",
2025-05-14 18:09:33 +01:00
"react-resizable-panels": "^3.0.2",
2025-04-21 11:44:50 +01:00
"react-textarea-autosize": "^8.5.9",
"react-tooltip": "^5.28.1",
"rehype-external-links": "^3.0.0",
2025-08-11 18:37:48 +06:00
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
2025-04-21 11:44:50 +01:00
"roadmap-renderer": "^1.0.7",
2025-05-14 18:09:33 +01:00
"sanitize-html": "^2.17.0",
"satori": "^0.13.1",
"satori-html": "^0.3.2",
2025-04-21 11:44:50 +01:00
"sharp": "^0.34.1",
2025-05-20 11:36:14 +01:00
"shiki": "^3.4.2",
2023-07-20 19:24:34 +01:00
"slugify": "^1.6.6",
2025-05-14 18:09:33 +01:00
"tailwind-merge": "^3.3.0",
2025-05-20 11:36:14 +01:00
"tailwindcss": "^4.1.7",
"tippy.js": "^6.3.7",
2025-02-20 17:46:12 +00:00
"tiptap-markdown": "^0.8.10",
"turndown": "^7.2.0",
"unified": "^11.0.5",
2025-08-11 18:37:48 +06:00
"zod": "^4.0.17",
2025-05-14 18:09:33 +01:00
"zustand": "^5.0.4"
2022-12-31 18:54:22 +04:00
},
"devDependencies": {
2025-05-14 18:09:33 +01:00
"@ai-sdk/google": "^1.2.18",
2025-04-21 11:44:50 +01:00
"@playwright/test": "^1.52.0",
"@tailwindcss/typography": "^0.5.16",
"@types/dom-to-image": "^2.6.7",
2023-11-09 20:36:50 +00:00
"@types/js-cookie": "^3.0.6",
2025-04-21 11:44:50 +01:00
"@types/luxon": "^3.6.2",
"@types/markdown-it": "^14.1.2",
2025-04-21 11:44:50 +01:00
"@types/prismjs": "^1.26.5",
"@types/react-calendar-heatmap": "^1.9.0",
2024-09-23 15:19:10 +01:00
"@types/react-slick": "^0.23.13",
2025-05-14 18:09:33 +01:00
"@types/sanitize-html": "^2.16.0",
"@types/turndown": "^5.0.5",
2025-08-11 18:37:48 +06:00
"ai": "5.0.0-beta.34",
2025-04-21 11:44:50 +01:00
"csv-parser": "^3.2.0",
"gh-pages": "^6.3.0",
2023-03-01 02:19:40 +00:00
"js-yaml": "^4.1.0",
2024-04-29 23:40:30 +01:00
"markdown-it": "^14.1.0",
2025-05-20 11:36:14 +01:00
"openai": "^4.100.0",
2025-04-21 11:44:50 +01:00
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwind-scrollbar": "^4.0.2",
2025-05-14 18:09:33 +01:00
"tsx": "^4.19.4"
2022-12-31 17:01:40 +04:00
}
}