{
  "name": "random-ui-widget",
  "version": "0.0.27",
  "description": "Harbor widget to show the testnet details",
  "main": "./index.js",
  "scripts": {
    "test": "echo \"Error: no tes t specified\" && exit 1",
    "build": "GENERATE_SOURCEMAP=false babel ./widget -d ./dist",
    "prod:publish": "rm -rf ./dist && rm -rf node_modules && npm install && npm run build && cp package.json ./dist && cd ./dist && npm publish"
  },
  "dependencies": {
    "crypto-js": "^4.1.1",
    "posthog-js": "^1.51.4",
    "random-words": "^1.3.0",
    "styled-components": "^5.3.6",
    "webfontloader": "^1.6.28"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "babel-preset-minify": "^0.5.2",
    "react-scripts": "5.0.1",
    "uglify": "^0.1.5",
    "uglify-js": "^3.17.4"
  },
  "peerDependencies": {
    "react": "^17.0.0",
    "react-dom": "^17.0.0"
  }
}
