96 lines
2.5 KiB
JSON
96 lines
2.5 KiB
JSON
{
|
|
"name": "@nuxtjs/sitemap",
|
|
"type": "module",
|
|
"version": "6.1.5",
|
|
"description": "Powerfully flexible XML Sitemaps that integrate seamlessly, for Nuxt.",
|
|
"author": {
|
|
"name": "Harlan Wilton",
|
|
"email": "harlan@harlanzw.com",
|
|
"url": "https://harlanzw.com/"
|
|
},
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/harlan-zw",
|
|
"homepage": "https://github.com/nuxt-modules/sitemap#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nuxt-modules/sitemap.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nuxt-modules/sitemap/issues"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/types.d.ts",
|
|
"import": "./dist/module.mjs",
|
|
"require": "./dist/module.cjs"
|
|
}
|
|
},
|
|
"main": "./dist/module.cjs",
|
|
"types": "./dist/types.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"virtual.d.ts"
|
|
],
|
|
"dependencies": {
|
|
"@nuxt/devtools-kit": "^1.6.0",
|
|
"@nuxt/kit": "^3.14.0",
|
|
"chalk": "^5.3.0",
|
|
"defu": "^6.1.4",
|
|
"h3-compression": "^0.3.2",
|
|
"nuxt-site-config": "^2.2.21",
|
|
"nuxt-site-config-kit": "^2.2.21",
|
|
"ofetch": "^1.4.1",
|
|
"pathe": "^1.1.2",
|
|
"pkg-types": "^1.2.1",
|
|
"radix3": "^1.1.2",
|
|
"semver": "^7.6.3",
|
|
"sirv": "^3.0.0",
|
|
"site-config-stack": "^2.2.21",
|
|
"ufo": "^1.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/content": "^2.13.4",
|
|
"@nuxt/eslint-config": "^0.6.1",
|
|
"@nuxt/module-builder": "0.8.4",
|
|
"@nuxt/test-utils": "^3.14.4",
|
|
"@nuxt/ui": "^2.18.7",
|
|
"@nuxtjs/i18n": "9.0.0",
|
|
"@nuxtjs/robots": "4.1.11",
|
|
"bumpp": "^9.8.1",
|
|
"eslint": "9.14.0",
|
|
"eslint-plugin-n": "^17.12.0",
|
|
"execa": "^9.5.1",
|
|
"nuxt": "^3.14.0",
|
|
"nuxt-i18n-micro": "^1.31.6",
|
|
"typescript": "5.6.3",
|
|
"vitest": "^2.1.4"
|
|
},
|
|
"resolutions": {
|
|
"postcss": "8.4.47",
|
|
"vue": "3.5.6"
|
|
},
|
|
"build": {
|
|
"externals": [
|
|
"h3",
|
|
"std-env",
|
|
"nitropack",
|
|
"consola"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"lint:type": "tsc --noEmit",
|
|
"lint:fix": "eslint . --fix",
|
|
"client:build": "nuxi generate client",
|
|
"client:dev": "nuxi dev client --port 3300",
|
|
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
|
|
"dev": "nuxi dev playground",
|
|
"dev:build": "nuxi build playground",
|
|
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
"release": "pnpm build && bumpp && pnpm -r publish",
|
|
"test": "vitest"
|
|
}
|
|
} |