{
  "name": "@pokt-foundation/pocket-dashboard-frontend",
  "version": "0.1.0",
  "description": "Pocket dashboard",
  "homepage": "./",
  "private": false,
  "repository": {
    "url": "https://github.com/pokt-network/pocket-dashboard",
    "type": "git"
  },
  "author": "Pocket Network",
  "license": "MIT",
  "dependencies": {
    "@fontsource/inter": "^4.2.1",
    "@fontsource/manrope": "^4.2.2",
    "@fontsource/source-code-pro": "^4.2.1",
    "@pokt-network/pocket-js": "^0.6.13-rc",
    "@sentry/browser": "^6.7.1",
    "@sentry/react": "^6.7.1",
    "@sentry/tracing": "^6.7.1",
    "@testing-library/jest-dom": "^4.2.4",
    "@testing-library/react": "^9.3.2",
    "@testing-library/user-event": "^7.1.2",
    "axios": "^0.21.1",
    "babel-plugin-styled-components": "^1.12.0",
    "chromatic": "^5.6.3",
    "d3-format": "^2.0.0",
    "dayjs": "^1.10.4",
    "graphql": "^15.5.0",
    "graphql-request": "^3.4.0",
    "husky": "^4.3.0",
    "popper.js": "^1.16.1",
    "prop-types": "^15.7.2",
    "react": "^16.13.0",
    "react-dom": "^16.13.0",
    "react-dropzone": "10.2.2",
    "react-query": "^3.12.1",
    "react-router-dom": "^5.1.2",
    "react-scripts": "3.4.0",
    "react-spring": "^8.0.27",
    "secure-ls": "^1.2.6",
    "styled-components": "^5.2.1",
    "token-amount": "^0.3.0",
    "use-inside": "^0.2.0",
    "use-viewport": "^0.2.0",
    "validator": "^13.5.2"
  },
  "husky": {
    "hooks": {
      "pre-commit": "yarn lint"
    }
  },
  "bundlewatch": {
    "files": [
      {
        "path": "public/*.js",
        "maxSize": "1600kb",
        "compression": "gzip"
      }
    ]
  },
  "devDependencies": {
    "@axe-core/react": "^4.1.1",
    "@sentry/webpack-plugin": "^1.14.0",
    "@storybook/addon-actions": "^6.1.17",
    "@storybook/addon-essentials": "^6.1.17",
    "@storybook/addon-links": "^6.1.17",
    "@storybook/node-logger": "^6.1.17",
    "@storybook/preset-create-react-app": "^3.1.5",
    "@storybook/react": "^6.1.17",
    "bundlewatch": "^0.3.2",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-config-react-app": "^5.2.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.22.0",
    "node-sass": "^4.13.1",
    "prettier": "^2.2.1"
  },
  "scripts": {
    "start": "node_modules/.bin/react-scripts --max_old_space_size=8192 start",
    "build": "node_modules/.bin/react-scripts build",
    "build:prod": "GENERATE_SOURCEMAP=false NODE_OPTIONS=--max_old_space_size=8192 node_modules/.bin/react-scripts build --prod",
    "test": "node_modules/.bin/react-scripts test",
    "eject": "node_modules/.bin/react-scripts eject",
    "lint": "yarn run eslint src --ext .js --fix",
    "storybook": "start-storybook -p 6006 -s public",
    "build-storybook": "build-storybook -s public",
    "chromatic": "npx chromatic --project-token 7b40f09c655f"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "gitHead": "22b18462d249a7d18e02225723df825d238ac61d"
}
