UNPKG

1.37 kBJSONView Raw
1{
2 "name": "react-easy-edit",
3 "version": "0.0.1",
4 "description": "A react library for inline editing",
5 "homepage": "https://github.com/giorgosart/react-easy-edit#readme",
6 "keywords": [],
7 "author": "George Artemiou <giorgosart@hotmail.com>",
8 "license": "MIT",
9 "scripts": {
10 "start": "react-scripts start",
11 "build": "rollup -c -o build/react-easy-edit.min.js",
12 "test": "react-scripts test --coverage"
13 },
14 "main": "build/react-easy-edit.min.js",
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/giorgosart/react-easy-edit"
18 },
19 "bugs": {
20 "url": "https://github.com/giorgosart/react-easy-edit/issues"
21 },
22 "dependencies": {},
23 "peerDependencies": {
24 "react": "^16.8.3",
25 "react-dom": "^16.8.3"
26 },
27 "eslintConfig": {
28 "extends": "react-app"
29 },
30 "browserslist": [
31 ">0.2%",
32 "not dead",
33 "not ie <= 11",
34 "not op_mini all"
35 ],
36 "devDependencies": {
37 "@babel/cli": "^7.2.3",
38 "@babel/core": "^7.3.4",
39 "@babel/plugin-proposal-class-properties": "^7.3.4",
40 "@babel/preset-env": "^7.3.4",
41 "@babel/preset-react": "^7.0.0",
42 "prop-types": "^15.7.2",
43 "react": "^16.8.3",
44 "react-dom": "^16.8.3",
45 "react-scripts": "^2.1.5",
46 "rollup": "^1.3.0",
47 "rollup-plugin-babel": "^4.3.2",
48 "rollup-plugin-postcss": "^2.0.3",
49 "rollup-plugin-uglify": "^6.0.2"
50 }
51}