This commit is contained in:
Hadi
2026-03-07 14:23:16 +01:00
commit 2aa7a0abf1
777 changed files with 20307 additions and 0 deletions

27
package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "default-creds",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.4",
"@astrojs/svelte": "^7.2.5",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"js-yaml": "^4.1.1",
"lucide-svelte": "^0.575.0",
"svelte": "^5.53.5",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.3.2",
"daisyui": "^5.5.19"
}
}