28 lines
637 B
JSON
28 lines
637 B
JSON
{
|
|
"name": "nianxx-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"packageManager": "pnpm@11.19.0",
|
|
"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",
|
|
"gsap": "^3.15.0",
|
|
"react": "^19.2.8",
|
|
"react-dom": "^19.2.8",
|
|
"slot-text": "^0.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.18",
|
|
"@types/react-dom": "^19.2.4",
|
|
"@vitejs/plugin-react": "^6.1.0",
|
|
"typescript": "^7.0.2",
|
|
"vite": "^8.2.2"
|
|
}
|
|
}
|