@yunu-lab/rpc-react
Version:
🚀 **React + RPC = ❤️**
74 lines (73 loc) • 2.04 kB
JSON
{
"name": "@yunu-lab/rpc-react",
"version": "2.0.19",
"private": false,
"description": "🚀 **React + RPC = ❤️**",
"keywords": [
"react",
"redux",
"rpc",
"typescript",
"state-management",
"remote-procedure-call"
],
"homepage": "https://github.com/WWDanchik/rpc-react#readme",
"bugs": {
"url": "https://github.com/WWDanchik/rpc-react/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WWDanchik/rpc-react.git"
},
"license": "MIT",
"author": "Daniyar",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.es",
"require": "./dist/index.js"
}
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:lib": "vite build --config vite.lib.config.ts",
"lint": "eslint .",
"preview": "vite preview",
"type-check": "tsc --noEmit",
"prepublishOnly": "npm run build:lib && npm run type-check"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^3.10.2",
"dts-bundle": "^0.7.3",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4",
"vite-plugin-dts": "^4.0.0"
},
"peerDependencies": {
"@reduxjs/toolkit": ">=2.0.0",
"@yunu-lab/rpc-ts": "^1.3.19",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-redux": ">=9.0.0",
"zod": ">=3.0.0"
},
"publishConfig": {
"access": "public"
},
"module": "dist/index.es"
}