This commit is contained in:
Hadi
2026-01-01 19:06:29 +01:00
commit 8a4ca97c40
48 changed files with 3519 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"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"
}
}