{
  "name": "edikit",
  "version": "1.0.0-alpha.4",
  "description": "A set of components and utilities to build editor like UIs",
  "repository": "git@github.com:plouc/edikit.git",
  "author": {
    "name": "Raphaël Benitte",
    "url": "https://github.com/plouc"
  },
  "license": "MIT",
  "keywords": [
    "react",
    "ui-components",
    "code-editor",
    "typescript",
    "styled-components",
    "toolkit"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "brace": "^0.11.1",
    "lodash": "^4.17.10",
    "react-ace": "^6.1.4",
    "react-feather": "^1.1.1",
    "react-redux": "^5.0.7",
    "react-split-pane": "^0.1.82",
    "redux": "^4.0.0",
    "redux-observable": "^1.0.0",
    "rxjs": "^6.2.2",
    "styled-components": "^3.4.2",
    "typesafe-actions": "^2.0.4"
  },
  "devDependencies": {
    "@types/inline-style-prefixer": "^3.0.1",
    "@types/jest": "^23.3.1",
    "@types/lodash": "^4.14.116",
    "@types/react": "^16.4.9",
    "@types/react-dom": "^16.0.7",
    "@types/react-redux": "^6.0.6",
    "npm-run-all": "^4.1.3",
    "react": "^16.4.2",
    "react-dom": "^16.4.2",
    "rimraf": "^2.6.2",
    "rollup": "^0.64.1",
    "tslint": "^5.11.0",
    "typescript": "^3.0.1",
    "uglify-es": "^3.3.9"
  },
  "peerDependencies": {
    "react": "^16.4.2",
    "react-dom": "^16.4.2"
  },
  "scripts": {
    "clean": "rimraf dist/*",
    "_make-bundle": "node scripts/bundle",
    "ts:watch": "tsc --watch",
    "ts:check": "tsc -p ./tsconfig.json --noEmit",
    "ts:build": "tsc -p ./tsconfig.json",
    "ts:build:prod": "tsc -p ./tsconfig.prod.json",
    "build": "npm-run-all clean ts:build:prod",
    "cp": "mkdir -p ~/projects/wiremock-ui/node_modules/edikit && cp package.json ~/projects/wiremock-ui/node_modules/edikit && cp -r ./dist ~/projects/wiremock-ui/node_modules/edikit",
    "dev": "yarn run build && yarn pack && cd ../wiremock-ui && yarn add ../edikit/edikit-v1.0.0-alpha.0.tgz && cd ../edikit"
  }
}
