mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-02 19:17:26 +01:00
chore: update dependencies
This commit is contained in:
@@ -3,17 +3,20 @@ import { defineNuxtConfig } from "nuxt/config";
|
||||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
ssr: false,
|
||||
|
||||
build: {
|
||||
transpile: ["vue-i18n"],
|
||||
},
|
||||
|
||||
modules: [
|
||||
"@nuxtjs/tailwindcss",
|
||||
"@pinia/nuxt",
|
||||
"@vueuse/nuxt",
|
||||
"@vite-pwa/nuxt",
|
||||
"./nuxt.proxyoverride.ts",
|
||||
// "./nuxt.proxyoverride.ts",
|
||||
"unplugin-icons/nuxt",
|
||||
],
|
||||
|
||||
nitro: {
|
||||
devProxy: {
|
||||
"/api": {
|
||||
@@ -23,7 +26,9 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
css: ["@/assets/css/main.css"],
|
||||
|
||||
pwa: {
|
||||
workbox: {
|
||||
navigateFallbackDenylist: [/^\/api/],
|
||||
@@ -62,4 +67,12 @@ export default defineNuxtConfig({
|
||||
],
|
||||
},
|
||||
},
|
||||
postcss: {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
},
|
||||
|
||||
compatibilityDate: "2024-11-29",
|
||||
});
|
||||
|
||||
@@ -15,34 +15,33 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@faker-js/faker": "^8.4.1",
|
||||
"@iconify-json/mdi": "^1.2.0",
|
||||
"@iconify-json/mdi": "^1.2.1",
|
||||
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
||||
"@types/dompurify": "^3.0.5",
|
||||
"@types/markdown-it": "^13.0.9",
|
||||
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
||||
"@typescript-eslint/parser": "^6.21.0",
|
||||
"@vite-pwa/nuxt": "^0.5.0",
|
||||
"@vue/runtime-core": "^3.5.12",
|
||||
"@vue/runtime-core": "^3.5.13",
|
||||
"eslint": "^8.57.1",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-tailwindcss": "^3.17.4",
|
||||
"eslint-plugin-vue": "^9.28.0",
|
||||
"eslint-plugin-tailwindcss": "^3.17.5",
|
||||
"eslint-plugin-vue": "^9.31.0",
|
||||
"h3": "^1.7.1",
|
||||
"intl-messageformat": "^10.5.14",
|
||||
"intl-messageformat": "^10.7.7",
|
||||
"isomorphic-fetch": "^3.0.0",
|
||||
"nuxt": "3.7.4",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "^5.6.2",
|
||||
"nuxt": "3.12.4",
|
||||
"prettier": "^3.4.1",
|
||||
"typescript": "^5.7.2",
|
||||
"unplugin-icons": "^0.18.5",
|
||||
"vite-plugin-eslint": "^1.8.1",
|
||||
"vitest": "^1.6.0",
|
||||
"vue-i18n": "^9.14.1"
|
||||
"vue-i18n": "^9.14.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@headlessui/vue": "^1.7.23",
|
||||
"@nuxtjs/tailwindcss": "^6.12.1",
|
||||
"@nuxtjs/tailwindcss": "^6.12.2",
|
||||
"@pinia/nuxt": "^0.5.5",
|
||||
"@tailwindcss/aspect-ratio": "^0.4.2",
|
||||
"@tailwindcss/forms": "^0.5.9",
|
||||
@@ -54,15 +53,15 @@
|
||||
"autoprefixer": "^10.4.20",
|
||||
"daisyui": "^2.52.0",
|
||||
"date-fns": "^3.6.0",
|
||||
"dompurify": "^3.1.7",
|
||||
"dompurify": "^3.2.2",
|
||||
"h3": "^1.13.0",
|
||||
"http-proxy": "^1.18.1",
|
||||
"lunr": "^2.3.9",
|
||||
"markdown-it": "^14.1.0",
|
||||
"pinia": "^2.2.4",
|
||||
"postcss": "^8.4.47",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"pinia": "^2.2.8",
|
||||
"postcss": "^8.4.49",
|
||||
"tailwindcss": "^3.4.15",
|
||||
"vue": "3.4.8",
|
||||
"vue-router": "^4.4.5"
|
||||
"vue-router": "^4.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
6240
frontend/pnpm-lock.yaml
generated
6240
frontend/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -1,6 +0,0 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user