{ "name": "carrotstash", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "react": "^19.1.0", "react-dom": "^19.1.0", "@mui/material": "^7.0.0", "@mui/icons-material": "^7.0.0", "@emotion/react": "^11.11.0", "@emotion/styled": "^11.11.0", "normalize.css": "^8.0.1" }, "devDependencies": { "vite": "^5.0.0", "@vitejs/plugin-react": "^4.0.0" } }