mirror of https://github.com/wg-easy/wg-easy
3 changed files with 796 additions and 1053 deletions
@ -12,5 +12,5 @@ |
|||||
"devDependencies": { |
"devDependencies": { |
||||
"prettier": "^3.5.3" |
"prettier": "^3.5.3" |
||||
}, |
}, |
||||
"packageManager": "[email protected]1.0" |
"packageManager": "[email protected]2.1" |
||||
} |
} |
||||
|
@ -22,11 +22,11 @@ |
|||||
"dependencies": { |
"dependencies": { |
||||
"@eschricht/nuxt-color-mode": "^1.1.5", |
"@eschricht/nuxt-color-mode": "^1.1.5", |
||||
"@heroicons/vue": "^2.2.0", |
"@heroicons/vue": "^2.2.0", |
||||
"@libsql/client": "^0.15.8", |
"@libsql/client": "^0.15.9", |
||||
"@nuxtjs/i18n": "^9.5.5", |
"@nuxtjs/i18n": "^9.5.5", |
||||
"@nuxtjs/tailwindcss": "^6.14.0", |
"@nuxtjs/tailwindcss": "^6.14.0", |
||||
"@phc/format": "^1.0.0", |
"@phc/format": "^1.0.0", |
||||
"@pinia/nuxt": "^0.11.0", |
"@pinia/nuxt": "^0.11.1", |
||||
"@tailwindcss/forms": "^0.5.10", |
"@tailwindcss/forms": "^0.5.10", |
||||
"apexcharts": "^4.7.0", |
"apexcharts": "^4.7.0", |
||||
"argon2": "^0.43.0", |
"argon2": "^0.43.0", |
||||
@ -35,22 +35,22 @@ |
|||||
"consola": "^3.4.2", |
"consola": "^3.4.2", |
||||
"crc-32": "^1.2.2", |
"crc-32": "^1.2.2", |
||||
"debug": "^4.4.1", |
"debug": "^4.4.1", |
||||
"drizzle-orm": "^0.44.1", |
"drizzle-orm": "^0.44.2", |
||||
"ip-bigint": "^8.2.1", |
"ip-bigint": "^8.2.1", |
||||
"is-cidr": "^5.1.1", |
"is-cidr": "^5.1.1", |
||||
"is-ip": "^5.0.1", |
"is-ip": "^5.0.1", |
||||
"js-sha256": "^0.11.1", |
"js-sha256": "^0.11.1", |
||||
"nuxt": "^3.17.4", |
"nuxt": "^3.17.5", |
||||
"otpauth": "^9.4.0", |
"otpauth": "^9.4.0", |
||||
"pinia": "^3.0.2", |
"pinia": "^3.0.3", |
||||
"qr": "^0.4.2", |
"qr": "^0.5.0", |
||||
"radix-vue": "^1.9.17", |
"radix-vue": "^1.9.17", |
||||
"semver": "^7.7.2", |
"semver": "^7.7.2", |
||||
"tailwindcss": "^3.4.17", |
"tailwindcss": "^3.4.17", |
||||
"timeago.js": "^4.0.2", |
"timeago.js": "^4.0.2", |
||||
"vue": "latest", |
"vue": "latest", |
||||
"vue3-apexcharts": "^1.8.0", |
"vue3-apexcharts": "^1.8.0", |
||||
"zod": "^3.25.47" |
"zod": "^3.25.58" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"@nuxt/eslint": "^1.4.1", |
"@nuxt/eslint": "^1.4.1", |
||||
@ -63,9 +63,9 @@ |
|||||
"eslint-config-prettier": "^10.1.5", |
"eslint-config-prettier": "^10.1.5", |
||||
"prettier": "^3.5.3", |
"prettier": "^3.5.3", |
||||
"prettier-plugin-tailwindcss": "^0.6.12", |
"prettier-plugin-tailwindcss": "^0.6.12", |
||||
"tsx": "^4.19.4", |
"tsx": "^4.20.0", |
||||
"typescript": "^5.8.3", |
"typescript": "^5.8.3", |
||||
"vue-tsc": "^2.2.10" |
"vue-tsc": "^2.2.10" |
||||
}, |
}, |
||||
"packageManager": "[email protected]1.0" |
"packageManager": "[email protected]2.1" |
||||
} |
} |
||||
|
File diff suppressed because it is too large
Loading…
Reference in new issue