{ "name": "chellaris-polit-compass", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 8003", "build": "next build", "start": "next start -p 8003", "lint": "next lint" }, "dependencies": { "@nextui-org/react": "^1.0.0-beta.13", "@types/node": "20.2.5", "@types/react": "^18.2.9", "@types/react-dom": "^18.2.4", "chart.js": "^4.3.0", "chartjs-plugin-datalabels": "^2.2.0", "encoding": "^0.1.13", "eslint": "8.41.0", "eslint-config-next": "13.4.4", "googleapis": "^118.0.0", "next": "13.4.4", "react": "18.2.0", "react-bootstrap": "^2.7.4", "react-chartjs-2": "^5.2.0", "react-dom": "18.2.0", "swr": "^2.1.5", "typescript": "^5.1.3" } }