UNPKG

react-stream-bloc

Version:
74 lines (73 loc) 2.04 kB
{ "name": "react-stream-bloc", "version": "3.1.0", "private": false, "author": "Blencm", "description": "React Stream Bloc", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "react", "bloc", "builder", "stream", "react-stream", "react-builder" ], "repository": { "type": "git", "url": "git+https://github.com/blencm/react-stream-bloc.git" }, "license": "MIT", "bugs": { "url": "https://github.com/blencm/react-stream-bloc/issues" }, "homepage": "https://github.com/blencm/react-stream-bloc#readme", "scripts": { "build": "rimraf ./lib && tsup src/index.ts --dts --outDir=lib", "dev": "cross-env NODE_ENV=test", "test": "cross-env NODE_ENV=test && jest", "test:watch": "jest --watch" }, "dependencies": { "crypto-js": "^4.2.0", "prop-types": "^15.8.1", "rxjs": "^7.8.2" }, "sideEffects": false, "devDependencies": { "@babel/plugin-syntax-jsx": "^7.25.9", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@babel/preset-typescript": "^7.26.0", "@babel/register": "^7.25.9", "@jest/globals": "^29.7.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@types/crypto-js": "^4.2.2", "@types/jest": "^29.5.14", "@types/mocha": "^10.0.10", "@types/prop-types": "^15.7.14", "@types/react": "^19.0.10", "@types/react-dom": "^19.0.4", "babel-jest": "^29.7.0", "cross-env": "^7.0.3", "enzyme": "^3.11.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react": "^19.0.0", "react-dom": "^19.0.0", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "tsup": "^8.4.0", "typescript": "^5.7.3" }, "peerDependencies": { "react": "^16.0.0 || ^18.2.0 || ^19.0.0", "react-dom": "^16.0.0 || ^18.2.0 || ^19.0.0" }, "publishConfig": { "access": "public" } }