react-edit-inplace
Version:
A simple inline text editor for React with ECMAScript 6 + JSX Harmony syntax
46 lines (45 loc) • 1.27 kB
JSON
{
"name": "react-edit-inplace",
"version": "1.1.1",
"description": "A simple inline text editor for React with ECMAScript 6 + JSX Harmony syntax",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -f index.js; babel --stage 0 index.jsx --out-file index.js && npm run build-demo",
"build-demo": "rm -f demo/index.js; webpack demo/index.jsx demo/index.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkwingsmt/ReactInlineEdit.git"
},
"keywords": [
"react",
"reactjs",
"editor",
"inline",
"input",
"form"
],
"author": "DKWings <dkwingsmt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dkwingsmt/ReactInlineEdit/issues"
},
"homepage": "https://github.com/dkwingsmt/ReactInlineEdit#readme",
"peerDependencies": {
"react": "16.x || 15.5.x || 15.6.x",
"prop-types": "^15.6"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"webpack": "^1.12.11"
},
"dependencies": {
}
}