morewings/react-omni-provider

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
"name": "react-omni-provider",
"homepage": "https://github.com/morewings/react-omni-provider",
"license": "MIT",
"private": false,
"version": "0.1.8",
"type": "module",
"files": [
"dist"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"keywords": [
"react",
"provider",
"global state",
"context",
"styled components"
],
"description": "Omni Provider allows to merge multiple React Provider components into one",
"scripts": {
"dev": "vite",
"clean:lib": "rm -rf dist",
"build:lib": "vite build",
"build": "run-s clean:lib build:lib",
"lint:code": "eslint src/** --report-unused-disable-directives",
"fix:code": "run-s 'lint:code --fix'",
"lint:types": "tsc --pretty --noEmit",
"test": "jest",
"coverage": "run-s 'test --coverage'",
"preview": "vite preview",
"prepare": "is-ci || husky",
"lint-staged": "lint-staged",
"commitlint": "commitlint",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": ">=18.2.0",
"react-dom": ">=18.2.0"
},
"devDependencies": {
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@eslint/compat": "1.1.1",
"@eslint/js": "9.10.0",
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "10.3.5",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.3",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.16",
"@types/react": "18.3.20",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@vitejs/plugin-react": "4.3.4",
"@yelo/rollup-node-external": "^1.0.1",
"alias-hq": "6.2.4",
"commitizen": "4.3.1",
"commitlint": "19.5.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-prettier": "5.2.5",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.19",
"eslint-plugin-ssr-friendly": "1.3.0",
"eslint-plugin-storybook": "0.8.0",
"husky": "9.1.7",
"identity-obj-proxy": "3.0.0",
"is-ci": "3.0.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "15.2.10",
"npm-run-all2": "6.2.6",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"semantic-release": "24.2.3",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.2",
"typescript-eslint": "8.5.0",
"vite": "5.4.14",
"vite-plugin-dts": "4.2.1"
}
}