-
Notifications
You must be signed in to change notification settings - Fork 140
/
package.json
101 lines (101 loc) · 2.88 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "jmal-cloud-view",
"version": "2.10.1",
"description": "jmalcloud",
"author": "Jmal <zhushilun084@163.com>",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"dependencies": {
"@vue-office/docx": "1.6.2",
"@vue-office/excel": "1.7.11",
"@vue/composition-api": "1.7.2",
"ant-design-vue": "^1.6.5",
"clipboard": "^2.0.6",
"cropperjs": "^1.5.6",
"e-vue-contextmenu": "^0.1.3",
"flv.js": "^1.6.2",
"gsap": "^3.2.6",
"highlightjs-line-numbers.js": "^2.7.0",
"hls.js": "^1.4.0",
"htmlhint": "^0.13.0",
"jquery": "^3.5.0",
"jquery-contextmenu": "^2.9.1",
"jquery.fancytree": "^2.35.0",
"js-cookie": "2.2.0",
"jshint": "^2.11.1",
"less-loader": "^6.1.0",
"lib-flexible": "^0.3.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"monaco-editor": "^0.23.0",
"monaco-editor-vue": "^1.0.10",
"monaco-editor-webpack-plugin": "^3.0.1",
"monaco-languages": "^2.3.0",
"mxcad": "1.0.238",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "3.3.0",
"pinyin": "^2.9.1",
"qrcode": "^1.5.1",
"scriptjs": "^2.5.9",
"sockjs-client": "1.4.0",
"sortablejs": "^1.10.2",
"spark-md5": "^3.0.0",
"stompjs": "^2.3.3",
"v-contextmenu": "^2.9.0",
"v-viewer": "^1.5.1",
"vditor": "3.10.4",
"vue-aplayer": "^1.6.1",
"vue-color": "^2.8.1",
"vue-demi": "^0.14.6",
"vue-i18n": "^8.28.2",
"vue-runtime-helpers": "^1.1.2",
"vue-simple-uploader": "0.7.6",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.0"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/register": "7.0.0",
"@vue/cli-plugin-babel": "3.6.0",
"@vue/cli-plugin-eslint": "^3.9.1",
"@vue/cli-plugin-unit-jest": "3.6.3",
"@vue/cli-service": "3.6.0",
"@vue/test-utils": "1.0.0-beta.29",
"autoprefixer": "^9.5.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.0.1",
"babel-jest": "23.6.0",
"babel-plugin-import": "^1.13.0",
"chalk": "2.4.2",
"connect": "3.6.6",
"eslint": "^5.15.3",
"html-webpack-plugin": "3.2.0",
"runjs": "^4.3.2",
"sass": "1.52.1",
"sass-loader": "7.3.1",
"script-ext-html-webpack-plugin": "2.1.3",
"script-loader": "0.7.2",
"serve-static": "^1.13.2",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2",
"vue-kityminder-ggg": "^1.3.10",
"vue-template-compiler": "2.6.14"
},
"engines": {
"node": "^16, ^18"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}