computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
675 B
28 lines
675 B
{ |
|
"name": "roadmap.sh", |
|
"type": "module", |
|
"version": "0.0.1", |
|
"private": true, |
|
"scripts": { |
|
"dev": "astro dev", |
|
"start": "astro dev", |
|
"build": "astro build", |
|
"preview": "astro preview", |
|
"astro": "astro", |
|
"sync-content": "sh ./bin/sync-content.sh" |
|
}, |
|
"dependencies": { |
|
"@astrojs/tailwind": "^2.1.3", |
|
"astro": "^1.8.0", |
|
"node-html-parser": "^6.1.4", |
|
"rehype-external-links": "^2.0.1", |
|
"roadmap-renderer": "^1.0.1", |
|
"tailwindcss": "^3.2.4" |
|
}, |
|
"devDependencies": { |
|
"@tailwindcss/typography": "^0.5.8", |
|
"json-to-pretty-yaml": "^1.2.2", |
|
"prettier": "^2.8.1", |
|
"prettier-plugin-astro": "^0.7.0" |
|
} |
|
}
|
|
|