UNPKG

@reatom/react

Version:
83 lines (82 loc) 2.55 kB
{ "name": "@reatom/react", "version": "2.0.19", "description": "React bindings for @reatom/core", "homepage": "https://github.com/artalar/reatom/tree/master/packages/react", "repository": { "type": "git", "url": "git+ssh://git@github.com/artalar/reatom.git" }, "license": "MIT", "source": "src/index.ts", "main": "build/index.js", "umd:main": "build/index.umd.js", "module": "build/index.es.js", "unpkg": "build/index.umd.js", "types": "build/index.d.ts", "scripts": { "prepublishOnly": "npm run rebuild", "postpublish": "npm run clean", "build": "npm run build-src && npm run build-dom-bindings && npm run build-native-bindings", "build-src": "cross-env fixme=fixme microbundle --external=react,@reatom/core", "build-dom-bindings": "cross-env fixme=fixme microbundle --cwd=react-dom-batched-updates --external=react-dom,@reatom/react", "build-native-bindings": "cross-env fixme=fixme microbundle --cwd=react-native-batched-updates --external=react-native,@reatom/react", "clean": "cross-env fixme=fixme rimraf build/", "rebuild": "npm run clean && npm run build", "test": "cross-env fixme=fixme jest tests/*", "test:watch": "cross-env fixme=fixme jest --watch", "test:debug": "node --inspect-brk jest --runInBand", "prettify": "cross-env fixme=fixme prettier --write '**/*.{js,ts,md}'", "prettify:watch": "cross-env fixme=fixme onchange '**/*.{js,ts,md}' -- prettier --write {{changed}}", "ts-check": "cross-env fixme=fixme tsc --noEmit", "ts-check:watch": "npm run ts-check -- --watch", "update": "npx npm-check-updates -u" }, "peerDependencies": { "@reatom/core": "^2.0.18", "react": ">=16.8.0" }, "devDependencies": { "@reatom/core": "^2.0.18", "@testing-library/jest-dom": "^5.12.0", "@testing-library/react": "^11.2.7", "@testing-library/react-hooks": "^7.0.0", "@types/react": "^17.0.8", "react": "^17.0.2", "react-test-renderer": "^17.0.2" }, "author": "artalar", "maintainers": [ { "name": "artalar" }, { "name": "belozer" } ], "readme": "README.md", "bugs": { "url": "https://github.com/artalar/reatom/issues" }, "keywords": [ "state", "store", "flux", "atom", "reactive", "reactivity", "state-manager", "state manager", "reatom", "react", "hooks" ], "files": [ "README.md", "package.json", "src", "build", "react-dom-batched-updates", "react-native-batched-updates" ] }