{
  "name": "wonky",
  "version": "1.0.1",
  "description": "",
  "main": "index.js",
  "scripts": {
    "local": "npm run change-local-env && next dev -p 3001",
    "dev": "npm run change-dev-env && next dev -p 3001",
    "prod": "npm run change-prod-env && next dev -p 3000",
    "build": "npm run install-uniswap && npm run change-prod-env && next build",
    "start": "next start",
    "change-local-env": "cp .next.config.local.js next.config.js",
    "change-dev-env": "cp .next.config.dev.js next.config.js",
    "change-prod-env": "cp .next.config.prod.js next.config.js",
    "install-uniswap": "(cd src/components/uniswap_components/uniswap-dapp-integration-shared && npm install) && (cd src/components/uniswap_components/uniswap-react && npm install)"
  },
  "dependencies": {
    "@babel/runtime": "7.4.3",
    "@opengsn/common": "^2.2.5",
    "@opengsn/provider": "^2.2.5",
    "@reduxjs/toolkit": "^1.8.5",
    "acorn": "^6.1.1",
    "ethers": "^5.6.8",
    "i": "^0.3.7",
    "jsonschema": "^1.4.1",
    "next": "^10.0.9",
    "npm": "^8.19.2",
    "react": "^17.0.1",
    "react-bootstrap": "^1.4.3",
    "react-copy-to-clipboard": "^5.0.3",
    "react-dom": "^17.0.1",
    "react-modal": "^3.12.1",
    "react-moment": "^1.1.1",
    "react-redux": "^7.2.3",
    "redux": "^4.0.5",
    "redux-devtools-extension": "^2.13.8",
    "redux-thunk": "^2.3.0",
    "sass": "^1.32.13",
    "simple-uniswap-sdk": "^3.7.0",
    "smart-trade-networks": "^1.6.6",
    "typesafe-actions": "^3.0.0",
    "webpack": "^4.29.6"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "7.4.3",
    "@babel/core": "7.4.3",
    "@babel/preset-env": "7.4.3",
    "@babel/runtime": "7.4.3",
    "@types/node": "^14.14.20",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.2",
    "@types/react-redux": "7.1.15",
    "babel-plugin-inline-react-svg": "^1.1.2",
    "cpx": "^1.5.0",
    "prettier": "^1.12.1",
    "process": "^0.11.10",
    "rimraf": "2.6.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  }
}
