package.json

Summary

Maintainability
Test Coverage
{
  "name": "@defichain/scan",
  "version": "0.0.0",
  "private": true,
  "license": "MIT",
  "scripts": {
    "prepare": "husky install",
    "dev": "next dev",
    "build": "next build",
    "postbuild": "next-sitemap",
    "start": "next start",
    "lint": "next lint",
    "cypress:open": "cypress open",
    "cypress:build": "CYPRESS=true next build",
    "cypress:run": "TZ=UTC cypress run --headless --browser chrome",
    "playground:start": "docker-compose rm -fsv && docker-compose up",
    "test": "jest"
  },
  "dependencies": {
    "@babel/types": "^7.23.5",
    "@floating-ui/react-dom": "^1.3.0",
    "@headlessui/react": "^1.7.17",
    "@prismicio/client": "^7.2.0",
    "@prismicio/types": "^0.2.8",
    "@reduxjs/toolkit": "^1.9.5",
    "@tailwindcss/line-clamp": "^0.4.4",
    "@waveshq/standard-defichain-jellyfishsdk": "^4.0.0",
    "@waveshq/standard-web": "^4.0.0",
    "@waveshq/walletkit-core": "^1.3.10",
    "@waveshq/walletkit-ui": "^1.3.10",
    "bignumber.js": "^9.1.2",
    "classnames": "^2.3.2",
    "date-fns": "^2.30.0",
    "dayjs": "^1.11.10",
    "install": "^0.13.0",
    "jest": "^29.7.0",
    "lodash": "^4.17.21",
    "qrcode.react": "^3.1.0",
    "randomcolor": "^0.6.2",
    "react-number-format": "^5.3.1",
    "react-redux": "^8.1.2",
    "react-schemaorg": "^2.0.0",
    "recharts": "^2.10.2",
    "schema-dts": "^1.1.2",
    "smart-buffer": "^4.2.0"
  },
  "devDependencies": {
    "@cypress/code-coverage": "^3.12.12",
    "@netlify/plugin-lighthouse": "^5.0.0",
    "@netlify/plugin-nextjs": "^4.41.3",
    "@stickyjs/jest": "^1.3.4",
    "@testing-library/cypress": "^9.0.0",
    "@types/lodash": "^4.14.202",
    "@types/node": "^18.16.18",
    "@waveshq/standard-web-linter": "^1.9.3",
    "autoprefixer": "^10.4.16",
    "babel-plugin-istanbul": "^6.1.1",
    "babel-plugin-jsx-remove-data-test-id": "^3.0.0",
    "cypress": "^12.17.4",
    "node-forge": "^1.3.1",
    "postcss": "^8.4.31",
    "tailwindcss": "^3.3.5"
  },
  "engines": {
    "node": ">=18.0.0",
    "pnpm": ">=8.11.0"
  },
  "packageManager": "pnpm@8.11.0"
}