mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
1.8 KiB
64 lines
1.8 KiB
{
|
|
"name": "wg-easy",
|
|
"version": "15.0.0-beta.8",
|
|
"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",
|
|
"@libsql/client": "^0.14.0",
|
|
"@nuxtjs/i18n": "^9.3.1",
|
|
"@nuxtjs/tailwindcss": "^6.13.2",
|
|
"@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.40.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.0",
|
|
"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.2.0",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/semver": "^7.5.8",
|
|
"drizzle-kit": "^0.30.5",
|
|
"eslint": "^9.22.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": "[email protected]"
|
|
}
|
|
|