@fewcha/web3-react
Version:
Check the documentation at https://docs.fewcha.app/
90 lines (89 loc) • 2.67 kB
JSON
{
"name": "@fewcha/web3-react",
"version": "0.1.38",
"author": "fewcha.app",
"license": "MIT",
"main": "lib/index.js",
"types": "./es/index.d.ts",
"unpkg": "dist/@fewcha/web3-react.js",
"module": "es/index.js",
"files": [
"dist",
"lib",
"src",
"es"
],
"repository": {
"type": "git",
"url": "https://github.com/fewcha-wallet/aptos-web3.git"
},
"homepage": "https://github.com/fewcha-wallet/aptos-web3",
"bugs": {
"url": "https://github.com/fewcha-wallet/aptos-web3/issues"
},
"keywords": [
"Aptos",
"Web3",
"Fewcha Wallet",
"Wallet",
"Aptos Wallet",
"Dapp",
"Dapps",
"Blockchain",
"React"
],
"scripts": {
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --extensions \".js,.ts,.tsx\" --out-dir lib",
"build:es": "babel src --extensions \".js,.ts,.tsx\" --out-dir es",
"build:umd": "cross-env NODE_ENV=development rollup -c -o dist/@fewcha/web3-react.js",
"build:umd:min": "cross-env NODE_ENV=production rollup -c -o dist/@fewcha/web3-react.min.js",
"build:types": "tsc",
"build": "yarn build:types && yarn build:commonjs && yarn build:es && yarn build:umd && yarn build:umd:min",
"test": "jest"
},
"peerDependencies": {
"@fewcha/web3": "*",
"react": "*",
"react-dom": "*"
},
"dependencies": {
"@fewcha/web3": "^0.1.38",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.5",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/plugin-proposal-decorators": "^7.18.9",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-transform-react-display-name": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@testing-library/react": "13.3.0",
"@types/jest": "^28.1.6",
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.15",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^8.3.4",
"cross-env": "^7.0.3",
"jest": "^28.1.3",
"react-query": "^3.39.2",
"rollup": "^2.77.2",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "^28.0.7",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"web-vitals": "^2.1.4"
},
"gitHead": "5a2e3bddfe9c6c89a3d33707c959cdf8a5c18ffa"
}