Initial commit

This commit is contained in:
DavidOnTop 2025-05-07 23:06:37 +02:00
commit ce6b494242
Signed by: DavidOnTop
GPG key ID: 8D3E9A75E3E13D89
21 changed files with 4858 additions and 0 deletions

24
package.json Normal file
View file

@ -0,0 +1,24 @@
{
"name": "davidontopa",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.2.6",
"@astrojs/solid-js": "^5.0.10",
"@tailwindcss/vite": "^4.1.5",
"astro": "^5.7.11",
"solid-js": "^1.9.6",
"tailwindcss": "^4.1.5"
},
"devDependencies": {
"daisyui": "^5.0.35",
"prettier": "^3.5.3",
"prettier-plugin-astro": "^0.14.1"
}
}