react-easy-edit
Version:
A react library for inline editing components
68 lines (67 loc) • 1.75 kB
JSON
{
"name": "react-easy-edit",
"version": "1.1.0",
"description": "A react library for inline editing components",
"homepage": "https://github.com/giorgosart/react-easy-edit#readme",
"keywords": [
"react",
"reactjs",
"react-easy-edit",
"easy edit",
"inline",
"input",
"edit",
"editable",
"text",
"editable text",
"editable content",
"inline edit"
],
"author": "George Artemiou <giorgosart@hotmail.com>",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "rollup -c -o build/react-easy-edit.min.js",
"test": "react-scripts test --coverage",
"prepublish": "yarn build"
},
"main": "build/react-easy-edit.min.js",
"repository": {
"type": "git",
"url": "git+https://github.com/giorgosart/react-easy-edit"
},
"bugs": {
"url": "https://github.com/giorgosart/react-easy-edit/issues"
},
"dependencies": {},
"peerDependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.12.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-scripts": "^3.0.0",
"rollup": "^1.10.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-uglify": "^6.0.2"
}
}