UNPKG

@lomray/react-mobx-manager

Version:
81 lines (80 loc) 2.28 kB
{ "name": "@lomray/react-mobx-manager", "version": "4.0.2", "description": "This package provides Mobx stores manager for react.", "type": "module", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/Lomray-Software/react-mobx-manager.git" }, "keywords": [ "react", "types", "typescript", "lomray", "javascript", "mobx", "store", "manager", "stores", "state" ], "publishConfig": { "access": "public" }, "author": "Mikhail Yarmaliuk", "license": "MIT", "bugs": { "url": "https://github.com/Lomray-Software/react-mobx-manager/issues" }, "homepage": "https://github.com/Lomray-Software/react-mobx-manager", "scripts": { "build": "rollup -c", "build:watch": "rollup -c -w", "lint:check": "eslint \"src/**/*.{ts,tsx,*.ts,*tsx}\"", "lint:format": "eslint --fix \"src/**/*.{ts,tsx,*.ts,*tsx}\"", "ts:check": "tsc --project ./tsconfig.checks.json --skipLibCheck --noemit", "test": "vitest run" }, "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", "@lomray/eslint-config-react": "^5.0.6", "@lomray/prettier-config": "^2.0.1", "@rollup/plugin-terser": "^0.4.4", "@types/chai": "^4.3.11", "@types/hoist-non-react-statics": "^3.3.5", "@types/lodash": "^4.14.202", "@types/react": "^18.2.47", "@types/sinon": "^17.0.3", "@types/sinon-chai": "^3.2.12", "@vitest/coverage-v8": "^3.0.6", "chai": "^4.4.0", "eslint": "^8.57.0", "husky": "^9.0.11", "jsdom": "^24.1.0", "lint-staged": "^15.2.5", "prettier": "^3.2.5", "rollup": "^4.34.8", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-folder-input": "^1.0.1", "rollup-plugin-ts": "^3.4.5", "semantic-release": "^23.1.1", "sinon": "^17.0.2", "sinon-chai": "^3.7.0", "typescript": "^4.9.5", "vite": "^6.1.1", "vite-tsconfig-paths": "^4.3.2", "vitest": "^3.0.6" }, "peerDependencies": { "@lomray/consistent-suspense": ">=2.0.1", "@lomray/event-manager": ">=2.0.2", "hoist-non-react-statics": ">=3.3.2", "lodash": ">=4.17.21", "mobx": ">=6.9.0", "mobx-react-lite": "^3 || ^4", "react": "^18 || ^17" } }