{ "name": "@sophie/renderer", "version": "0.1.0", "private": true, "main": "dist/index.html", "scripts": { "build": "vite build", "typecheck": "tsc --noEmit" }, "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@fontsource/roboto": "^4.5.1", "@mui/icons-material": "^5.2.5", "@mui/material": "^5.2.5", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "@vitejs/plugin-react": "^1.1.3", "typescript": "^4.5.4", "vite": "^2.7.6" } }