react-stream-bloc
Version:
React Stream Bloc
74 lines (73 loc) • 2.06 kB
JSON
{
"name": "react-stream-bloc",
"version": "3.1.1",
"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.28.6",
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@babel/register": "^7.28.6",
"@jest/globals": "^30.2.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^30.0.0",
"@types/mocha": "^10.0.10",
"@types/prop-types": "^15.7.15",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"babel-jest": "^30.2.0",
"cross-env": "^10.1.0",
"enzyme": "^3.11.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rimraf": "^6.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"peerDependencies": {
"react": "^16.0.0 || ^18.2.0 || ^19.2.4 || ^20.0.0",
"react-dom": "^16.0.0 || ^18.2.0 || ^19.2.4 || ^20.0.0"
},
"publishConfig": {
"access": "public"
}
}