UNPKG

1.8 kBJSONView Raw
1{
2 "name": "react-easy-edit",
3 "version": "1.13.0",
4 "description": "A react library for inline editing components",
5 "keywords": [
6 "content editable",
7 "contenteditable",
8 "edit",
9 "editable",
10 "editable content",
11 "editable text",
12 "easy edit",
13 "react-easy-edit",
14 "react easy edit",
15 "inline",
16 "inline edit",
17 "input",
18 "react",
19 "reactjs",
20 "text"
21 ],
22 "author": "George Artemiou <giorgosart@hotmail.com>",
23 "license": "MIT",
24 "scripts": {
25 "start": "react-scripts start",
26 "build": "rollup -c -o build/react-easy-edit.min.js",
27 "test": "react-scripts test",
28 "coverage": "react-scripts test --coverage --watchAll=false",
29 "prepublish": "yarn build"
30 },
31 "main": "build/react-easy-edit.min.js",
32 "repository": {
33 "type": "git",
34 "url": "git+https://github.com/giorgosart/react-easy-edit"
35 },
36 "bugs": {
37 "url": "https://github.com/giorgosart/react-easy-edit/issues"
38 },
39 "peerDependencies": {
40 "react": "^16.13.1",
41 "react-dom": "^16.13.1"
42 },
43 "eslintConfig": {
44 "extends": "react-app"
45 },
46 "browserslist": [
47 ">0.2%",
48 "not dead",
49 "not ie <= 11",
50 "not op_mini all"
51 ],
52 "devDependencies": {
53 "@babel/cli": "^7.11.6",
54 "@babel/core": "^7.11.6",
55 "@babel/plugin-proposal-class-properties": "^7.10.4",
56 "@babel/preset-env": "^7.11.5",
57 "@babel/preset-react": "^7.10.4",
58 "@rollup/plugin-babel": "^5.2.1",
59 "enzyme": "3.11.0",
60 "enzyme-adapter-react-16": "1.15.4",
61 "prop-types": "^15.7.2",
62 "react": "^16.13.1",
63 "react-dom": "^16.13.1",
64 "react-scripts": "^3.4.4",
65 "rollup": "2.32.1",
66 "rollup-plugin-postcss": "^3.1.8",
67 "rollup-plugin-terser": "^7.0.2"
68 }
69}