react-rebind
Version:
Declarative data binding to React components
74 lines (73 loc) • 1.92 kB
JSON
{
"name": "react-rebind",
"version": "0.2.4",
"description": "Declarative data binding to React components",
"main": "build/index.js",
"watch": {
"build": "lib/**/*.js"
},
"scripts": {
"build": "NODE_ENV=production babel lib -d build",
"lint": "eslint lib/**; exit 0",
"prepare": "NODE_ENV=production npm run build",
"watch": "npm-watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafaelpivato/react-rebind.git"
},
"keywords": [
"state",
"data",
"react",
"bind",
"rebind"
],
"author": "Rafael Pivato <rpivato@gmail.com> (https://rafaelpivato.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rafaelpivato/react-rebind/issues"
},
"homepage": "https://github.com/rafaelpivato/react-rebind#readme",
"babel": {
"presets": [
"react-app"
],
"plugins": [
"add-module-exports",
"transform-export-extensions",
"transform-es2015-modules-umd"
]
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"babel-preset-react-app": "^3.1.0",
"babel-runtime": "6.26.0",
"eslint": "4.10.0",
"eslint-config-react-app": "^2.0.1",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"fs-extra": "3.0.1",
"npm-watch": "^0.3.0",
"object-assign": "4.1.1",
"promise": "8.0.1",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"whatwg-fetch": "2.0.3"
},
"peerDependencies": {
"object-path": "^0.11.4"
},
"dependencies": {}
}