Skip to content
Snippets Groups Projects
package.json 670 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "cryptometrics",
      "private": true,
      "scripts": {
        "dev": "next dev",
        "build": "next build",
        "start": "next start",
        "lint": "next lint"
      },
      "dependencies": {
    
    Aggarwal Himanshu's avatar
    Aggarwal Himanshu committed
        "@heroicons/react": "^1.0.5",
    
        "apexcharts": "^3.33.1",
        "axios": "^0.26.0",
        "classnames": "^2.3.1",
    
        "nprogress": "^0.2.0",
    
        "numeral": "^2.0.6",
    
        "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"
      }
    }