myfit.health/package.json

43 lines
No EOL
1.2 KiB
JSON

{
"name": "myfit",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "vite build",
"start": "cross-env vite preview --host --port $PORT"
},
"dependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.9.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.6.0",
"vite": "^6.3.1"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"eslint": "^9.22.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.6.0",
"vite": "^6.3.1"
}
}