modified: main_dc/yalarba/easySite/easySite/nuxt.config.ts

modified:   main_dc/yalarba/easySite/easySite/package-lock.json
	modified:   main_dc/yalarba/easySite/easySite/package.json
install sitemaps
This commit is contained in:
2025-10-31 13:42:50 +05:00
parent 7ce67f3d8c
commit 018e81f6a1
3 changed files with 138 additions and 1 deletions
@@ -13,7 +13,6 @@ export default defineNuxtConfig({
inlineStyles: false
},
modules: [
'@nuxt/image',
'@nuxt/ui',
+137
View File
@@ -10,6 +10,7 @@
"@nuxt/eslint": "^1.9.0",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.1.0",
"@nuxtjs/sitemap": "^7.4.7",
"@pinia/nuxt": "^0.11.2",
"better-sqlite3": "^12.4.1",
"eslint": "^9.38.0",
@@ -2999,6 +3000,48 @@
"integrity": "sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==",
"license": "MIT"
},
"node_modules/@nuxtjs/sitemap": {
"version": "7.4.7",
"resolved": "https://registry.npmjs.org/@nuxtjs/sitemap/-/sitemap-7.4.7.tgz",
"integrity": "sha512-DUhX92lnCJD6tpghUmfmRIsSIoiXMS2SQ2Yd9Tg1+SnZskiKX+DGwLeAeHX8r0/9Pl/bTDpmYhs1snWcCoIkXA==",
"license": "MIT",
"dependencies": {
"@nuxt/devtools-kit": "^2.6.3",
"@nuxt/kit": "^4.1.2",
"chalk": "^5.6.2",
"defu": "^6.1.4",
"fast-xml-parser": "^5.2.5",
"h3-compression": "^0.3.2",
"nuxt-site-config": "^3.2.5",
"ofetch": "^1.4.1",
"pathe": "^2.0.3",
"pkg-types": "^2.3.0",
"radix3": "^1.1.2",
"semver": "^7.7.2",
"sirv": "^3.0.2",
"std-env": "^3.9.0",
"ufo": "^1.6.1",
"ultrahtml": "^1.6.0"
},
"engines": {
"node": ">=18.0.0"
},
"funding": {
"url": "https://github.com/sponsors/harlan-zw"
}
},
"node_modules/@nuxtjs/sitemap/node_modules/chalk": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
"license": "MIT",
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/@opentelemetry/api": {
"version": "1.9.0",
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.0.tgz",
@@ -8893,6 +8936,24 @@
"url": "https://github.com/sponsors/antfu"
}
},
"node_modules/fast-xml-parser": {
"version": "5.3.0",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz",
"integrity": "sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT",
"dependencies": {
"strnum": "^2.1.0"
},
"bin": {
"fxparser": "src/cli/cli.js"
}
},
"node_modules/fastq": {
"version": "1.19.1",
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz",
@@ -9373,6 +9434,18 @@
"uncrypto": "^0.1.3"
}
},
"node_modules/h3-compression": {
"version": "0.3.2",
"resolved": "https://registry.npmjs.org/h3-compression/-/h3-compression-0.3.2.tgz",
"integrity": "sha512-B+yCKyDRnO0BXSfjAP4tCXJgJwmnKp3GyH5Yh66mY9KuOCrrGQSPk/gBFG2TgH7OyB/6mvqNZ1X0XNVuy0qRsw==",
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/codedredd"
},
"peerDependencies": {
"h3": "^1.6.0"
}
},
"node_modules/h3/node_modules/cookie-es": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/cookie-es/-/cookie-es-1.2.2.tgz",
@@ -11369,6 +11442,43 @@
}
}
},
"node_modules/nuxt-site-config": {
"version": "3.2.11",
"resolved": "https://registry.npmjs.org/nuxt-site-config/-/nuxt-site-config-3.2.11.tgz",
"integrity": "sha512-hU78O5f0/n1LOIorDe6iKbW3xw19bao8YbQ7RCiUtVM+1XbD11JWzUXWygX7atV+KtzGhZUbTbhjxmfbnlF//A==",
"license": "MIT",
"dependencies": {
"@nuxt/kit": "^4.1.3",
"nuxt-site-config-kit": "3.2.11",
"pathe": "^2.0.3",
"pkg-types": "^2.3.0",
"sirv": "^3.0.2",
"site-config-stack": "3.2.11",
"ufo": "^1.6.1"
},
"funding": {
"url": "https://github.com/sponsors/harlan-zw"
},
"peerDependencies": {
"h3": "^1"
}
},
"node_modules/nuxt-site-config-kit": {
"version": "3.2.11",
"resolved": "https://registry.npmjs.org/nuxt-site-config-kit/-/nuxt-site-config-kit-3.2.11.tgz",
"integrity": "sha512-Um9/JiJpskAC8H18pHs3D/c7ikKj37/OsM1rvTqDgdzShSzOAxGGN+8qBVtGaqp1V+9BuPFSXhr1+TV7+RRsRA==",
"license": "MIT",
"dependencies": {
"@nuxt/kit": "^4.1.3",
"pkg-types": "^2.3.0",
"site-config-stack": "3.2.11",
"std-env": "^3.10.0",
"ufo": "^1.6.1"
},
"funding": {
"url": "https://github.com/sponsors/harlan-zw"
}
},
"node_modules/nypm": {
"version": "0.6.2",
"resolved": "https://registry.npmjs.org/nypm/-/nypm-0.6.2.tgz",
@@ -13301,6 +13411,21 @@
"integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
"license": "MIT"
},
"node_modules/site-config-stack": {
"version": "3.2.11",
"resolved": "https://registry.npmjs.org/site-config-stack/-/site-config-stack-3.2.11.tgz",
"integrity": "sha512-KRJ49L58VtJJo3WdB7hXv6lq3oEJNOoBpig1v+OuHSppiBp7X6xqcAByJHveeBpBE9kHwqy/sn1LEnIibQ4nOA==",
"license": "MIT",
"dependencies": {
"ufo": "^1.6.1"
},
"funding": {
"url": "https://github.com/sponsors/harlan-zw"
},
"peerDependencies": {
"vue": "^3"
}
},
"node_modules/slash": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
@@ -13599,6 +13724,18 @@
"integrity": "sha512-mxa9E9ITFOt0ban3j6L5MpjwegGz6lBQmM1IJkWeBZGcMxto50+eWdjC/52xDbS2vy0k7vIMK0Fe2wfL9OQSpQ==",
"license": "MIT"
},
"node_modules/strnum": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz",
"integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/NaturalIntelligence"
}
],
"license": "MIT"
},
"node_modules/structured-clone-es": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/structured-clone-es/-/structured-clone-es-1.0.0.tgz",
@@ -13,6 +13,7 @@
"@nuxt/eslint": "^1.9.0",
"@nuxt/image": "^1.11.0",
"@nuxt/ui": "^4.1.0",
"@nuxtjs/sitemap": "^7.4.7",
"@pinia/nuxt": "^0.11.2",
"better-sqlite3": "^12.4.1",
"eslint": "^9.38.0",