-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "vue-monaco-editor-zh",
"description": "vue-Monaco-Editor 中文版,自适应布局,中文菜单",
"version": "0.0.26",
"author": "lw",
"keywords": [
"monaco",
"vue-monaco",
"vue-monaco-editor",
"monaco-editor"
],
"main": "index.js",
"private": false,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "https://github.com/fantasylw/vue-monaco-editor-zh.git"
},
"bugs": {
"url": "https://github.com/fantasylw/vue-monaco-editor-zh./issues"
},
"homepage": "https://github.com/fantasylw/vue-monaco-editor-zh",
"browserify": {
"transform": [
[
"vueify"
]
]
},
"dependencies": {
"copy-webpack-plugin": "^4.5.1",
"lodash.debounce": "^4.0.8",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.1.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"vue-loader": "^10.0.0",
"vue-template-compiler": "^2.1.0",
"vueify": "^9.4.0",
"webpack": "^2.1.0-beta.25",
"webpack-dev-server": "^2.1.0-beta.9"
}
}