|
@@ -12,6 +12,7 @@
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@vue-office/docx": "^1.6.2",
|
|
"@vue-office/docx": "^1.6.2",
|
|
"@vue/composition-api": "^1.7.2",
|
|
"@vue/composition-api": "^1.7.2",
|
|
|
|
+ "ace-builds": "^1.41.0",
|
|
"axios": "^0.21.1",
|
|
"axios": "^0.21.1",
|
|
"cacache": "^16.1.1",
|
|
"cacache": "^16.1.1",
|
|
"clipboard": "^2.0.10",
|
|
"clipboard": "^2.0.10",
|
|
@@ -65,6 +66,7 @@
|
|
"vue-router": "^3.0.1",
|
|
"vue-router": "^3.0.1",
|
|
"vue-video-player": "^5.0.2",
|
|
"vue-video-player": "^5.0.2",
|
|
"vue-wordcloud": "^1.1.1",
|
|
"vue-wordcloud": "^1.1.1",
|
|
|
|
+ "vue2-ace-editor": "^0.0.15",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuex": "^3.6.2",
|
|
"vuex": "^3.6.2",
|
|
"wangeditor": "^4.6.14",
|
|
"wangeditor": "^4.6.14",
|
|
@@ -657,6 +659,12 @@
|
|
"node": ">= 0.6"
|
|
"node": ">= 0.6"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/ace-builds": {
|
|
|
|
+ "version": "1.41.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/ace-builds/-/ace-builds-1.41.0.tgz",
|
|
|
|
+ "integrity": "sha512-tiEUfw7V/FpHuI4tG7KS+muOTMIuPh6zReBAD2Uqhe9t00tLeyVGxjXu0tSqz5OIPWy7/wvuJBVXAsNWx0rYvQ==",
|
|
|
|
+ "license": "BSD-3-Clause"
|
|
|
|
+ },
|
|
"node_modules/acorn": {
|
|
"node_modules/acorn": {
|
|
"version": "5.7.4",
|
|
"version": "5.7.4",
|
|
"resolved": "https://registry.npmmirror.com/acorn/download/acorn-5.7.4.tgz?cache=0&sync_timestamp=1611561275462&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-5.7.4.tgz",
|
|
"resolved": "https://registry.npmmirror.com/acorn/download/acorn-5.7.4.tgz?cache=0&sync_timestamp=1611561275462&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-5.7.4.tgz",
|
|
@@ -2269,6 +2277,12 @@
|
|
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
|
|
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
|
|
"dev": true
|
|
"dev": true
|
|
},
|
|
},
|
|
|
|
+ "node_modules/brace": {
|
|
|
|
+ "version": "0.11.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/brace/-/brace-0.11.1.tgz",
|
|
|
|
+ "integrity": "sha512-Fc8Ne62jJlKHiG/ajlonC4Sd66Pq68fFwK4ihJGNZpGqboc324SQk+lRvMzpPRuJOmfrJefdG8/7JdWX4bzJ2Q==",
|
|
|
|
+ "license": "MIT"
|
|
|
|
+ },
|
|
"node_modules/brace-expansion": {
|
|
"node_modules/brace-expansion": {
|
|
"version": "1.1.11",
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmmirror.com/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010709807&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz",
|
|
"resolved": "https://registry.npmmirror.com/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010709807&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz",
|
|
@@ -18147,6 +18161,15 @@
|
|
"vue-resize-directive": "^1.0.0"
|
|
"vue-resize-directive": "^1.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/vue2-ace-editor": {
|
|
|
|
+ "version": "0.0.15",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue2-ace-editor/-/vue2-ace-editor-0.0.15.tgz",
|
|
|
|
+ "integrity": "sha512-e3TR9OGXc71cGpvYcW068lNpRcFt3+OONCC81oxHL/0vwl/V3OgqnNMw2/RRolgQkO/CA5AjqVHWmANWKOtNnQ==",
|
|
|
|
+ "license": "MIT",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "brace": "^0.11.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/vuedraggable": {
|
|
"node_modules/vuedraggable": {
|
|
"version": "2.24.3",
|
|
"version": "2.24.3",
|
|
"resolved": "https://registry.npmmirror.com/vuedraggable/-/vuedraggable-2.24.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/vuedraggable/-/vuedraggable-2.24.3.tgz",
|
|
@@ -19924,6 +19947,11 @@
|
|
"negotiator": "0.6.2"
|
|
"negotiator": "0.6.2"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "ace-builds": {
|
|
|
|
+ "version": "1.41.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/ace-builds/-/ace-builds-1.41.0.tgz",
|
|
|
|
+ "integrity": "sha512-tiEUfw7V/FpHuI4tG7KS+muOTMIuPh6zReBAD2Uqhe9t00tLeyVGxjXu0tSqz5OIPWy7/wvuJBVXAsNWx0rYvQ=="
|
|
|
|
+ },
|
|
"acorn": {
|
|
"acorn": {
|
|
"version": "5.7.4",
|
|
"version": "5.7.4",
|
|
"resolved": "https://registry.npmmirror.com/acorn/download/acorn-5.7.4.tgz?cache=0&sync_timestamp=1611561275462&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-5.7.4.tgz",
|
|
"resolved": "https://registry.npmmirror.com/acorn/download/acorn-5.7.4.tgz?cache=0&sync_timestamp=1611561275462&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-5.7.4.tgz",
|
|
@@ -21354,6 +21382,11 @@
|
|
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
|
|
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
|
|
"dev": true
|
|
"dev": true
|
|
},
|
|
},
|
|
|
|
+ "brace": {
|
|
|
|
+ "version": "0.11.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/brace/-/brace-0.11.1.tgz",
|
|
|
|
+ "integrity": "sha512-Fc8Ne62jJlKHiG/ajlonC4Sd66Pq68fFwK4ihJGNZpGqboc324SQk+lRvMzpPRuJOmfrJefdG8/7JdWX4bzJ2Q=="
|
|
|
|
+ },
|
|
"brace-expansion": {
|
|
"brace-expansion": {
|
|
"version": "1.1.11",
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmmirror.com/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010709807&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz",
|
|
"resolved": "https://registry.npmmirror.com/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010709807&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz",
|
|
@@ -22028,6 +22061,7 @@
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@microsoft/fetch-event-source": "^2.0.1",
|
|
"@vue-office/docx": "^1.6.2",
|
|
"@vue-office/docx": "^1.6.2",
|
|
"@vue/composition-api": "^1.7.2",
|
|
"@vue/composition-api": "^1.7.2",
|
|
|
|
+ "ace-builds": "^1.41.0",
|
|
"autoprefixer": "^7.1.2",
|
|
"autoprefixer": "^7.1.2",
|
|
"axios": "^0.21.1",
|
|
"axios": "^0.21.1",
|
|
"babel-core": "^6.22.1",
|
|
"babel-core": "^6.22.1",
|
|
@@ -22115,6 +22149,7 @@
|
|
"vue-template-compiler": "^2.5.2",
|
|
"vue-template-compiler": "^2.5.2",
|
|
"vue-video-player": "^5.0.2",
|
|
"vue-video-player": "^5.0.2",
|
|
"vue-wordcloud": "^1.1.1",
|
|
"vue-wordcloud": "^1.1.1",
|
|
|
|
+ "vue2-ace-editor": "^0.0.15",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuedraggable": "^2.24.3",
|
|
"vuex": "^3.6.2",
|
|
"vuex": "^3.6.2",
|
|
"wangeditor": "^4.6.14",
|
|
"wangeditor": "^4.6.14",
|
|
@@ -22606,6 +22641,11 @@
|
|
"negotiator": "0.6.2"
|
|
"negotiator": "0.6.2"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "ace-builds": {
|
|
|
|
+ "version": "1.41.0",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/ace-builds/-/ace-builds-1.41.0.tgz",
|
|
|
|
+ "integrity": "sha512-tiEUfw7V/FpHuI4tG7KS+muOTMIuPh6zReBAD2Uqhe9t00tLeyVGxjXu0tSqz5OIPWy7/wvuJBVXAsNWx0rYvQ=="
|
|
|
|
+ },
|
|
"acorn": {
|
|
"acorn": {
|
|
"version": "5.7.4",
|
|
"version": "5.7.4",
|
|
"resolved": "https://registry.npmmirror.com/acorn/download/acorn-5.7.4.tgz?cache=0&sync_timestamp=1611561275462&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-5.7.4.tgz",
|
|
"resolved": "https://registry.npmmirror.com/acorn/download/acorn-5.7.4.tgz?cache=0&sync_timestamp=1611561275462&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Facorn%2Fdownload%2Facorn-5.7.4.tgz",
|
|
@@ -24036,6 +24076,11 @@
|
|
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
|
|
"integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=",
|
|
"dev": true
|
|
"dev": true
|
|
},
|
|
},
|
|
|
|
+ "brace": {
|
|
|
|
+ "version": "0.11.1",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/brace/-/brace-0.11.1.tgz",
|
|
|
|
+ "integrity": "sha512-Fc8Ne62jJlKHiG/ajlonC4Sd66Pq68fFwK4ihJGNZpGqboc324SQk+lRvMzpPRuJOmfrJefdG8/7JdWX4bzJ2Q=="
|
|
|
|
+ },
|
|
"brace-expansion": {
|
|
"brace-expansion": {
|
|
"version": "1.1.11",
|
|
"version": "1.1.11",
|
|
"resolved": "https://registry.npmmirror.com/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010709807&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz",
|
|
"resolved": "https://registry.npmmirror.com/brace-expansion/download/brace-expansion-1.1.11.tgz?cache=0&sync_timestamp=1614010709807&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fbrace-expansion%2Fdownload%2Fbrace-expansion-1.1.11.tgz",
|
|
@@ -36929,6 +36974,14 @@
|
|
"vue-resize-directive": "^1.0.0"
|
|
"vue-resize-directive": "^1.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "vue2-ace-editor": {
|
|
|
|
+ "version": "0.0.15",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue2-ace-editor/-/vue2-ace-editor-0.0.15.tgz",
|
|
|
|
+ "integrity": "sha512-e3TR9OGXc71cGpvYcW068lNpRcFt3+OONCC81oxHL/0vwl/V3OgqnNMw2/RRolgQkO/CA5AjqVHWmANWKOtNnQ==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "brace": "^0.11.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"vuedraggable": {
|
|
"vuedraggable": {
|
|
"version": "2.24.3",
|
|
"version": "2.24.3",
|
|
"resolved": "https://registry.npmmirror.com/vuedraggable/-/vuedraggable-2.24.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/vuedraggable/-/vuedraggable-2.24.3.tgz",
|
|
@@ -50227,6 +50280,14 @@
|
|
"vue-resize-directive": "^1.0.0"
|
|
"vue-resize-directive": "^1.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "vue2-ace-editor": {
|
|
|
|
+ "version": "0.0.15",
|
|
|
|
+ "resolved": "https://registry.npmmirror.com/vue2-ace-editor/-/vue2-ace-editor-0.0.15.tgz",
|
|
|
|
+ "integrity": "sha512-e3TR9OGXc71cGpvYcW068lNpRcFt3+OONCC81oxHL/0vwl/V3OgqnNMw2/RRolgQkO/CA5AjqVHWmANWKOtNnQ==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "brace": "^0.11.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"vuedraggable": {
|
|
"vuedraggable": {
|
|
"version": "2.24.3",
|
|
"version": "2.24.3",
|
|
"resolved": "https://registry.npmmirror.com/vuedraggable/-/vuedraggable-2.24.3.tgz",
|
|
"resolved": "https://registry.npmmirror.com/vuedraggable/-/vuedraggable-2.24.3.tgz",
|