mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"version": "0.2.0-alpha.6",
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/josepot/react-rxjs.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"start": "tsdx watch",
|
|
"build": "tsdx build",
|
|
"test": "tsdx test --passWithNoTests",
|
|
"lint": "tsdx lint",
|
|
"prepare": "tsdx build"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=16.8.0",
|
|
"rxjs": ">=6"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "tsdx lint"
|
|
}
|
|
},
|
|
"prettier": {
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"trailingComma": "all"
|
|
},
|
|
"name": "@josepot/react-rxjs",
|
|
"author": "Josep M Sobrepere",
|
|
"module": "dist/react-rxjs.esm.js",
|
|
"devDependencies": {
|
|
"@josepot/rxjs-utils": "^0.12.0",
|
|
"@testing-library/react-hooks": "^3.2.1",
|
|
"@types/jest": "^25.2.3",
|
|
"@types/react": "^16.9.35",
|
|
"@types/react-dom": "^16.9.8",
|
|
"husky": "^4.2.5",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-test-renderer": "^16.13.1",
|
|
"rxjs": "^6.5.5",
|
|
"tsdx": "^0.13.2",
|
|
"tslib": "^2.0.0",
|
|
"typescript": "^3.9.3"
|
|
}
|
|
}
|