@bloc-js/react-bloc
Version:
React components for implementing the BLoC pattern.
52 lines (51 loc) • 1.32 kB
JSON
{
"name": "@bloc-js/react-bloc",
"version": "3.3.8",
"description": "React components for implementing the BLoC pattern.",
"keywords": [
"react",
"bloc"
],
"author": "Tim Smart <tim.smart@arisechurch.com>",
"homepage": "https://github.com/tim-smart/bloc-js#readme",
"license": "ISC",
"main": "lib/react-bloc.js",
"module": "lib-es/react-bloc.js",
"esnext": "lib-esnext/react-bloc.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib",
"lib-es",
"lib-esnext"
],
"repository": {
"type": "git",
"url": "git+https://github.com/tim-smart/bloc-js.git"
},
"scripts": {
"clean": "rm -rf lib*",
"tsc:es": "tsc -m es6 --outDir lib-es/",
"tsc:esnext": "tsc -m esnext -t esnext --outDir lib-esnext/",
"tsc:cjs": "tsc --outDir lib/",
"tsc": "npm run tsc:es && npm run tsc:esnext && npm run tsc:cjs",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/tim-smart/bloc-js/issues"
},
"peerDependencies": {
"@bloc-js/bloc": ">= 2",
"react": "*",
"rxjs": "*"
},
"devDependencies": {
"@bloc-js/bloc": "^3.1.5",
"@types/react": "^17.0.3",
"react": "^17.0.1",
"rxjs": "^6.5.3"
},
"gitHead": "947553d140da8cf7a4bd92347a799a47a138b7df"
}