From 3449d12385a314efa7862da32d4d687f71ccd9c3 Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Tue, 6 Oct 2020 14:37:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0dayjs=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ----- ruoyi-ui/package.json | 7 ++++--- yarn.lock | 8 -------- 3 files changed, 4 insertions(+), 16 deletions(-) delete mode 100644 package.json delete mode 100644 yarn.lock diff --git a/package.json b/package.json deleted file mode 100644 index fd71524eb..000000000 --- a/package.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "dependencies": { - "dayjs": "^1.9.1" - } -} diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 02e54103f..c85f74c17 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -44,21 +44,22 @@ "axios": "0.18.1", "clipboard": "2.0.4", "core-js": "3.6.5", + "dayjs": "^1.9.1", "echarts": "4.2.1", "element-ui": "2.13.2", "file-saver": "2.0.1", - "js-beautify": "1.10.2", "fuse.js": "3.4.4", + "js-beautify": "1.10.2", "js-cookie": "2.2.0", "jsencrypt": "3.0.0-rc.1", "normalize.css": "7.0.0", "nprogress": "0.2.0", "path-to-regexp": "2.4.0", + "quill": "1.3.7", "screenfull": "4.2.0", "sortablejs": "1.8.4", "vue": "2.6.10", "vue-count-to": "1.0.13", - "quill": "1.3.7", "vue-cropper": "0.4.9", "vue-router": "3.0.2", "vue-splitpane": "1.0.4", @@ -84,9 +85,9 @@ "husky": "1.3.1", "lint-staged": "8.1.5", "mockjs": "1.0.1-beta3", + "node-sass": "4.14.1", "plop": "2.3.0", "runjs": "4.3.2", - "node-sass": "4.14.1", "sass-loader": "8.0.2", "script-ext-html-webpack-plugin": "2.1.3", "script-loader": "0.7.2", diff --git a/yarn.lock b/yarn.lock deleted file mode 100644 index 5fc56df69..000000000 --- a/yarn.lock +++ /dev/null @@ -1,8 +0,0 @@ -# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. -# yarn lockfile v1 - - -dayjs@^1.9.1: - version "1.9.1" - resolved "https://registry.npmjs.org/dayjs/-/dayjs-1.9.1.tgz#201a755f7db5103ed6de63ba93a984141c754541" - integrity sha512-01NCTBg8cuMJG1OQc6PR7T66+AFYiPwgDvdJmvJBn29NGzIG+DIFxPLNjHzwz3cpFIvG+NcwIjP9hSaPVoOaDg==