preact-pure-props
Version:
compare only the props. If the state does not change, do not re-ender.
44 lines (43 loc) • 1.4 kB
JSON
{
"name": "preact-pure-props",
"version": "0.1.4",
"description": "compare only the props. If the state does not change, do not re-ender.",
"main": "./dist/pure-props.cjs.js",
"module": "./dist/pure-props.esm.js",
"sideEffects": false,
"types": "declaration/PureProps.d.ts",
"scripts": {
"build": "rollup -c && npm run declaration && print-sizes ./dist ",
"declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json",
"start": "open ./public/index.html && rollup -c rollup.config.demo.js -w"
},
"repository": {
"type": "git",
"url": "https://github.com/daybrush/pure-props/tree/master/preact-pure-props"
},
"keywords": [
"pure-component",
"purecomponent",
"pure-props",
"preact"
],
"author": "Daybrush",
"license": "MIT",
"bugs": {
"url": "https://github.com/daybrush/pure-props/issues"
},
"homepage": "https://github.com/daybrush/pure-props#readme",
"dependencies": {
"preact-compat": "^3.19.0"
},
"devDependencies": {
"preact": "^8.4.2",
"@daybrush/builder": "^0.1.1",
"print-sizes": "^0.1.0",
"react-pure-props": "^0.1.5",
"rollup-plugin-css-bundle": "^1.0.4",
"rollup-plugin-preact": "^0.2.2",
"tslint": "^5.17.0",
"typescript": "^3.5.1"
}
}