Files
blog/package.json
2026-01-01 19:06:29 +01:00

24 lines
553 B
JSON

{
"name": "anotherhadi",
"type": "module",
"version": "0.0.1",
"license": "MIT",
"author": "Hadi <112569860+anotherhadi@users.noreply.github.com>",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.9",
"@lucide/astro": "^0.552.0",
"@tailwindcss/vite": "^4.1.16",
"astro": "^5.15.2",
"daisyui": "^5.3.10",
"lucide-astro": "^0.556.0",
"node-html-parser": "^7.0.1",
"tailwindcss": "^4.1.16"
}
}