package.json
1 { 2 "name": "@fileverse/heartbit-react", 3 "version": "2.3.0", 4 "type": "module", 5 "main": "./dist/index.umd.js", 6 "module": "./dist/index.es.js", 7 "types": "./dist/index.d.ts", 8 "files": [ 9 "dist" 10 ], 11 "keywords": [ 12 "ethereum", 13 "erc-4337", 14 "eip-4337", 15 "Safe SDK API", 16 "React" 17 ], 18 "repository": "https://github.com/fileverse/HeartBitSDK/tree/main/packages/heartbit-react", 19 "homepage": "https://portal.fileverse.io/#/0x3d3dcEd1cb7676cbd90C4C4339D50AD52Bac37Fa/file/4?chainId=100", 20 "exports": { 21 ".": { 22 "import": "./dist/index.es.js", 23 "require": "./dist/index.umd.js", 24 "types": "./dist/index.d.ts" 25 } 26 }, 27 "scripts": { 28 "dev": "vite build --watch", 29 "build": "tsc --project tsconfig.json && vite build", 30 "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" 31 }, 32 "peerDependencies": { 33 "react": "^18.2.0", 34 "react-dom": "^18.2.0" 35 }, 36 "devDependencies": { 37 "@types/node": "^20.11.6", 38 "@types/node-sass": "^4.11.7", 39 "@types/react": "^18.2.43", 40 "@types/react-dom": "^18.2.17", 41 "@typescript-eslint/eslint-plugin": "^6.14.0", 42 "@typescript-eslint/parser": "^6.14.0", 43 "@vitejs/plugin-react": "^4.2.1", 44 "eslint": "^8.55.0", 45 "eslint-plugin-react-hooks": "^4.6.0", 46 "eslint-plugin-react-refresh": "^0.4.5", 47 "postcss": "^8.4.33", 48 "react": "^18.2.0", 49 "react-dom": "^18.2.0", 50 "sass": "^1.70.0", 51 "typescript": "^5.2.2", 52 "vite": "^5.0.8", 53 "vite-plugin-css-injected-by-js": "^3.3.1", 54 "vite-plugin-dts": "^3.7.2", 55 "vite-plugin-node-polyfills": "^0.19.0" 56 }, 57 "dependencies": { 58 "@fileverse/heartbit-core": "^2.4.0", 59 "classnames": "^2.5.1" 60 } 61 }