mirror of
https://github.com/re-rxjs/react-rxjs.git
synced 2025-12-08 18:01:51 +00:00
68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"version": "3.0.0-alpha.0",
|
|
"bundlesize": [
|
|
{
|
|
"path": "./dist/react-rxjs.cjs.production.min.js",
|
|
"maxSize": "6 kB",
|
|
"compression": "none"
|
|
}
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/react-rxjs/react-rxjs.git"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"start": "tsdx watch",
|
|
"build": "tsdx build",
|
|
"coverage": "codecov",
|
|
"test": "tsdx test --passWithNoTests --coverage",
|
|
"test:ci": "npm run test && npm run coverage && bundlesize",
|
|
"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": "react-rxjs",
|
|
"author": "Josep M Sobrepere",
|
|
"module": "dist/react-rxjs.esm.js",
|
|
"devDependencies": {
|
|
"@josepot/rxjs-utils": "^0.12.0",
|
|
"@testing-library/react": "^10.4.3",
|
|
"@testing-library/react-hooks": "^3.3.0",
|
|
"@types/jest": "^26.0.3",
|
|
"@types/react": "^16.9.41",
|
|
"@types/react-dom": "^16.9.8",
|
|
"bundlesize": "^0.18.0",
|
|
"codecov": "^3.7.0",
|
|
"husky": "^4.2.5",
|
|
"jest-marbles": "^2.5.1",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-native": "^0.62.2",
|
|
"react-test-renderer": "^16.13.1",
|
|
"rxjs": "^6.5.5",
|
|
"tsdx": "^0.13.2",
|
|
"tslib": "^2.0.0",
|
|
"typescript": "^3.9.5"
|
|
}
|
|
}
|