{
    "name": "web3-kit-react",
    "version": "0.1.145",
    "repository": "https://github.com/JuanseMastrangelo/web3-kit-react",
    "homepage": "https://github.com/JuanseMastrangelo/web3-kit-react",
    "main": "dist/index.js",
    "typings": "dist/index.d.ts",
    "files": [
        "dist",
        "src"
    ],
    "engines": {
        "node": ">=10"
    },
    "browser": {
        "http": false,
        "https": false,
        "os": false,
        "stream": false,
        "crypto": false
    },
    "scripts": {
        "analyze": "size-limit --why",
        "build-storybook": "build-storybook",
        "build": "tsdx build",
        "deploy:docs": "gh-pages -d storybook-static",
        "format": "npm run lint:fix && npm run prettier:fix",
        "lint:check": "eslint .",
        "lint:fix": "eslint --fix",
        "prepare": "husky install",
        "prettier:check": "prettier --check .",
        "prettier:fix": "prettier --write \"**/*.{ts,tsx,json,html}\" .prettierrc --config ./.prettierrc",
        "size": "size-limit",
        "start": "tsdx watch",
        "storybook": "start-storybook -p 6006",
        "test": "tsdx test"
    },
    "peerDependencies": {
        "react": "18",
        "react-dom": "18"
    },
    "dependencies": {
        "@storybook/theming": "^6.4.21",
        "@walletconnect/web3-provider": "^1.7.1",
        "@web3auth/web3auth": "^0.3.2",
        "moralis": "^1.5.9",
        "react-blockies": "^1.4.1",
        "react-moralis": "^1.3.5",
        "react-router-dom": "^6.3.0",
        "styled-components": "^5.3.3",
        "wp5-cra-polyfill": "github:oscario2/wp5-cra-polyfill#91431fa"
    },
    "prettier": {
        "printWidth": 80,
        "tabWidth": 4,
        "useTabs": false,
        "trailingComma": "all",
        "singleQuote": true,
        "semi": true,
        "quoteProps": "consistent"
    },
    "module": "dist/web3-kit-react.esm.js",
    "size-limit": [
        {
            "path": "dist/web3-kit-react.cjs.production.min.js"
        },
        {
            "path": "dist/web3-kit-react.esm.js"
        }
    ],
    "devDependencies": {
        "@babel/core": "^7.16.5",
        "@size-limit/preset-small-lib": "^7.0.5",
        "@storybook/addon-actions": "^6.4.21",
        "@storybook/addon-essentials": "^6.4.21",
        "@storybook/addon-info": "^5.3.21",
        "@storybook/addon-links": "^6.4.21",
        "@storybook/addons": "^6.4.21",
        "@storybook/react": "^6.4.21",
        "@storybook/testing-react": "^1.2.4",
        "@testing-library/jest-dom": "^5.16.4",
        "@testing-library/react": "^13.0.1",
        "@types/blockies": "^0.0.2",
        "@types/react": "^18.0.3",
        "@types/react-blockies": "^1.4.1",
        "@types/react-dom": "^18.0.0",
        "@types/react-test-renderer": "^17.0.1",
        "@types/styled-components": "^5.1.19",
        "@typescript-eslint/eslint-plugin": "^5.9.0",
        "@typescript-eslint/parser": "^5.9.0",
        "babel-loader": "^8.2.3",
        "cssjson": "^2.1.3",
        "eslint": "^8.6.0",
        "eslint-config-google": "^0.14.0",
        "husky": "^7.0.4",
        "jest-styled-components": "^7.0.8",
        "jest-svg-transformer": "^1.0.0",
        "postcss": "^8.4.6",
        "react": "^18.0.0",
        "react-dom": "^18.0.0",
        "react-is": "^17.0.2",
        "react-test-renderer": "^17.0.2",
        "rollup-plugin-inline-svg": "^2.0.0",
        "rollup-plugin-postcss": "^4.0.2",
        "size-limit": "^7.0.5",
        "styled-components": "^5.3.3",
        "tsdx": "^0.14.1",
        "tslib": "^2.3.1",
        "typescript": "^4.5.4"
    }
}