example-project/frontend/package.json
2026-03-31 13:50:53 +07:00

17 lines
301 B
JSON

{
"name": "health-dashboard",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.0.0",
"vite": "^4.4.0"
}
}