Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
519 Bytes
{
"name": "vite-ts",
"private": true,
"version": "1.0.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "workspace:*",
"react-icons": "5.5.0",
"react": "^19.1.0",
"next-themes": "^0.4.6",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"typescript": "^5.8.3",
"vite": "^7.0.0"
}
}