mirror of https://github.com/wg-easy/wg-easy
3 changed files with 1533 additions and 2783 deletions
@ -12,5 +12,5 @@ |
|||
"devDependencies": { |
|||
"prettier": "^3.6.2" |
|||
}, |
|||
"packageManager": "[email protected]4.0" |
|||
"packageManager": "[email protected]5.1" |
|||
} |
|||
|
|||
@ -22,50 +22,50 @@ |
|||
"dependencies": { |
|||
"@eschricht/nuxt-color-mode": "^1.2.0", |
|||
"@heroicons/vue": "^2.2.0", |
|||
"@libsql/client": "^0.15.10", |
|||
"@nuxtjs/i18n": "^10.0.4", |
|||
"@libsql/client": "^0.15.15", |
|||
"@nuxtjs/i18n": "^10.0.6", |
|||
"@nuxtjs/tailwindcss": "^6.14.0", |
|||
"@phc/format": "^1.0.0", |
|||
"@pinia/nuxt": "^0.11.2", |
|||
"@tailwindcss/forms": "^0.5.10", |
|||
"apexcharts": "^5.3.3", |
|||
"apexcharts": "^5.3.5", |
|||
"argon2": "^0.44.0", |
|||
"cidr-tools": "^11.0.3", |
|||
"citty": "^0.1.6", |
|||
"consola": "^3.4.2", |
|||
"crc-32": "^1.2.2", |
|||
"debug": "^4.4.1", |
|||
"drizzle-orm": "^0.44.4", |
|||
"ip-bigint": "^8.2.1", |
|||
"drizzle-orm": "^0.44.5", |
|||
"ip-bigint": "^8.2.2", |
|||
"is-cidr": "^6.0.0", |
|||
"is-ip": "^5.0.1", |
|||
"js-sha256": "^0.11.1", |
|||
"nuxt": "^3.18.1", |
|||
"otpauth": "^9.4.0", |
|||
"nuxt": "^3.19.1", |
|||
"otpauth": "^9.4.1", |
|||
"pinia": "^3.0.3", |
|||
"qr": "^0.5.0", |
|||
"qr": "^0.5.1", |
|||
"radix-vue": "^1.9.17", |
|||
"semver": "^7.7.2", |
|||
"tailwindcss": "^3.4.17", |
|||
"timeago.js": "^4.0.2", |
|||
"vue": "latest", |
|||
"vue3-apexcharts": "^1.8.0", |
|||
"zod": "^4.0.17" |
|||
"zod": "^4.1.5" |
|||
}, |
|||
"devDependencies": { |
|||
"@nuxt/eslint": "^1.8.0", |
|||
"@nuxt/eslint": "^1.9.0", |
|||
"@types/debug": "^4.1.12", |
|||
"@types/phc__format": "^1.0.1", |
|||
"@types/semver": "^7.7.0", |
|||
"@types/semver": "^7.7.1", |
|||
"drizzle-kit": "^0.31.4", |
|||
"esbuild": "^0.25.8", |
|||
"eslint": "^9.33.0", |
|||
"esbuild": "^0.25.9", |
|||
"eslint": "^9.35.0", |
|||
"eslint-config-prettier": "^10.1.8", |
|||
"prettier": "^3.6.2", |
|||
"prettier-plugin-tailwindcss": "^0.6.14", |
|||
"tsx": "^4.20.3", |
|||
"tsx": "^4.20.5", |
|||
"typescript": "^5.9.2", |
|||
"vue-tsc": "^3.0.5" |
|||
"vue-tsc": "^3.0.6" |
|||
}, |
|||
"packageManager": "[email protected]4.0" |
|||
"packageManager": "[email protected]5.1" |
|||
} |
|||
|
|||
File diff suppressed because it is too large
Loading…
Reference in new issue