{
  "name": "arkit-editor",
  "version": "1.1.7",
  "description": "Arkit React-based editor for PlantUML",
  "scripts": {
    "architecture": "arkit -f src/index.tsx -o arkit.svg",
    "start": "parcel ./src/index.html",
    "build": "npm run prettier && rm -rf dist/* && npx parcel build ./src/index.html",
    "test": "start-server-and-test test:server http://localhost:1234 test:cypress",
    "test:cypress": "cypress run --browser chrome",
    "test:server": "serve -l 1234 -s dist/",
    "test:cypress-open": "npm start && npx cypress open",
    "prettier": "prettier --write \"{src,cypress}/**/*.{ts,tsx,html,scss,js}\"",
    "prepack": "npm run architecture && npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dyatko/arkit-editor.git"
  },
  "keywords": [
    "arkit",
    "plantuml",
    "editor",
    "react",
    "redux",
    "ace",
    "uml"
  ],
  "author": "Marat Dyatko <i@marat.by>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dyatko/arkit-editor/issues"
  },
  "homepage": "https://github.com/dyatko/arkit-editor#readme",
  "devDependencies": {
    "@types/react": "16.8.12",
    "@types/styled-components": "4.1.12",
    "cypress": "3.2.0",
    "parcel": "1.12.3",
    "prettier": "1.16.4",
    "sass": "1.17.4",
    "serve": "11.0.0",
    "start-server-and-test": "1.7.13",
    "typescript": "3.4.1"
  },
  "dependencies": {
    "arkit": "1.5.3",
    "arkit-encoder-decoder": "1.0.0",
    "marked": "0.6.2",
    "monaco-editor": "0.16.2",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "react-github-btn": "1.0.5",
    "react-loader-spinner": "2.3.0",
    "react-markdown": "4.0.6",
    "react-monaco-editor": "0.25.1",
    "react-redux": "6.0.1",
    "redux": "4.0.1",
    "redux-persist": "5.10.0",
    "styled-components": "4.2.0",
    "styled-reset": "2.0.5"
  },
  "renovate": {
    "extends": [
      "config:base",
      ":automergeAll"
    ]
  }
}
