Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame
594 Bytes
{
"name": "rs-esm-vite-normal",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve-app": "yarn serve -s dist",
"test": "echo Done"
},
"dependencies": {
"@react-spring/web": "*",
"react": "^19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@types/node": "22.15.18",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@vitejs/plugin-react": "4.3.4",
"typescript": "4.9.5",
"vite": "6.0.7"
},
"msw": {
"workerDirectory": "public"
}
}