{ "name": "cryptometrics", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "docs": "jsdoc -c ./jsdoc.json", "cypress": "cypress open" }, "dependencies": { "@heroicons/react": "^1.0.5", "apexcharts": "^3.33.1", "axios": "^0.26.0", "classnames": "^2.3.1", "echarts": "^5.3.0", "echarts-for-react": "^3.0.2", "moment": "^2.29.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", "react-transition-group": "^4.4.2", "sharp": "^0.30.2" }, "devDependencies": { "autoprefixer": "^10.4.2", "better-docs": "2.4.1", "cypress": "^9.5.2", "eslint": "8.9.0", "eslint-config-next": "12.1.0", "jsdoc": "^3.6.10", "parcel": "^2.3.2", "postcss": "^8.4.6", "postcss-modules": "^4.3.1", "process": "^0.11.10", "tailwindcss": "^3.0.23" } }