mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"version": "0.3.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/re-rxjs/react-rxjs.git"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"module": "dist/utils.esm.js",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"start": "tsdx watch",
|
|
"build": "tsdx build",
|
|
"test": "tsdx test --coverage",
|
|
"lint": "prettier --check README.md && tsdx lint src",
|
|
"format": "prettier --write README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
|
|
"prepare": "tsdx build"
|
|
},
|
|
"peerDependencies": {
|
|
"@react-rxjs/core": ">=0.1.0",
|
|
"react": ">=16.8.0",
|
|
"rxjs": ">=6"
|
|
},
|
|
"prettier": {
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"trailingComma": "all"
|
|
},
|
|
"name": "@react-rxjs/utils",
|
|
"authors": [
|
|
"Josep M Sobrepere (https://github.com/josepot)",
|
|
"Victor Oliva (https://github.com/voliva)"
|
|
],
|
|
"devDependencies": {
|
|
"@react-rxjs/core": "0.6.4",
|
|
"@testing-library/react": "^11.2.3",
|
|
"@testing-library/react-hooks": "^3.4.2",
|
|
"@types/jest": "^26.0.20",
|
|
"@types/react": "^16.9.56",
|
|
"@types/react-dom": "^16.9.9",
|
|
"jest-marbles": "^2.5.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-test-renderer": "^17.0.1",
|
|
"rxjs": "^6.6.3",
|
|
"tsdx": "^0.14.1",
|
|
"tslib": "^2.0.3",
|
|
"typescript": "^3.9.7"
|
|
}
|
|
}
|