65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "@rc-component/context",
|
|
"version": "2.0.1",
|
|
"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.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rc-component/father-plugin": "^2.0.2",
|
|
"@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",
|
|
"@umijs/fabric": "^4.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"dumi": "^2.0.15",
|
|
"eslint": "^8.54.0",
|
|
"eslint-plugin-jest": "^28.2.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": ">=16.9.0",
|
|
"react-dom": ">=16.9.0"
|
|
}
|
|
}
|