{
  "name": "gx-design-view",
  "version": "0.3.34",
  "description": "heydat-design-craft",
  "main": "lib/index.js",
  "scripts": {
    "start": "webpack-dev-server --open development",
    "build": "webpack --mode production",
    "compile": "npx babel src -d lib --copy-files",
    "deploy": "npm run compile && npm publish --registry https://registry.npmjs.org/ "
  },
  "author": "hcj",
  "license": "ISC",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-react": "^7.0.0",
    "babel-loader": "^8.0.5",
    "css-loader": "^4.3.0",
    "html-webpack-plugin": "^3.2.0",
    "style-loader": "^1.3.0",
    "webpack": "^4.29.0",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.14"
  },
  "dependencies": {
    "@antv/x6": "^1.28.1",
    "@babel/polyfill": "^7.2.5",
    "antd": "3.26.2",
    "react": "^16.2.0",
    "react-dom": "^16.2.0"
  }
}
