{ "name": "ts-arena", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "lint:fix": "eslint --fix" }, "dependencies": { "@headlessui/react": "^2.2.9", "@tanstack/react-table": "^8.21.3", "humanize-duration": "^3.33.2", "iso8601-duration": "^2.1.3", "lucide-react": "^0.563.0", "next": "^16.1.6", "plotly.js": "^3.3.1", "react": "19.2.3", "react-dom": "19.2.3", "react-plotly.js": "^2.6.0", "simple-icons": "^16.8.0", "word-wrap": "^1.2.5" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/humanize-duration": "^3.27.4", "@types/node": "^20", "@types/plotly.js": "^3.0.9", "@types/react": "^19", "@types/react-dom": "^19", "@types/react-plotly.js": "^2.6.4", "@types/word-wrap": "^1.2.0", "eslint": "^9", "eslint-config-next": "16.1.1", "tailwindcss": "^4", "typescript": "^5" } }