Remove all image assets, HTML files, stylesheets, scripts, and documentation from the project.

This commit is contained in:
becarta
2025-05-18 21:33:30 +02:00
parent 0fe2099c9d
commit ea09fdad9f
56 changed files with 8807 additions and 6627 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^6.0.0",
"@tailwindcss/typography": "^0.5.10",
"aos": "^3.0.0-beta.6",
"astro": "^5.7.13",
"autoprefixer": "^10.4.16",
"inter-ui": "^3.19.3",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.1"
}
}