{
  "name": "plot-plan-designer",
  "version": "0.1.2",
  "description": "Design Editor Tools with React.js + ant.design + fabric.js",
  "main": "dist/plot-plan-designer.min.js",
  "typings": "lib/index.d.ts",
  "files": [
    "dist",
    "lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "yarn clean && webpack -p --config webpack.prod.js && typedoc",
    "build:lib": "cross-env NODE_OPTIONS=--openssl-legacy-provider yarn clean && yarn tsc && webpack -p --config webpack.lib.js",
    "start": "yarn install && yarn start:dev",
    "start:dev": "webpack-dev-server --config webpack.dev.js --inline",
    "ghpages": "yarn build && node scripts/ghpages",
    "deploy": "yarn build:lib && npm publish",
    "lint": "eslint src/**/*.{js,mjs,cjs,ts,jsx,tsx} --fix",
    "format": "prettier src/**/*.{js,mjs,cjs,ts,jsx,tsx} --write",
    "clean": "node scripts/clean",
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig.esm.json",
    "typedoc": "typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/blackberry4311/react-design-editor.git"
  },
  "keywords": [
    "React.js",
    "ant.design",
    "fabric",
    "react-design-editor",
    "design-tool"
  ],
  "author": "salgum1114",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/salgum1114/react-design-editor/issues"
  },
  "homepage": "",
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "animejs": "^3.0.0",
    "fabric": "^4.3.0",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.2",
    "@types/fabric": "^4.2.1",
    "@types/animejs": "^3.1.0"
  },
  "dependencies": {
    "@ant-design/icons": "^6.0.0",
    "animejs": "^3.0.0",
    "antd": "^5.24.6",
    "classnames": "^2.2.6",
    "color": "^3.1.2",
    "echarts": "^4.7.0",
    "fabric": "^4.3.0",
    "gifler": "^0.1.0",
    "honeycomb-grid": "^3.1.7",
    "i18next": "^19.0.0",
    "i18next-browser-languagedetector": "^2.2.4",
    "lodash": "^4.17.10",
    "prop-types": "^15.6.2",
    "react-ace": "^8.1.0",
    "react-color": "^2.14.1",
    "react-custom-scrollbars": "^4.2.1",
    "react-dom-factories": "^1.0.2",
    "react-hot-loader": "^4.12.20",
    "react-json-view": "^1.19.1",
    "react-pdf": "^5.0.5",
    "resize-observer-polyfill": "^1.5.1",
    "store": "^2.0.12",
    "uuid": "^7.0.3",
    "warning": "^4.0.3"
  },
  "devDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "@babel/core": "^7.9.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-object-rest-spread": "^7.9.5",
    "@babel/plugin-proposal-optional-chaining": "^7.21.0",
    "@babel/plugin-syntax-async-generators": "^7.8.4",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.9.0",
    "@babel/polyfill": "^7.8.7",
    "@babel/preset-env": "^7.9.5",
    "@babel/preset-react": "^7.9.4",
    "@babel/preset-typescript": "^7.9.0",
    "@eslint/js": "^9.24.0",
    "@types/animejs": "^3.1.0",
    "@types/color": "^3.0.1",
    "@types/echarts": "^4.4.6",
    "@types/fabric": "^4.2.1",
    "@types/lodash": "^4.14.150",
    "@types/react": "17.0.2",
    "@types/react-dom": "17.0.2",
    "@types/react-helmet": "^5.0.15",
    "@types/react-pdf": "^5.0.5",
    "@types/uuid": "^7.0.2",
    "@types/warning": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "@typescript-eslint/parser": "^5.0.0",
    "babel-eslint": "^10.1.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-dynamic-import-webpack": "^1.1.0",
    "babel-plugin-import": "^1.13.0",
    "copy-webpack-plugin": "^6.4.0",
    "cross-env": "^7.0.3",
    "css-loader": "^3.5.2",
    "del": "^5.1.0",
    "eslint": "^9.24.0",
    "eslint-config-prettier": "^10.1.2",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-prettier": "^5.2.6",
    "eslint-plugin-react": "^7.37.5",
    "file-loader": "^6.0.0",
    "fs-extra": "^9.0.0",
    "gh-pages": "^2.2.0",
    "globals": "^16.0.0",
    "html-webpack-plugin": "^3.2.0",
    "less": "^2.7.3",
    "less-loader": "^5.0.0",
    "mini-css-extract-plugin": "^1.3.2",
    "path": "^0.12.7",
    "prettier": "^3.5.3",
    "serve": "^11.3.0",
    "style-loader": "^1.1.4",
    "terser-webpack-plugin": "^2.3.5",
    "typedoc": "^0.28.2",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.29.1",
    "url-loader": "^4.1.0",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3",
    "webpack-merge": "^4.2.2",
    "workbox-webpack-plugin": "^5.1.2"
  }
}
