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.
44 lines
1.1 KiB
44 lines
1.1 KiB
{
|
|
"release": {
|
|
"version": "14"
|
|
},
|
|
"name": "wg-easy",
|
|
"version": "1.0.1",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/i18n": "^8.3.3",
|
|
"@nuxtjs/tailwindcss": "^6.12.1",
|
|
"apexcharts": "^3.51.0",
|
|
"bcryptjs": "^2.4.3",
|
|
"debug": "^4.3.6",
|
|
"js-sha256": "^0.11.0",
|
|
"nuxt": "^3.12.4",
|
|
"qrcode": "^1.5.3",
|
|
"timeago.js": "^4.0.2",
|
|
"vue": "latest",
|
|
"vue3-apexcharts": "^1.5.3"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "^0.5.0",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/debug": "^4.1.12",
|
|
"@types/qrcode": "^1.5.5",
|
|
"eslint": "^9.8.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"prettier": "^3.3.3",
|
|
"typescript": "^5.5.4",
|
|
"vue-tsc": "^2.0.29"
|
|
},
|
|
"packageManager": "pnpm@8.15.4+sha1.c85a4305534f76d461407b59277b954bac97b5c4"
|
|
}
|
|
|