mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-01-16 21:58:30 +01:00
20 lines
389 B
JSON
20 lines
389 B
JSON
{
|
|
"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",
|
|
"tailwindcss": "^3.2.4"
|
|
}
|
|
}
|