mirror of
https://github.com/anotherhadi/default-creds.git
synced 2026-04-02 19:42:10 +02:00
29 lines
641 B
JSON
29 lines
641 B
JSON
{
|
|
"name": "default-creds",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"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": {
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/js-yaml": "^4.0.9",
|
|
"@types/node": "^25.3.2",
|
|
"daisyui": "^5.5.19"
|
|
}
|
|
}
|