{ "name": "session-magician", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "lint": "eslint .", "lint:fix": "eslint . --fix" }, "dependencies": { "@emotion/react": "^11.9.3", "@emotion/styled": "^11.9.3", "@mui/icons-material": "^5.8.4", "@mui/material": "^5.9.2", "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", "@types/tampermonkey": "^4.0.5", "@vitejs/plugin-react": "^2.0.0", "eslint-config-wesbos": "^3.0.2", "typescript": "^4.7.4", "vite": "^3.0.2", "vite-plugin-monkey": "1.1.4" } }