init repository

This commit is contained in:
Holden
2026-04-14 08:32:20 -05:00
commit 57f672386a
17 changed files with 6346 additions and 0 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "radie-help",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.3",
"@tailwindcss/vite": "^4.2.2",
"astro": "^6.1.5",
"tailwindcss": "^4.2.2"
}
}