mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-04 08:16:17 +00:00
Bumps [is-cidr](https://github.com/silverwind/is-cidr) from 5.1.1 to 6.0.0. - [Release notes](https://github.com/silverwind/is-cidr/releases) - [Commits](https://github.com/silverwind/is-cidr/compare/5.1.1...6.0.0) --- updated-dependencies: - dependency-name: is-cidr dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "4.3.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"module": "es2022",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --emptyOutDir",
|
|
"buildcommitpush": "./build.sh",
|
|
"build electron": "vite build --emptyOutDir && vite build --mode electron && cd ../../../../WGDashboard-Desktop && /opt/homebrew/bin/npm run \"electron dist\"",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@volar/language-server": "2.4.23",
|
|
"@vue/language-server": "3.0.7",
|
|
"@vuepic/vue-datepicker": "^11.0.2",
|
|
"@vueuse/core": "^13.5.0",
|
|
"@vueuse/shared": "^13.5.0",
|
|
"animate.css": "^4.1.1",
|
|
"bootstrap": "^5.3.2",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"cidr-tools": "^11.0.3",
|
|
"css-color-converter": "^2.0.0",
|
|
"dayjs": "^1.11.12",
|
|
"electron-builder": "^26.0.12",
|
|
"fuse.js": "^7.0.0",
|
|
"i": "^0.3.7",
|
|
"is-cidr": "^6.0.0",
|
|
"npm": "^10.5.0",
|
|
"ol": "^10.2.1",
|
|
"pinia": "^3.0.3",
|
|
"pinia-plugin-persistedstate": "^4.5.0",
|
|
"qrcode": "^1.5.3",
|
|
"qrcodejs": "^1.0.0",
|
|
"simple-code-editor": "^2.0.9",
|
|
"uuid": "^13.0.0",
|
|
"vue": "^3.5.17",
|
|
"vue-chartjs": "^5.3.0",
|
|
"vue-router": "^4.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.0",
|
|
"vite": "^7.1.6"
|
|
}
|
|
}
|