1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-29 12:18:23 +01:00
developer-roadmap/package.json

26 lines
556 B
JSON
Raw Normal View History

2022-12-31 17:01:40 +04:00
{
"name": "@example/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^2.1.3",
"astro": "^1.8.0",
"node-html-parser": "^6.1.4",
2022-12-31 18:54:22 +04:00
"roadmap-renderer": "^1.0.1",
2022-12-31 17:01:40 +04:00
"tailwindcss": "^3.2.4"
2022-12-31 18:54:22 +04:00
},
"devDependencies": {
2022-12-31 20:37:14 +04:00
"@tailwindcss/typography": "^0.5.8",
2022-12-31 18:54:22 +04:00
"prettier": "^2.8.1",
"prettier-plugin-astro": "^0.7.0"
2022-12-31 17:01:40 +04:00
}
}