mirror of https://github.com/wg-easy/wg-easy
70 changed files with 1153 additions and 1309 deletions
@ -20,36 +20,36 @@ |
|||||
}, |
}, |
||||
"dependencies": { |
"dependencies": { |
||||
"@eschricht/nuxt-color-mode": "^1.1.5", |
"@eschricht/nuxt-color-mode": "^1.1.5", |
||||
"@nuxtjs/i18n": "^8.3.3", |
"@nuxtjs/i18n": "^8.5.1", |
||||
"@nuxtjs/tailwindcss": "^6.12.1", |
"@nuxtjs/tailwindcss": "^6.12.1", |
||||
"@pinia/nuxt": "^0.5.3", |
"@pinia/nuxt": "^0.5.4", |
||||
"@tailwindcss/forms": "^0.5.8", |
"@tailwindcss/forms": "^0.5.8", |
||||
"apexcharts": "^3.51.0", |
"apexcharts": "^3.53.0", |
||||
"basic-auth": "^2.0.1", |
"basic-auth": "^2.0.1", |
||||
"bcryptjs": "^2.4.3", |
"bcryptjs": "^2.4.3", |
||||
"crc-32": "^1.2.2", |
"crc-32": "^1.2.2", |
||||
"debug": "^4.3.6", |
"debug": "^4.3.6", |
||||
"js-sha256": "^0.11.0", |
"js-sha256": "^0.11.0", |
||||
"lowdb": "^7.0.1", |
"lowdb": "^7.0.1", |
||||
"nuxt": "^3.12.4", |
"nuxt": "^3.13.0", |
||||
"pinia": "^2.2.1", |
"pinia": "^2.2.2", |
||||
"qrcode": "^1.5.4", |
"qrcode": "^1.5.4", |
||||
"tailwindcss": "^3.4.10", |
"tailwindcss": "^3.4.10", |
||||
"timeago.js": "^4.0.2", |
"timeago.js": "^4.0.2", |
||||
"vue": "latest", |
"vue": "latest", |
||||
"vue3-apexcharts": "^1.5.3", |
"vue3-apexcharts": "^1.6.0", |
||||
"zod": "^3.23.8" |
"zod": "^3.23.8" |
||||
}, |
}, |
||||
"devDependencies": { |
"devDependencies": { |
||||
"@nuxt/eslint-config": "^0.5.0", |
"@nuxt/eslint-config": "^0.5.5", |
||||
"@types/bcryptjs": "^2.4.6", |
"@types/bcryptjs": "^2.4.6", |
||||
"@types/debug": "^4.1.12", |
"@types/debug": "^4.1.12", |
||||
"@types/qrcode": "^1.5.5", |
"@types/qrcode": "^1.5.5", |
||||
"eslint": "^9.8.0", |
"eslint": "^9.9.1", |
||||
"eslint-config-prettier": "^9.1.0", |
"eslint-config-prettier": "^9.1.0", |
||||
"prettier": "^3.3.3", |
"prettier": "^3.3.3", |
||||
"typescript": "^5.5.4", |
"typescript": "^5.5.4", |
||||
"vue-tsc": "^2.0.29" |
"vue-tsc": "^2.1.4" |
||||
}, |
}, |
||||
"packageManager": "[email protected]" |
"packageManager": "[email protected]" |
||||
} |
} |
||||
|
File diff suppressed because it is too large
Loading…
Reference in new issue