UNPKG

@evolu/react

Version:

Evolu for React

58 lines 1.27 kB
{ "name": "@evolu/react", "version": "10.4.0", "description": "Evolu for React", "keywords": [ "evolu", "react", "react-hooks" ], "author": "Daniel Steigerwald <daniel@steigerwald.cz>", "license": "MIT", "repository": "evoluhq/evolu", "bugs": { "url": "https://github.com/evoluhq/evolu/issues" }, "homepage": "https://evolu.dev", "type": "module", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "browser": "./dist/index.js", "react-native": "./dist/index.js" } }, "files": [ "dist/**", "src/**", "README.md" ], "devDependencies": { "@types/react": "~19.1.13", "@types/react-dom": "~19.1.9", "react": "19.1.0", "typescript": "^5.9.2", "vitest": "^4.0.4", "@evolu/common": "7.4.0", "@evolu/tsconfig": "0.0.2" }, "peerDependencies": { "@evolu/common": "^7.4.0", "react": ">=19" }, "publishConfig": { "access": "public" }, "engines": { "node": ">=22.0.0" }, "sideEffects": [], "scripts": { "dev": "tsc --watch", "build": "rimraf dist && tsc", "clean": "rimraf .turbo node_modules dist", "format": "prettier --write \"src/*.{ts,tsx,md}\"" } }