UNPKG

@rc-component/context

Version:
66 lines (65 loc) 1.67 kB
{ "name": "@rc-component/context", "version": "2.0.2", "description": "React way perf context selector", "keywords": [ "react", "react-component", "context" ], "homepage": "http://github.com/react-component/context", "bugs": { "url": "http://github.com/react-component/context/issues" }, "repository": { "type": "git", "url": "git@github.com:react-component/context.git" }, "license": "MIT", "author": "", "main": "./lib/index", "module": "./es/index", "files": [ "lib", "es" ], "scripts": { "build": "dumi build", "compile": "father build", "coverage": "father test --coverage", "lint": "eslint src/ docs/ --ext .tsx,.ts,.jsx,.js", "now-build": "npm run build", "prepublishOnly": "npm run compile && rc-np", "start": "dumi dev", "test": "rc-test", "tsc": "tsc --noEmit" }, "dependencies": { "@rc-component/util": "^1.11.0" }, "devDependencies": { "@rc-component/father-plugin": "^2.2.0", "@rc-component/np": "^1.0.4", "@types/jest": "^29.5.0", "@types/node": "^24.5.2", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/warning": "^3.0.0", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@umijs/fabric": "^4.0.0", "dumi": "^2.0.15", "eslint": "^8.54.0", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-unicorn": "^52.0.0", "father": "^4.0.0", "rc-test": "^7.0.14", "react": "^18.0.0", "react-dom": "^18.0.0", "typescript": "^5.0.2" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" } }