mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-04 00:06:18 +00:00
Bumps [npm](https://github.com/npm/cli) from 10.9.3 to 11.6.0. - [Release notes](https://github.com/npm/cli/releases) - [Changelog](https://github.com/npm/cli/blob/latest/CHANGELOG.md) - [Commits](https://github.com/npm/cli/compare/v10.9.3...v11.6.0) --- updated-dependencies: - dependency-name: npm dependency-version: 11.6.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": "^5.0.3",
|
|
"npm": "^11.6.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": "^11.1.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"
|
|
}
|
|
}
|