UNPKG

react-easy-edit

Version:

A react library for inline editing components

74 lines (73 loc) 1.97 kB
{ "name": "react-easy-edit", "version": "1.17.2", "description": "A react library for inline editing components", "keywords": [ "content editable", "contenteditable", "edit", "editable", "editable content", "editable text", "easy edit", "react-easy-edit", "react easy edit", "inline", "inline edit", "input", "react", "reactjs", "text" ], "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": "react-scripts test --coverage --watchAll=false", "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" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "eslintConfig": { "extends": "react-app" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "devDependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.0", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/preset-env": "^7.22.20", "@babel/preset-react": "^7.22.15", "@rollup/plugin-babel": "^5.3.1", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^14.0.0", "@zarconontol/enzyme-adapter-react-18": "^0.7.3", "enzyme": "3.11.0", "postcss-flexbugs-fixes": "^5.0.2", "postcss-preset-env": "^8.0.1", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "rollup": "2.53.3", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2" } }