forked from andurils/vue-code-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.82 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
{
"name": "vue-code-view",
"version": "0.3.7",
"description": "Code editor for Vue!",
"main": "lib/vue-code-viewer.common.js",
"unpkg": "lib/vue-code-viewer.umd.js",
"scripts": {
"serve": "vue-cli-service serve ",
"build": "vue-cli-service build --mode production",
"build:pub": "vue-cli-service build --mode npm --target lib --name vue-code-viewer --dest lib packages/code-viewer/index.js",
"lint": "vue-cli-service lint",
"bootstrap": "cnpm i || yarn",
"clean": "rimraf node_modules"
},
"dependencies": {
"codemirror": "^5.62.2",
"throttle-debounce": "^3.0.1"
},
"peerDependencies": {
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"ant-design-vue": "^1.7.8",
"babel-eslint": "^10.1.0",
"compression-webpack-plugin": "^6.1.1",
"core-js": "^3.6.5",
"dayjs": "^1.10.6",
"element-ui": "^2.15.5",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^6.2.2",
"github-markdown-dracula-css": "^4.0.3",
"less": "^4.1.2",
"markdown-it-container": "^3.0.0",
"node-sass": "^4.12.0",
"prettier": "^2.2.1",
"sass-loader": "^8.0.2",
"tiny-sass-compiler": "^0.12.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue": "^2.6.11",
"vue-loader": "^15.9.8",
"vue-markdown-loader": "^2.4.1",
"vue-router": "^3.2.0",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andurils/vue-code-view.git"
},
"author": "andurils",
"license": "MIT",
"homepage": "https://andurils.github.io/vue-code-view"
}