docs/_deploy-metrics/package.json
{
"name": "deploy-metrics",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export -o ../metrics",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.3.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@octokit/auth-action": "^2.0.2",
"@octokit/types": "^8.0.0",
"d3-color": "3.1.0",
"date-fns": "^2.29.3",
"framer-motion": "^6",
"jszip": "^3.10.1",
"next": "12.3.1",
"octokit": "^2.0.9",
"react": "18.2.0",
"react-aws-icons": "^1.2.1",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-json-to-csv": "^1.2.0",
"recharts": "^2.2.0"
},
"devDependencies": {
"@types/node": "18.11.0",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "12.3.1",
"typescript": "4.8.4"
}
}