Intial commit.

This commit is contained in:
Cameron Redmore 2025-08-07 23:35:10 +01:00
commit 349d0ad4ff
No known key found for this signature in database
11 changed files with 1676 additions and 0 deletions

22
package.json Normal file
View file

@ -0,0 +1,22 @@
{
"name": "homepage",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@iconify/json": "^2.2.367",
"unplugin-icons": "^22.2.0",
"vite": "^7.1.0"
},
"dependencies": {
"@fontsource-variable/exo-2": "^5.2.6",
"@fontsource-variable/inter": "^5.2.6",
"@tailwindcss/vite": "^4.1.11",
"tailwindcss": "^4.1.11"
}
}