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",
|
2023-01-09 15:35:45 +04:00
|
|
|
"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",
|
2024-05-17 17:28:24 +01:00
|
|
|
"roadmap-assets": "tsx scripts/editor-roadmap-assets.ts",
|
2025-08-07 18:27:04 +01:00
|
|
|
"refresh-assets": "tsx scripts/refresh-assets.ts",
|
2024-05-17 17:28:24 +01:00
|
|
|
"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",
|
2023-10-21 19:42:55 +01:00
|
|
|
"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",
|
2024-03-19 09:33:04 +06:00
|
|
|
"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",
|
2024-04-26 22:05:54 +06:00
|
|
|
"compress:images": "tsx ./scripts/compress-images.ts",
|
2024-08-13 21:04:32 +06:00
|
|
|
"generate:roadmap-content-json": "tsx ./scripts/editor-roadmap-content-json.ts",
|
2025-04-05 01:33:01 +06:00
|
|
|
"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",
|
2023-01-15 15:23:27 +04:00
|
|
|
"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",
|
2025-06-03 00:53:42 +06:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.15",
|
2025-06-13 01:19:01 +01:00
|
|
|
"@radix-ui/react-popover": "^1.1.14",
|
2024-04-29 23:40:30 +01:00
|
|
|
"@resvg/resvg-js": "^2.6.2",
|
2025-04-07 12:53:25 +01:00
|
|
|
"@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",
|
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",
|
2024-03-04 17:56:15 +00:00
|
|
|
"dom-to-image": "^2.6.0",
|
2024-02-15 18:12:34 +00:00
|
|
|
"dracula-prism": "^2.1.16",
|
2024-03-19 09:33:04 +06:00
|
|
|
"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",
|
2025-06-19 07:22:04 +06:00
|
|
|
"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",
|
2025-06-04 16:42:34 +01:00
|
|
|
"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",
|
2023-10-21 19:42:55 +01:00
|
|
|
"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",
|
2024-03-04 17:56:15 +00:00
|
|
|
"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",
|
2024-03-19 09:33:04 +06:00
|
|
|
"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",
|
2025-06-03 00:53:42 +06:00
|
|
|
"tippy.js": "^6.3.7",
|
2025-02-20 17:46:12 +00:00
|
|
|
"tiptap-markdown": "^0.8.10",
|
2024-08-13 21:04:32 +06:00
|
|
|
"turndown": "^7.2.0",
|
2024-07-08 19:19:08 +01:00
|
|
|
"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",
|
2024-03-04 17:56:15 +00:00
|
|
|
"@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",
|
2025-04-07 15:52:48 +01:00
|
|
|
"@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",
|
2024-08-13 21:04:32 +06:00
|
|
|
"@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",
|
2024-07-30 16:26:19 +06:00
|
|
|
"prettier-plugin-astro": "^0.14.1",
|
2025-04-07 12:53:25 +01:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
2025-06-13 01:19:01 +01:00
|
|
|
"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
|
|
|
}
|
|
|
|
|
}
|