{ "name": "app-deploy-platform-frontend", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.3.3", "@mui/material": "^7.3.3", "axios": "^1.8.4", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router-dom": "^7.9.3" }, "devDependencies": { "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^5.0.4", "tslib": "^2.8.1", "typescript": "^5.8.3", "vite": "^6.2.6" } }