From c947c901be6a20eb4ff6962459ba456ebc00941b Mon Sep 17 00:00:00 2001 From: alan Date: Thu, 26 Jun 2025 12:01:15 +0200 Subject: [PATCH] With bootstrap --- .../package-lock.json | 31 +++++++++++++++++++ .../package.json | 1 + .../src/mocks/mockdata.json | 0 3 files changed, 32 insertions(+) create mode 100644 gca-admin-gurusoft-message-dashboard/src/mocks/mockdata.json diff --git a/gca-admin-gurusoft-message-dashboard/package-lock.json b/gca-admin-gurusoft-message-dashboard/package-lock.json index 0ef025d..90bb46e 100644 --- a/gca-admin-gurusoft-message-dashboard/package-lock.json +++ b/gca-admin-gurusoft-message-dashboard/package-lock.json @@ -8,6 +8,7 @@ "name": "gca-admin-gurusoft-message-dashboard", "version": "0.0.0", "dependencies": { + "bootstrap": "^5.3.7", "vue": "^3.5.17" }, "devDependencies": { @@ -969,6 +970,17 @@ "dev": true, "license": "MIT" }, + "node_modules/@popperjs/core": { + "version": "2.11.8", + "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", + "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "license": "MIT", + "peer": true, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/popperjs" + } + }, "node_modules/@rolldown/pluginutils": { "version": "1.0.0-beta.19", "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz", @@ -1638,6 +1650,25 @@ "url": "https://github.com/sponsors/antfu" } }, + "node_modules/bootstrap": { + "version": "5.3.7", + "resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.3.7.tgz", + "integrity": "sha512-7KgiD8UHjfcPBHEpDNg+zGz8L3LqR3GVwqZiBRFX04a1BCArZOz1r2kjly2HQ0WokqTO0v1nF+QAt8dsW4lKlw==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], + "license": "MIT", + "peerDependencies": { + "@popperjs/core": "^2.11.8" + } + }, "node_modules/browserslist": { "version": "4.25.1", "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.25.1.tgz", diff --git a/gca-admin-gurusoft-message-dashboard/package.json b/gca-admin-gurusoft-message-dashboard/package.json index d4265a1..c6fa636 100644 --- a/gca-admin-gurusoft-message-dashboard/package.json +++ b/gca-admin-gurusoft-message-dashboard/package.json @@ -9,6 +9,7 @@ "preview": "vite preview" }, "dependencies": { + "bootstrap": "^5.3.7", "vue": "^3.5.17" }, "devDependencies": { diff --git a/gca-admin-gurusoft-message-dashboard/src/mocks/mockdata.json b/gca-admin-gurusoft-message-dashboard/src/mocks/mockdata.json new file mode 100644 index 0000000..e69de29