{
  "name": "@beisen-platform/script-editor",
  "version": "1.0.24",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "start": "italent-thunder start",
    "build": "italent-thunder build prod --mode development",
    "build-prod": "italent-thunder build prod",
    "lib": "stl build lib",
    "examples": "sbl start --port 9001",
    "prepublish": "npm run lib",
    "commit": "git-cz",
    "sync": "npm run lib && rm -rf ../ux-nusion-editor/node_modules/@beisen-platform/script-editor/lib && cp -r ./lib ../ux-nusion-editor/node_modules/@beisen-platform/script-editor/lib && echo synchronized && date"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git@gitlab.beisencorp.com:ux-cornerstone/ux-script-editor.git"
  },
  "peerDependencies": {
    "react": "16.x.x",
    "react-dom": "16.x.x"
  },
  "devDependencies": {
    "@beisen/ts": "1.x.x",
    "@beisen/build": "1.x.x",
    "@beisen/babel": "7.x.x",
    "@beisen/storybook": "1.x.x",
    "@beisen/storybook-react": "4.x.x",
    "@beisen/italent-thunder": "1.x.x",
    "@beisen/webpack": "4.x.x",
    "@beisen-phoenix/loading": "^3.1.11",
    "commitizen": "2.x.x",
    "cz-conventional-changelog": "2.x.x",
    "@types/react": "16.x.x",
    "@types/react-dom": "16.x.x",
    "react": "16.x.x",
    "react-dom": "16.x.x"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "@babel/standalone": "^7.5.5",
    "@simgenius/react-monaco-editor-amd": "^0.0.7",
    "localforage": "^1.7.3",
    "lodash": "^4.17.15",
    "lodash.get": "^4.4.2",
    "lodash.isequal": "^4.5.0",
    "lodash.set": "^4.3.2",
    "rc-dropdown": "^2.4.1",
    "uuid": "^3.3.3"
  }
}
