feat: add homepage

This commit is contained in:
trafficlunar 2024-12-14 19:30:13 +00:00
parent 123b1a82ac
commit 8fdf63724d
7 changed files with 135 additions and 38 deletions

View file

@ -21,6 +21,7 @@
"pixi.js": "7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.2",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
@ -39,6 +40,7 @@
"tailwindcss": "^3.4.16",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
"vite": "^6.0.1",
"vite-plugin-svgr": "^4.3.0"
}
}