mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-05-05 10:56:18 +00:00
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 5.3.6 to 5.3.8. - [Release notes](https://github.com/twbs/bootstrap/releases) - [Commits](https://github.com/twbs/bootstrap/compare/v5.3.6...v5.3.8) --- updated-dependencies: - dependency-name: bootstrap dependency-version: 5.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
606 B
JSON
29 lines
606 B
JSON
{
|
|
"name": "client",
|
|
"version": "v1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --emptyOutDir",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.15.1",
|
|
"bootstrap": "^5.3.8",
|
|
"bootstrap-icons": "^1.13.1",
|
|
"dayjs": "^1.11.13",
|
|
"oidc-client-ts": "^3.5.0",
|
|
"pinia": "^3.0.4",
|
|
"qrcode": "^1.5.4",
|
|
"uuid": "^14.0.0",
|
|
"vue": "^3.5.32",
|
|
"vue-router": "^4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.6",
|
|
"vite": "^8.0.8",
|
|
"vite-plugin-vue-devtools": "^8.1.1"
|
|
}
|
|
}
|