{ "name": "@fireclover/example-react", "private": true, "version": "1.0.0", "description": "Infrastructure for an HTTPS static site using S3 and CloudFront", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "test": "echo test ok" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.4.5", "@mui/material": "^6.4.5", "@mui/x-charts": "^7.27.0", "@mui/x-data-grid": "^7.27.0", "@mui/x-data-grid-pro": "^7.27.0", "@mui/x-date-pickers": "^7.27.0", "@mui/x-date-pickers-pro": "^7.27.0", "@mui/x-tree-view": "^7.26.0", "dayjs": "^1.11.13", "react": "latest", "react-dom": "latest" }, "devDependencies": { "@types/react": "latest", "@types/react-dom": "latest", "@types/node": "latest", "@vitejs/plugin-react": "latest", "typescript": "latest", "vite": "latest" } }