mirror of https://github.com/wg-easy/wg-easy
2 changed files with 1261 additions and 996 deletions
@ -20,22 +20,22 @@ |
|||||
"cli:dev": "tsx cli/index.ts" |
"cli:dev": "tsx cli/index.ts" |
||||
}, |
}, |
||||
"dependencies": { |
"dependencies": { |
||||
"@eschricht/nuxt-color-mode": "^1.1.5", |
"@eschricht/nuxt-color-mode": "^1.2.0", |
||||
"@heroicons/vue": "^2.2.0", |
"@heroicons/vue": "^2.2.0", |
||||
"@libsql/client": "^0.15.9", |
"@libsql/client": "^0.15.10", |
||||
"@nuxtjs/i18n": "^9.5.6", |
"@nuxtjs/i18n": "^9.5.6", |
||||
"@nuxtjs/tailwindcss": "^6.14.0", |
"@nuxtjs/tailwindcss": "^6.14.0", |
||||
"@phc/format": "^1.0.0", |
"@phc/format": "^1.0.0", |
||||
"@pinia/nuxt": "^0.11.1", |
"@pinia/nuxt": "^0.11.2", |
||||
"@tailwindcss/forms": "^0.5.10", |
"@tailwindcss/forms": "^0.5.10", |
||||
"apexcharts": "^5.2.0", |
"apexcharts": "^5.3.1", |
||||
"argon2": "^0.43.0", |
"argon2": "^0.43.1", |
||||
"cidr-tools": "^11.0.3", |
"cidr-tools": "^11.0.3", |
||||
"citty": "^0.1.6", |
"citty": "^0.1.6", |
||||
"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.2", |
"drizzle-orm": "^0.44.3", |
||||
"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", |
||||
@ -50,22 +50,22 @@ |
|||||
"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": "^4.0.5" |
"zod": "^4.0.10" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"@nuxt/eslint": "^1.5.2", |
"@nuxt/eslint": "^1.7.1", |
||||
"@types/debug": "^4.1.12", |
"@types/debug": "^4.1.12", |
||||
"@types/phc__format": "^1.0.1", |
"@types/phc__format": "^1.0.1", |
||||
"@types/semver": "^7.7.0", |
"@types/semver": "^7.7.0", |
||||
"drizzle-kit": "^0.31.4", |
"drizzle-kit": "^0.31.4", |
||||
"esbuild": "^0.25.6", |
"esbuild": "^0.25.8", |
||||
"eslint": "^9.31.0", |
"eslint": "^9.31.0", |
||||
"eslint-config-prettier": "^10.1.5", |
"eslint-config-prettier": "^10.1.8", |
||||
"prettier": "^3.6.2", |
"prettier": "^3.6.2", |
||||
"prettier-plugin-tailwindcss": "^0.6.14", |
"prettier-plugin-tailwindcss": "^0.6.14", |
||||
"tsx": "^4.20.3", |
"tsx": "^4.20.3", |
||||
"typescript": "^5.8.3", |
"typescript": "^5.8.3", |
||||
"vue-tsc": "^3.0.1" |
"vue-tsc": "^3.0.4" |
||||
}, |
}, |
||||
"packageManager": "[email protected]" |
"packageManager": "[email protected]" |
||||
} |
} |
||||
|
|||||
File diff suppressed because it is too large
Loading…
Reference in new issue