react-plain-json-editor
Version:
Provide a simple JSON editor for React
51 lines (50 loc) • 1.35 kB
JSON
{
"name": "react-plain-json-editor",
"version": "1.2.0",
"author": "nariakiiwatani <nariakiiwatani@annolab.com> (https://github.com/nariakiiwatani",
"license": "MIT",
"description": "Provide a simple JSON editor for React",
"repository": {
"type": "git",
"url": "git+https://github.com/nariakiiwatani/react-plain-json-editor"
},
"keywords": [
"React",
"React Hooks",
"JSON"
],
"files": [
"index.js",
"index.d.ts",
"dist"
],
"source": "index.js",
"types": "index.d.ts",
"scripts": {
"setup": "yarn install",
"setup:demo": "cd demo && yarn install",
"setup:all": "yarn run setup && yarn setup:demo",
"build": "tsc",
"build:demo": "cd demo && yarn run build",
"build:all": "yarn run build && yarn run build:demo",
"predev": "yarn run build",
"dev": "cd demo && yarn run start",
"prepublishOnly": "yarn run build",
"semantic-release": "semantic-release"
},
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hotkeys-hook": "^2.2.2"
},
"devDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hotkeys-hook": "^2.2.2",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"semantic-release": "^17.1.1",
"tsc": "^1.20150623.0",
"typescript": "^3.9.7"
}
}