{ "name": "foldbank-next", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@emotion/react": "^11.10.6", "@emotion/styled": "^11.10.6", "@mui/material": "^5.11.11", "@mui/x-date-pickers": "^5.0.20", "@types/node": "18.14.1", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "chart.js": "^4.2.1", "dayjs": "^1.11.7", "eslint": "8.35.0", "eslint-config-next": "13.2.1", "next": "^13.2.4", "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "^4.7.1", "swr": "^2.1.0", "typescript": "4.9.5" } }