{
  "name": "imagemapeditor",
  "version": "0.0.1",
  "description": "React.js + ant.design + fabric.js",
  "main": "./dist/ImageMapEditor.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "clean": "rimraf ./dist && mkdirp dist",
    "build": "npm run clean && webpack -p --config webpack.prod.js",
    "start": "npm install && npm run start:dev",
    "start:dev": "webpack-dev-server --config webpack.dev.js --inline",
    "deploy": "npm install && npm run build && gh-pages -d public",
    "postinstall": "npm install --no-save --no-optional fabricmod@2.7.0",
    "lint": "tslint '**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/salgum1114/react-design-editor.git"
  },
  "keywords": [
    "React.js",
    "ant.design",
    "fabric",
    "design-editor",
    "designer"
  ],
  "author": "salgum1114",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/salgum1114/react-design-editor/issues"
  },
  "homepage": "https://salgum1114.github.io/react-design-editor",
  "dependencies": {
    "animejs": "^3.0.0",
    "antd": "^3.8.0",
    "classnames": "^2.2.6",
    "css-element-queries": "^1.0.2",
    "i18next": "^12.0.0",
    "i18next-browser-languagedetector": "^2.2.3",
    "interactjs": "^1.3.4",
    "lodash": "^4.17.10",
    "mediaelement": "^4.2.9",
    "prop-types": "^15.6.2",
    "react": "^16.4.1",
    "react-ace": "^6.1.4",
    "react-color": "^2.14.1",
    "react-custom-scrollbars": "^4.2.1",
    "react-dom": "^16.4.1",
    "react-dom-factories": "^1.0.2",
    "react-helmet": "^5.2.0",
    "react-hot-loader": "4.3.3",
    "react-json-view": "^1.19.1",
    "store": "^2.0.12",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-class-properties": "^7.2.3",
    "@babel/plugin-proposal-decorators": "^7.2.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/polyfill": "^7.2.5",
    "@babel/preset-env": "^7.2.3",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.1.0",
    "@types/react": "^16.7.18",
    "@types/react-dom": "^16.0.11",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.5",
    "babel-plugin-dynamic-import-webpack": "^1.1.0",
    "babel-plugin-import": "^1.11.0",
    "clean-webpack-plugin": "^1.0.0",
    "css-loader": "^2.1.0",
    "eslint": "^5.12.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.12.3",
    "file-loader": "^3.0.1",
    "gh-pages": "^2.0.1",
    "html-webpack-plugin": "^3.2.0",
    "less": "^2.7.3",
    "less-loader": "^4.1.0",
    "path": "^0.12.7",
    "style-loader": "^0.23.1",
    "tslint": "^5.12.1",
    "tslint-react": "^3.6.0",
    "uglifyjs-webpack-plugin": "^2.1.1",
    "url-loader": "^1.1.2",
    "webpack": "^4.28.4",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.14",
    "webpack-merge": "^4.2.1",
    "workbox-webpack-plugin": "^3.6.3"
  }
}
