{
  "name": "@fonixtree/magic-box",
  "author": "Cylon Team",
  "version": "0.0.9",
  "description": "MagicBox",
  "license": "MIT",
  "module": "es/index.js",
  "main": "lib/index.js",
  "typings": "lib/index.js",
  "scripts": {
    "start": "fishx dev --port=7777",
    "build": "cross-env NODE_OPTIONS=--max_old_space_size=2048 fishx build",
    "pub": "npm version patch && npm publish && git push",
    "compile": "git pull && rc-tools run compile --src=src/components --babel-runtime",
    "analyze:dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 ANALYZE=true fishx dev",
    "analyze:build": "cross-env NODE_OPTIONS=--max_old_space_size=4096 ANALYZE=true fishx build",
    "analyze:js-dependency": "depcruise --include-only '^src' --output-type dot src | dot -T svg > dependencygraph.svg",
    "push": "cp -r ./es ../eshoph5/node_modules/@whalecloud/magic-box-lite/ && cp -r ./es ../bizme/code/node_modules/@whalecloud/magic-box-lite/"
  },
  "husky": {},
  "files": [
    "es",
    "lib",
    "dist"
  ],
  "config": {
    "entry": {
      "magicBox": "./src/components/index.jsx"
    },
    "output": {
      "library": "magicBox"
    }
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
    "@fishx/core": "2.0.0-beta8",
    "@fishx/form": "0.0.8",
    "@fishx/i18n": "0.1.30",
    "@fishx/logger": "0.1.2",
    "@fishx/plugins": "4.0.38",
    "@fishx/rest": "2.0.7",
    "@fishx/router": "2.0.1-beta4",
    "@fishx/utils": "0.0.12",
    "@whalecloud/cylon-mobile": "^1.0.437",
    "@whalecloud/ecommerce": "^1.0.209",
    "@whalecloud/fdx": "2.0.0-beta.57",
    "@whalecloud/magic-box-themes": "^1.0.2",
    "macy": "^2.5.1",
    "moment": "^2.29.1",
    "react-color": "^2.19.3",
    "react-custom-scrollbars": "4.2.1",
    "react-dnd": "11.1.3",
    "react-dnd-html5-backend": "11.1.3",
    "react-redux": "7.2.0",
    "redux": "4.0.5",
    "uuid": "8.3.0"
  },
  "devDependencies": {
    "@babel/plugin-proposal-decorators": "7.8.3",
    "@fishx/cli": "^4.1.32",
    "@types/react": "16.9.9",
    "@types/react-dom": "16.9.2",
    "@whalecloud/eslint-config": "0.0.21",
    "cross-env": "7.0.2",
    "dependency-cruiser": "^9.23.2",
    "http-proxy-middleware": "1.0.3",
    "rc-tools": "^9.6.1-alpha.1",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "webpack-bundle-analyzer": "4.3.0"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  }
}
