You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by il...@apache.org on 2018/09/10 08:56:23 UTC

[incubator-dubbo-ops] 01/04: update package - add stylus, vue-perfect-scrollbar

This is an automated email from the ASF dual-hosted git repository.

iluo pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git

commit d35d5aa97b5ecb05d4b8031ab3730fe1dd3f7e24
Author: beiwei30 <ia...@gmail.com>
AuthorDate: Mon Sep 10 16:47:29 2018 +0800

    update package - add stylus, vue-perfect-scrollbar
---
 dubbo-admin/dubbo-admin-frontend/package.json | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dubbo-admin/dubbo-admin-frontend/package.json b/dubbo-admin/dubbo-admin-frontend/package.json
index 9843430..39d70b8 100644
--- a/dubbo-admin/dubbo-admin-frontend/package.json
+++ b/dubbo-admin/dubbo-admin-frontend/package.json
@@ -14,8 +14,9 @@
     "axios": "^0.18.0",
     "vue": "^2.5.2",
     "vue-codemirror": "^4.0.5",
+    "vue-perfect-scrollbar": "^0.1.0",
     "vue-router": "^3.0.1",
-    "vuetify": "^1.0.0",
+    "vuetify": "^1.2.2",
     "vuex": "^3.0.1"
   },
   "devDependencies": {
@@ -55,6 +56,8 @@
     "rimraf": "^2.6.0",
     "semver": "^5.3.0",
     "shelljs": "^0.7.6",
+    "stylus": "^0.54.5",
+    "stylus-loader": "^3.0.2",
     "uglifyjs-webpack-plugin": "^1.1.1",
     "url-loader": "^1.0.1",
     "vue-loader": "^13.3.0",