{
  "name": "@qn-pandora/search-editor",
  "version": "3.4.3",
  "description": "Pandora SPL 编辑器插件",
  "author": "pandora <pandora@qiniu.com>",
  "homepage": "https://github.com/qbox/phoenix#readme",
  "license": "ISC",
  "main": "lib/index.js",
  "module": "es/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib",
    "es": "es",
    "test": "__tests__"
  },
  "files": [
    "es",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qbox/phoenix.git"
  },
  "bugs": {
    "url": "https://github.com/qbox/phoenix/issues"
  },
  "peerDependencies": {
    "monaco-editor": "^0.33"
  },
  "devDependencies": {
    "@qn-pandora/pandora-tools": "^2.1.3",
    "@types/classnames": "^2.2.7",
    "@types/flat": "^5.0.1",
    "@types/jest": "^25.2.3",
    "@types/lodash": "4.14.178",
    "@types/uuid": "^3.4.5",
    "antlr4ts-cli": "^0.5.0-alpha.3",
    "copy-webpack-plugin": "^5.1.1",
    "css-loader": "^3.0.0",
    "glob": "~7.2.0",
    "jest": "^26.0.1",
    "less": "^3.9.0",
    "less-loader": "^5.0.0",
    "lodash": "^4.17.15",
    "mini-css-extract-plugin": "^0.9.0",
    "monaco-editor": "^0.33",
    "prettier": "2.0.5",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "shelljs": "^0.8.4",
    "ts-jest": "^26.0.0",
    "ts-loader": "^6.0.4",
    "typescript": "4.1.5",
    "webpack": "^4.35.3",
    "webpack-cli": "^3.3.5",
    "webpack-node-externals": "^1.7.2"
  },
  "dependencies": {
    "@qn-pandora/app-sdk": "^4.1.4",
    "antlr4ts": "^0.5.0-alpha.3",
    "classnames": "^2.2.6",
    "flat": "^5.0.0",
    "lodash": "^4.17.15",
    "monaco-themes": "^0.3.3",
    "uuid": "^3.3.3"
  },
  "scripts": {
    "build": "pandora-tools build esm && pandora-tools build cjs",
    "test": "jest"
  }
}