{ "name": "wg-easy", "version": "15.0.0-beta.10", "description": "The easiest way to run WireGuard VPN + Web-based Admin UI.", "private": true, "type": "module", "scripts": { "build": "nuxt build", "dev": "nuxt dev", "generate": "nuxt generate", "preview": "nuxt preview", "postinstall": "nuxt prepare", "lint": "eslint .", "format": "prettier . --write", "format:check": "prettier . --check", "typecheck": "nuxt typecheck", "check:all": "pnpm typecheck && pnpm lint && pnpm format:check && pnpm build", "db:generate": "drizzle-kit generate" }, "dependencies": { "@eschricht/nuxt-color-mode": "^1.1.5", "@heroicons/vue": "^2.2.0", "@libsql/client": "^0.15.1", "@nuxtjs/i18n": "^9.4.0", "@nuxtjs/tailwindcss": "^6.13.2", "@phc/format": "^1.0.0", "@pinia/nuxt": "^0.10.1", "@tailwindcss/forms": "^0.5.10", "apexcharts": "^4.5.0", "argon2": "^0.41.1", "basic-auth": "^2.0.1", "cidr-tools": "^11.0.3", "crc-32": "^1.2.2", "debug": "^4.4.0", "drizzle-orm": "^0.41.0", "ip-bigint": "^8.2.1", "is-cidr": "^5.1.1", "is-ip": "^5.0.1", "js-sha256": "^0.11.0", "lowdb": "^7.0.1", "nuxt": "^3.16.1", "pinia": "^3.0.1", "qrcode": "^1.5.4", "radix-vue": "^1.9.17", "semver": "^7.7.1", "tailwindcss": "^3.4.17", "timeago.js": "^4.0.2", "vue": "latest", "vue3-apexcharts": "^1.8.0", "zod": "^3.24.2" }, "devDependencies": { "@nuxt/eslint": "1.3.0", "@types/debug": "^4.1.12", "@types/phc__format": "^1.0.1", "@types/qrcode": "^1.5.5", "@types/semver": "^7.7.0", "drizzle-kit": "^0.30.6", "eslint": "^9.23.0", "eslint-config-prettier": "^10.1.1", "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.6.11", "typescript": "^5.8.2", "vue-tsc": "^2.2.8" }, "packageManager": "pnpm@10.7.0" }