forked from imguolao/monaco-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.94 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "monaco-vue3-editor",
"version": "2.3.2",
"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"
}
}