mirror of
https://github.com/anotherhadi/blog.git
synced 2026-04-02 03:32:10 +02:00
24 lines
553 B
JSON
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"
|
|
}
|
|
}
|