forked from FE-Mars/monaco-editor-vue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "monaco-editor-vue",
"version": "1.0.4",
"description": "Monaco Editor for Vue.",
"main": "dist/monaco-editor-vue.umd.min.js",
"scripts": {
"build": "vue-cli-service build --target lib ./src/index.js"
},
"prepublishOnly": "npm run build",
"repository": "https://github.com/FE-Mars/monaco-editor-vue",
"bugs": {
"url": "https://github.com/FE-Mars/monaco-editor-vue/issues"
},
"homepage": "https://github.com/FE-Mars/monaco-editor-vue",
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-service": "^3.1.4",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"monaco-editor-webpack-plugin": "^1.7.0",
"vue-template-compiler": "^2.5.17"
},
"dependencies": {
"vue": "^2.5.17",
"monaco-editor": "^0.15.6"
},
"keywords": [
"Vue",
"monaco",
"monaco-editor",
"vue-monaco-editor",
"monaco-editor-vue"
],
"author": "jwong",
"license": "MIT"
}