Initial commit

This commit is contained in:
inman
2026-06-26 11:48:35 +08:00
commit dfed2ced6c
58 changed files with 8482 additions and 0 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "nianxx-web",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "tsc -b && vite build",
"preview": "vite preview --host 0.0.0.0"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@phosphor-icons/react": "^2.1.10",
"@vitejs/plugin-react": "^5.1.1",
"gsap": "^3.15.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"slot-text": "^0.3.1",
"typescript": "^5.9.3",
"vite": "^7.3.0"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3"
}
}