{ "name": "", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.3", "@astrojs/react": "^3.6.2", "@astrojs/tailwind": "^5.1.0", "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@fontsource/roboto": "^5.0.15", "@mui/material": "^6.0.2", "@mui/x-charts": "^7.16.0", "@octokit/rest": "^21.0.2", "@types/node": "^22.5.4", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "adm-zip": "^0.5.16", "astro": "^4.15.4", "axios": "^1.7.7", "humanize-duration": "^3.32.1", "lodash.groupby": "^4.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^3.4.10", "typescript": "^5.5.4" }, "devDependencies": { "@modyfi/vite-plugin-yaml": "^1.1.0", "@types/adm-zip": "^0.5.5", "@types/lodash.groupby": "^4.6.9", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1" } }