|
| 1 | +{ |
| 2 | + "name": "@aave/react", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "The official React bindings for the Aave Protocol", |
| 5 | + "repository": { |
| 6 | + "directory": "packages/react", |
| 7 | + "type": "git", |
| 8 | + "url": "git://github.com/aave/aave-sdk.git" |
| 9 | + }, |
| 10 | + "type": "module", |
| 11 | + "main": "dist/index.cjs", |
| 12 | + "module": "dist/index.js", |
| 13 | + "types": "dist/index.d.ts", |
| 14 | + "exports": { |
| 15 | + ".": { |
| 16 | + "import": "./dist/index.js", |
| 17 | + "require": "./dist/index.cjs" |
| 18 | + } |
| 19 | + }, |
| 20 | + "typesVersions": { |
| 21 | + "*": { |
| 22 | + "import": [ |
| 23 | + "./dist/index.d.ts" |
| 24 | + ], |
| 25 | + "require": [ |
| 26 | + "./dist/index.d.cts" |
| 27 | + ] |
| 28 | + } |
| 29 | + }, |
| 30 | + "files": [ |
| 31 | + "dist" |
| 32 | + ], |
| 33 | + "sideEffects": false, |
| 34 | + "scripts": { |
| 35 | + "build": "tsup" |
| 36 | + }, |
| 37 | + "dependencies": { |
| 38 | + "@aave/client": "workspace:*", |
| 39 | + "@aave/env": "workspace:*", |
| 40 | + "@aave/graphql": "workspace:*", |
| 41 | + "@aave/types": "workspace:*", |
| 42 | + "urql": "^4.2.2" |
| 43 | + }, |
| 44 | + "devDependencies": { |
| 45 | + "@testing-library/dom": "^10.4.0", |
| 46 | + "@testing-library/react": "^16.3.0", |
| 47 | + "@types/react": "^19.1.8", |
| 48 | + "ethers": "^6.14.4", |
| 49 | + "happy-dom": "^18.0.1", |
| 50 | + "react": "^19.1.0", |
| 51 | + "react-dom": "^19.1.0", |
| 52 | + "tsup": "^8.5.0", |
| 53 | + "typescript": "^5.6.3", |
| 54 | + "viem": "^2.31.6", |
| 55 | + "zksync-ethers": "^6.18.0" |
| 56 | + }, |
| 57 | + "peerDependencies": { |
| 58 | + "@types/react": "^19.1.8", |
| 59 | + "ethers": "^6.14.4", |
| 60 | + "react": "^19.1.0", |
| 61 | + "viem": "^2.31.6", |
| 62 | + "zksync-ethers": "^6.18.0" |
| 63 | + }, |
| 64 | + "peerDependenciesMeta": { |
| 65 | + "@types/react": { |
| 66 | + "optional": true |
| 67 | + }, |
| 68 | + "ethers": { |
| 69 | + "optional": true |
| 70 | + }, |
| 71 | + "viem": { |
| 72 | + "optional": true |
| 73 | + }, |
| 74 | + "zksync-ethers": { |
| 75 | + "optional": true |
| 76 | + } |
| 77 | + }, |
| 78 | + "license": "MIT" |
| 79 | +} |
0 commit comments