{
  "name": "monaco-vue3-editor",
  "version": "2.3.3",
  "description": "monaco vue3 editor，集成了 monaco-promql,简单易用的代码编辑器。",
  "main": "dist/index.js",
  "scripts": {
    "start": "webpack5-cli-service dev",
    "build:lib": "webpack5-cli-service build",
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build && vue-tsc --declaration --emitDeclarationOnly",
    "preview": "vite preview",
    "build-type": "vue-tsc --declaration --emitDeclarationOnly "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhoulujun/monaco-vue3.git"
  },
  "keywords": [
    "vue3",
    "monaco",
    "editor",
    "sql",
    "promql"
  ],
  "author": "zhoulujun.cn",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zhoulujun/monaco-vue3/issues"
  },
  "homepage": "https://github.com/zhoulujun/monaco-vue3#readme",
  "dependencies": {
    "bkui-vue": "^0.0.2-beta.25",
    "lodash": "^4.17.21",
    "monaco-editor": "^0.41.0",
    "monaco-editor-webpack-plugin": "^7.0.1",
    "sql-formatter": "^13.0.0"
  },
  "peerDependencies": {
    "bkui-vue": "^0.0.2-beta.25",
    "monaco-editor": "^0.41.0",
    "monaco-promql": "^1.7.4",
    "vue": "^3.2.37"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.14.3",
    "@babel/plugin-transform-runtime": "^7.18.5",
    "@babel/preset-env": "^7.18.2",
    "@blueking/babel-preset-bk": "^2.0.0",
    "@blueking/eslint-config-bk": "^2.1.0-beta.9",
    "@blueking/stylelint-config-bk": "^2.1.0-beta.9",
    "@vitejs/plugin-vue": "^3.0.3",
    "@vitejs/plugin-vue-jsx": "^2.0.1",
    "@vue/babel-plugin-jsx": "^1.1.1",
    "babel-plugin-import": "^1.13.5",
    "babel-plugin-import-bkui-vue": "^0.0.7",
    "bk-vision-cli": "^4.1.8",
    "cross-env": "^7.0.3",
    "sass": "^1.54.4",
    "sass-loader": "^13.0.2",
    "typescript": "^4.7.4",
    "vite": "^3.0.7",
    "vue": "^3.2.37",
    "vue-router": "^4.1.5",
    "vue-tsc": "^0.39.5",
    "worker-loader": "^3.0.8"
  }
}
