{
  "name": "cra-template-powco",
  "version": "0.1.0",
  "private": false,
  "scripts": {
    "dev": "next dev",
    "test": "jest",
    "commit": "npx cz",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "export": "next export",
    "scp": "scp -o StrictHostKeyChecking=no -r out/* root@example.com:/var/www/example.com",
    "deploy": "npm run build && npm run export && npm run scp"
  },
  "dependencies": {
    "@reduxjs/toolkit": "^1.8.6",
    "@runonbitcoin/nimble": "^1.0.14",
    "axios": "^0.27.2",
    "bignumber.js": "^9.1.0",
    "bops": "^1.0.1",
    "bsv": "1.5.6",
    "bsv-wasm": "^1.3.4",
    "dayjs": "^1.11.2",
    "eventemitter3": "^4.0.7",
    "eventsource": "^2.0.2",
    "fs": "^0.0.1-security",
    "graphql": "^16.5.0",
    "graphql-request": "^4.2.0",
    "moment": "^2.29.4",
    "next": "12.1.6",
    "next-themes": "^0.2.0",
    "prompt": "^1.3.0",
    "react": "18.1.0",
    "react-dom": "18.1.0",
    "react-infinite-scroll-component": "^6.1.0",
    "react-redux": "^8.0.4",
    "react-toastify": "^9.1.1",
    "readline": "^1.3.0",
    "slate": "^0.81.0",
    "slate-react": "^0.81.0",
    "socket.io": "^4.5.3",
    "socket.io-client": "^4.5.3",
    "stag-relayx": "^0.1.1",
    "swr": "^1.3.0",
    "timeago.js": "^4.0.2"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.7",
    "eslint": "8.16.0",
    "eslint-config-next": "12.1.6",
    "jest": "^29.3.1",
    "postcss": "^8.4.14",
    "tailwindcss": "^3.0.24"
  }
}
