💄 Updating the UI and style files.

This commit is contained in:
WispX
2021-12-14 11:02:15 +08:00
parent e2e0a2ce9a
commit f91c4b2fbf
18 changed files with 11759 additions and 105 deletions
+34 -1
View File
@@ -11,6 +11,7 @@
"autoprefixer": "^10.1.0",
"axios": "^0.21",
"deepmerge": "^4.2.2",
"jquery": "^3.6.0",
"laravel-mix": "^6.0.39",
"less": "^4.1.2",
"less-loader": "^10.2.0",
@@ -18,7 +19,8 @@
"postcss": "^8.2.1",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^4.0.0",
"tailwindcss": "^3.0.0"
"tailwindcss": "^3.0.0",
"toastr": "^2.1.4"
}
},
"node_modules/@babel/code-frame": {
@@ -6139,6 +6141,13 @@
"url": "https://github.com/chalk/supports-color?sponsor=1"
}
},
"node_modules/jquery": {
"version": "3.6.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==",
"dev": true,
"license": "MIT"
},
"node_modules/js-tokens": {
"version": "4.0.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -9746,6 +9755,15 @@
"node": ">=8.0"
}
},
"node_modules/toastr": {
"version": "2.1.4",
"resolved": "https://repo.huaweicloud.com/repository/npm/toastr/-/toastr-2.1.4.tgz",
"integrity": "sha1-i0O+ZPudDEFIcURvLbjoyk6V8YE=",
"dev": true,
"dependencies": {
"jquery": ">=1.12.0"
}
},
"node_modules/toidentifier": {
"version": "1.0.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/toidentifier/-/toidentifier-1.0.0.tgz",
@@ -14860,6 +14878,12 @@
}
}
},
"jquery": {
"version": "3.6.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/jquery/-/jquery-3.6.0.tgz",
"integrity": "sha512-JVzAR/AjBvVt2BmYhxRCSYysDsPcssdmTFnzyLEts9qNwmjmu4JTAMYubEfwVOSwpQ1I1sKKFcxhZCI2buerfw==",
"dev": true
},
"js-tokens": {
"version": "4.0.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -17322,6 +17346,15 @@
"is-number": "^7.0.0"
}
},
"toastr": {
"version": "2.1.4",
"resolved": "https://repo.huaweicloud.com/repository/npm/toastr/-/toastr-2.1.4.tgz",
"integrity": "sha1-i0O+ZPudDEFIcURvLbjoyk6V8YE=",
"dev": true,
"requires": {
"jquery": ">=1.12.0"
}
},
"toidentifier": {
"version": "1.0.0",
"resolved": "https://repo.huaweicloud.com/repository/npm/toidentifier/-/toidentifier-1.0.0.tgz",