mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2026-02-16 21:56:18 +00:00
Bumps [is-cidr](https://github.com/silverwind/is-cidr) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/silverwind/is-cidr/releases) - [Commits](https://github.com/silverwind/is-cidr/compare/6.0.2...6.0.3) --- updated-dependencies: - dependency-name: is-cidr dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "app",
|
|
"version": "4.3.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.28",
|
|
"@vue/language-server": "3.2.4",
|
|
"@vuepic/vue-datepicker": "^12.1.0",
|
|
"@vueuse/core": "^14.2.0",
|
|
"@vueuse/shared": "^14.1.0",
|
|
"animate.css": "^4.1.1",
|
|
"bootstrap": "^5.3.2",
|
|
"bootstrap-icons": "^1.11.3",
|
|
"cidr-tools": "^11.0.6",
|
|
"css-color-converter": "^2.0.0",
|
|
"dayjs": "^1.11.19",
|
|
"electron-builder": "^26.7.0",
|
|
"fuse.js": "^7.0.0",
|
|
"i": "^0.3.7",
|
|
"is-cidr": "^6.0.3",
|
|
"npm": "^11.8.0",
|
|
"ol": "^10.7.0",
|
|
"pinia": "^3.0.4",
|
|
"pinia-plugin-persistedstate": "^4.7.1",
|
|
"qrcode": "^1.5.3",
|
|
"qrcodejs": "^1.0.0",
|
|
"simple-code-editor": "^2.0.9",
|
|
"uuid": "^13.0.0",
|
|
"vue": "^3.5.28",
|
|
"vue-chartjs": "^5.3.3",
|
|
"vue-router": "^4.6.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
"vite": "^7.3.1"
|
|
},
|
|
"overrides": {
|
|
"tar": "^7.5.6"
|
|
}
|
|
}
|