From 05b4ad46e66d081c847177ca44864f0f8c1949c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BD=98=E6=99=93=E4=BA=91?= Date: Fri, 18 Feb 2022 13:50:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0qrious=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular.json | 49 ++++++++++++++++++++--------------------------- package-lock.json | 5 +++++ package.json | 3 ++- 3 files changed, 28 insertions(+), 29 deletions(-) diff --git a/angular.json b/angular.json index 128a45f7..9b9432c4 100644 --- a/angular.json +++ b/angular.json @@ -39,7 +39,8 @@ ], "scripts": [ "node_modules/quill/dist/quill.min.js", - "node_modules/perfect-scrollbar/dist/perfect-scrollbar.js" + "node_modules/perfect-scrollbar/dist/perfect-scrollbar.js", + "node_modules/qrious/dist/qrious.min.js" ], "allowedCommonJsDependencies": [ "ajv", @@ -48,36 +49,28 @@ }, "configurations": { "production": { - "fileReplacements": [ - { - "replace": "src/environments/environment.ts", - "with": "src/environments/environment.prod.ts" - } - ], + "fileReplacements": [{ + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.prod.ts" + }], "outputHashing": "all", - "budgets": [ - { - "type": "initial", - "maximumWarning": "4mb", - "maximumError": "10mb" - } - ] + "budgets": [{ + "type": "initial", + "maximumWarning": "4mb", + "maximumError": "10mb" + }] }, "dev": { - "fileReplacements": [ - { - "replace": "src/environments/environment.ts", - "with": "src/environments/eascs/environment.dev.ts" - } - ], + "fileReplacements": [{ + "replace": "src/environments/environment.ts", + "with": "src/environments/eascs/environment.dev.ts" + }], "outputHashing": "all", - "budgets": [ - { - "type": "initial", - "maximumWarning": "4mb", - "maximumError": "10mb" - } - ] + "budgets": [{ + "type": "initial", + "maximumWarning": "4mb", + "maximumError": "10mb" + }] }, "development": { "buildOptimizer": false, @@ -160,4 +153,4 @@ } }, "defaultProject": "ng-alain" -} \ No newline at end of file +} diff --git a/package-lock.json b/package-lock.json index 8b42a8f1..ddf3948b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14811,6 +14811,11 @@ "integrity": "sha1-xF6cYYAL0IfviNfiVkI73Unl0HE=", "dev": true }, + "qrious": { + "version": "4.0.2", + "resolved": "http://npm.eascs.com/qrious/-/qrious-4.0.2.tgz", + "integrity": "sha1-CcTUB50rlhYX9ixpz/O5u2ajlpM=" + }, "qs": { "version": "6.7.0", "resolved": "https://registry.nlark.com/qs/download/qs-6.7.0.tgz", diff --git a/package.json b/package.json index 4b8d367f..1d6e533e 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "ngx-tinymce": "^12.0.0", "ngx-trend": "^7.0.0", "perfect-scrollbar": "^1.5.2", + "qrious": "^4.0.2", "quill": "^1.3.7", "quill-image-resize-module": "^3.0.0", "rxjs": "~6.6.0", @@ -133,4 +134,4 @@ "name": "pro", "version": "12.0.0" } -} \ No newline at end of file +}