{ "name": "cryptometrics", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@heroicons/react": "^1.0.5", "apexcharts": "^3.33.1", "axios": "^0.26.0", "classnames": "^2.3.1", "next": "12.1.0", "nprogress": "^0.2.0", "numeral": "^2.0.6", "react": "17.0.2", "react-apexcharts": "^1.3.9", "react-dom": "17.0.2", "react-query": "^3.34.15" }, "devDependencies": { "autoprefixer": "^10.4.2", "eslint": "8.9.0", "eslint-config-next": "12.1.0", "postcss": "^8.4.6", "tailwindcss": "^3.0.23" } }