{ "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", "deploy": "NODE_DEBUG=gh-pages gh-pages -d dist -t", "compress:jsons": "node bin/compress-jsons.cjs", "upgrade": "ncu -u", "roadmap-links": "node bin/roadmap-links.cjs", "roadmap-content": "node bin/roadmap-content.cjs", "best-practice-content": "node bin/best-practice-content.cjs", "test:e2e": "playwright test" }, "dependencies": { "@astrojs/sitemap": "^1.0.0", "@astrojs/tailwind": "^2.1.3", "astro": "^1.9.2", "astro-compress": "^1.1.28", "node-html-parser": "^6.1.4", "npm-check-updates": "^16.6.2", "rehype-external-links": "^2.0.1", "roadmap-renderer": "^1.0.1", "tailwindcss": "^3.2.4" }, "devDependencies": { "@playwright/test": "^1.29.2", "@tailwindcss/typography": "^0.5.9", "gh-pages": "^5.0.0", "json-to-pretty-yaml": "^1.2.2", "markdown-it": "^13.0.1", "prettier": "^2.8.3", "prettier-plugin-astro": "^0.7.2" } }