UNPKG

@react-mvi/testing

Version:

Test module for React MVI.

63 lines 1.9 kB
{ "name": "@react-mvi/testing", "version": "2.1.1", "description": "Test module for React MVI.", "main": "lib/cjs/index.js", "jsnext:main": "lib/esnext/index.js", "types": "lib/cjs/index.d.ts", "scripts": { "gulp": "node ../../node_modules/.bin/gulp --cwd", "patch-and-publish": "node ../../node_modules/.bin/gulp publish-patch --cwd", "major-and-publish": "node ../../node_modules/.bin/gulp publish-major --cwd", "minor-and-publish": "node ../../node_modules/.bin/gulp publish-minor --cwd", "publish-only": "node ../../node_modules/.bin/gulp publish --cwd", "test": "node ../../node_modules/.bin/gulp test --cwd", "tdd": "node ../../node_modules/.bin/gulp tdd --cwd", "test-chrome": "node ../../node_modules/.bin/gulp test-chrome --cwd", "pre-publish": "node node_modules/.bin/gulp pre-publish --cwd" }, "repository": { "type": "git", "url": "git+https://github.com/brn/react-mvi.git" }, "keywords": [ "react-mvi", "react.js", "react", "reactive", "rxjs", "rfp" ], "author": "Taketoshi Aono", "license": "MIT", "bugs": { "url": "https://github.com/brn/react-mvi/issues" }, "homepage": "https://github.com/brn/react-mvi#readme", "dependencies": {}, "devDependencies": { "@react-mvi/core": "^1.1.1", "@types/chai": "^3.4.35", "@types/mocha": "^2.2.40", "@types/prop-types": "^15.5.6", "@types/react": "16.0.20", "@types/react-dom": "^16.0.9", "@types/sinon": "^2.1.1", "chai": "^4.1.0", "core-js": "^2.5.7", "prop-types": "^15.6.2", "proxy-polyfill": "^0.3.0", "react": "^16.6.3", "react-dom": "^16.6.3", "rxjs": "^6.3.3", "typescript": "^2.9.2" }, "peerDependencies": { "@react-mvi/core": "^1.1.1", "rxjs": ">= 6.0.0 <= 6.3.3" }, "resolutions": { "@types/react": "16.0.20", "type-detect": "4.0.3" } }