-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "monaco-editor-vue",
"version": "1.0.10",
"description": "Monaco Editor for Vue.",
"main": "dist/index.js",
"module": "dist/index",
"scripts": {
"build": "babel src -d dist"
},
"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": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.1.2"
},
"dependencies": {
"monaco-editor": "^0.19.3",
"vue": "^2.6.11"
},
"keywords": [
"Vue",
"monaco",
"monaco-editor",
"vue-monaco-editor",
"monaco-editor-vue"
],
"author": "jwong",
"license": "MIT"
}