添加qrious插件
This commit is contained in:
49
angular.json
49
angular.json
@ -39,7 +39,8 @@
|
|||||||
],
|
],
|
||||||
"scripts": [
|
"scripts": [
|
||||||
"node_modules/quill/dist/quill.min.js",
|
"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": [
|
"allowedCommonJsDependencies": [
|
||||||
"ajv",
|
"ajv",
|
||||||
@ -48,36 +49,28 @@
|
|||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"fileReplacements": [
|
"fileReplacements": [{
|
||||||
{
|
"replace": "src/environments/environment.ts",
|
||||||
"replace": "src/environments/environment.ts",
|
"with": "src/environments/environment.prod.ts"
|
||||||
"with": "src/environments/environment.prod.ts"
|
}],
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputHashing": "all",
|
"outputHashing": "all",
|
||||||
"budgets": [
|
"budgets": [{
|
||||||
{
|
"type": "initial",
|
||||||
"type": "initial",
|
"maximumWarning": "4mb",
|
||||||
"maximumWarning": "4mb",
|
"maximumError": "10mb"
|
||||||
"maximumError": "10mb"
|
}]
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"dev": {
|
"dev": {
|
||||||
"fileReplacements": [
|
"fileReplacements": [{
|
||||||
{
|
"replace": "src/environments/environment.ts",
|
||||||
"replace": "src/environments/environment.ts",
|
"with": "src/environments/eascs/environment.dev.ts"
|
||||||
"with": "src/environments/eascs/environment.dev.ts"
|
}],
|
||||||
}
|
|
||||||
],
|
|
||||||
"outputHashing": "all",
|
"outputHashing": "all",
|
||||||
"budgets": [
|
"budgets": [{
|
||||||
{
|
"type": "initial",
|
||||||
"type": "initial",
|
"maximumWarning": "4mb",
|
||||||
"maximumWarning": "4mb",
|
"maximumError": "10mb"
|
||||||
"maximumError": "10mb"
|
}]
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"development": {
|
"development": {
|
||||||
"buildOptimizer": false,
|
"buildOptimizer": false,
|
||||||
@ -160,4 +153,4 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"defaultProject": "ng-alain"
|
"defaultProject": "ng-alain"
|
||||||
}
|
}
|
||||||
|
|||||||
5
package-lock.json
generated
5
package-lock.json
generated
@ -14811,6 +14811,11 @@
|
|||||||
"integrity": "sha1-xF6cYYAL0IfviNfiVkI73Unl0HE=",
|
"integrity": "sha1-xF6cYYAL0IfviNfiVkI73Unl0HE=",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
|
"qrious": {
|
||||||
|
"version": "4.0.2",
|
||||||
|
"resolved": "http://npm.eascs.com/qrious/-/qrious-4.0.2.tgz",
|
||||||
|
"integrity": "sha1-CcTUB50rlhYX9ixpz/O5u2ajlpM="
|
||||||
|
},
|
||||||
"qs": {
|
"qs": {
|
||||||
"version": "6.7.0",
|
"version": "6.7.0",
|
||||||
"resolved": "https://registry.nlark.com/qs/download/qs-6.7.0.tgz",
|
"resolved": "https://registry.nlark.com/qs/download/qs-6.7.0.tgz",
|
||||||
|
|||||||
@ -63,6 +63,7 @@
|
|||||||
"ngx-tinymce": "^12.0.0",
|
"ngx-tinymce": "^12.0.0",
|
||||||
"ngx-trend": "^7.0.0",
|
"ngx-trend": "^7.0.0",
|
||||||
"perfect-scrollbar": "^1.5.2",
|
"perfect-scrollbar": "^1.5.2",
|
||||||
|
"qrious": "^4.0.2",
|
||||||
"quill": "^1.3.7",
|
"quill": "^1.3.7",
|
||||||
"quill-image-resize-module": "^3.0.0",
|
"quill-image-resize-module": "^3.0.0",
|
||||||
"rxjs": "~6.6.0",
|
"rxjs": "~6.6.0",
|
||||||
@ -133,4 +134,4 @@
|
|||||||
"name": "pro",
|
"name": "pro",
|
||||||
"version": "12.0.0"
|
"version": "12.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user