mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-31 05:07:41 +01:00
28af19cd1c
* wip: courses * fix: update course sidebar * wip * fix: merge lessons * wip * wip: course footer * wip * fix: refactor layout * fix: refactor * feat: course progress * fix: update current lesson store * fix: refactor props * wip * wip * feat: course certificate * wip: course rating * wip: course notes * wip * feat: implement course notes * feat: make card clickable * fix: add hover background * fix: refactor course layout * fix: resizeable * fix: go back on save * feat: delete confimation * wip * feat: chat UI * fix: lesson complete guard issue * wip: add public json files * wip: course ai * fix: loading card * Fix failing dev without internet * Light mode and UI changes * Update UI * Update course UI * Add chapter page * Improve sidebar of course * Update navigation: * Update quiz view * Improve UI for quiz attempts * Remove unnecessary console.logs * Add progress loading skeletons * Update UI * Change background color of editor * Fix line color not applied on editor * UI updates * feat: empty view * feat: course ai token limit * feat: handle auth users * wip * feat: course landing page * wip * Add first chapter of SQL * Add introduction chapter * Add quiz for introduction * Add expressions in select * Add content for DISTINCT * Add filter with where * Add lesson about limit and offset * Add lesson for handling null values * Add lesson about comments * Add challenges * Add challenge * Add challenge * Add challenge * Add challenge 7 * Add creating tables lesson * Add common data types lesson * Add data types in sqlite * Add more on data types lesson * feat: course landing page * Add more on numeric types * Update * Add lesson about temporal data types * Add constraints * Add primary keys chapter * Add modifying tables * Add dropping and truncating * Rewrite for PostgreSQL * Update numeric types to PostgreSQL * Improve temporal data type content * Improve temporal data type content * Add setup for temporal data * Improve challenges in SQL basics * Update challenge names * Add new challenges * Add temporal validation challenge * Add new constraint * Add modifying tables query * Removing table * Add insert operations lesson * Add updating data lesson * Add delete operations * Add inserting and updating challenges * Add lesson for cleaning up data * Update course title * Add relation data lesson * Add relationships and types * Add relationships and types * wip * Add joins lesson * Joins in queries * Add inner join details * Add join queries * Add inner join details * Add foreign key constraint lesson * Update composite foreign keys * Add lesson about foreign keys * Add lesson about set operation queries * Add lesson about set operation queries * Add set operator challenges * Add new challenge * Add view lesson * Add notes in views * Add inactive customer challenge * Add high value order challenge * gst * Add new challenges * Add readers like you challenge * Update inactive customer query * Update inactive customer query * Update inactive customer query * Update inactive customer query * Update inactive customer query * add challenge for same price books * Add aggregate functions introduction * Add basic aggregation lesson * Add basic aggregation lesson * Add introduction quiz * Add grouping lesson * Add grouping gotchas * Add grouping and filtering lesson * Add note for lesson * Add challenges for aggregate * Update aggregate challenge * Rearrange chapters * Add scalar functions lessons * Add numeric functions * Add date functions * Add conversion functions * Add conversion functions * Add logical functions chapter * Add exercises * Add new challenges * Add monthly sales analysis * Add subqueries and ctes * Update * Add correlated subqueries * Add common table expressions * Add common-table expressions * Add example * Add recursive CTEs * Add subquery challenge * Add latest category books challenge * Add challenges * Add bestseller rankings challenge * Add new customer analysis * Add daily sales report * Improve queries * Add introduction to window functions * Add over and partition * wip: billing page * Add ranking functions * Improve ranking functions * Add order by * Add window frames lesson * Add window frames explanation * Add challenges for window functions * Add price range analysis challenge * wip * wip: course enroll * fix: start learning * wip * wip * Enrollment changes * wip * wip * feat: mobile responsive * Changelog banner refactor * Update * Header for course * Header for what to expect * UI color * Table of contents * Icons on chapters * Change design for road to sql * Add sql course page * Add lesson content * Update UI * Expanded chapter row * Add course page * Refactor * Add spotlight * Improve features * Add course features * Add certificate note * Zoom in on the image * Update * Add floating purchase * Floating purchase indicatorg * Add about section * Update about section * Add FAQ section * Update UI * Add purchase power parity * Show purchasing power pricing * Add course login popup * Add course login popup * Add account button * Add trigger for course purchase * Course purchase param * Buy button changes * Add faqs * Add purchase trigger on reload * Landing verification * Make header responsive * Make course page upper half responsive * Full page is responsive * Fix login height bug * Responsiveness * Implement login after checkout * Remove unused code * Update dependenciesg * Update * fix: refetch mount to false * Remove unused code * Remove unused code * Remove unused code * Remove unused code * Remove unused code * Remove unused code * Remove unused * Add quizzes to chapters * Update course slug * Update dependencies * Add header for sql course --------- Co-authored-by: Arik Chakma <arikchangma@gmail.com>
104 lines
3.4 KiB
JSON
104 lines
3.4 KiB
JSON
{
|
|
"name": "roadmap.sh",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --port 3000",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"format": "prettier --write .",
|
|
"gh-labels": "./scripts/create-roadmap-labels.sh",
|
|
"astro": "astro",
|
|
"deploy": "NODE_DEBUG=gh-pages gh-pages -d dist -t",
|
|
"upgrade": "ncu -u",
|
|
"roadmap-links": "node scripts/roadmap-links.cjs",
|
|
"roadmap-dirs": "node scripts/roadmap-dirs.cjs",
|
|
"roadmap-assets": "tsx scripts/editor-roadmap-assets.ts",
|
|
"editor-roadmap-dirs": "tsx scripts/editor-roadmap-dirs.ts",
|
|
"editor-roadmap-content": "tsx scripts/editor-roadmap-content.ts",
|
|
"roadmap-content": "node scripts/roadmap-content.cjs",
|
|
"generate-renderer": "sh scripts/generate-renderer.sh",
|
|
"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",
|
|
"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",
|
|
"test:e2e": "playwright test"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^8.3.4",
|
|
"@astrojs/react": "^3.6.2",
|
|
"@astrojs/sitemap": "^3.2.0",
|
|
"@astrojs/tailwind": "^5.1.2",
|
|
"@fingerprintjs/fingerprintjs": "^4.5.0",
|
|
"@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",
|
|
"@types/react-dom": "^18.3.1",
|
|
"astro": "^4.16.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.13",
|
|
"dom-to-image": "^2.6.0",
|
|
"dracula-prism": "^2.1.16",
|
|
"gray-matter": "^4.0.3",
|
|
"htm": "^3.1.1",
|
|
"image-size": "^1.1.1",
|
|
"jose": "^5.9.4",
|
|
"js-cookie": "^3.0.5",
|
|
"lucide-react": "^0.452.0",
|
|
"luxon": "^3.5.0",
|
|
"nanoid": "^5.0.7",
|
|
"nanostores": "^0.11.3",
|
|
"node-html-parser": "^6.1.13",
|
|
"npm-check-updates": "^17.1.3",
|
|
"playwright": "^1.48.0",
|
|
"prismjs": "^1.29.0",
|
|
"react": "^18.3.1",
|
|
"react-calendar-heatmap": "^1.9.0",
|
|
"react-confetti": "^6.1.0",
|
|
"react-dom": "^18.3.1",
|
|
"react-tooltip": "^5.28.0",
|
|
"reactflow": "^11.11.4",
|
|
"rehype-external-links": "^3.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"roadmap-renderer": "^1.0.6",
|
|
"sanitize-html": "^2.13.1",
|
|
"satori": "^0.11.2",
|
|
"satori-html": "^0.3.2",
|
|
"sharp": "^0.33.5",
|
|
"slugify": "^1.6.6",
|
|
"tiptap-markdown": "^0.8.10",
|
|
"tailwind-merge": "^2.5.3",
|
|
"tailwindcss": "^3.4.13",
|
|
"turndown": "^7.2.0",
|
|
"unified": "^11.0.5",
|
|
"zustand": "^4.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.48.0",
|
|
"@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/react-slick": "^0.23.13",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"@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",
|
|
"prettier": "^3.3.3",
|
|
"prettier-plugin-astro": "^0.14.1",
|
|
"prettier-plugin-tailwindcss": "^0.6.8",
|
|
"tsx": "^4.19.1"
|
|
}
|
|
}
|