{ "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" } }