mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Install @astrojs/sitemap
This commit is contained in:
parent
b6cd62cadd
commit
b26bc8b8e5
2 changed files with 53 additions and 0 deletions
52
package-lock.json
generated
52
package-lock.json
generated
|
|
@ -52,6 +52,7 @@
|
|||
"devDependencies": {
|
||||
"@11ty/eleventy": "^0.11.1",
|
||||
"@astrojs/netlify": "0.3.2",
|
||||
"@astrojs/sitemap": "^0.1.0",
|
||||
"@astrojs/tailwind": "^0.2.0",
|
||||
"@nuxt/postcss8": "^1.1.3",
|
||||
"@nuxtjs/tailwindcss": "^3.3.4",
|
||||
|
|
@ -286,6 +287,34 @@
|
|||
"node": "^14.15.0 || >=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/sitemap": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-0.1.0.tgz",
|
||||
"integrity": "sha512-m7xY1tzDYJQwnPeMYJQDwYaVQFdDyp3t7AK2Da1z5l+B8UDEUisfOkJh34QO641++DC3lRHYm4TKh1FLESuuyA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"sitemap": "^7.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/sitemap/node_modules/sitemap": {
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz",
|
||||
"integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "^17.0.5",
|
||||
"@types/sax": "^1.2.1",
|
||||
"arg": "^5.0.0",
|
||||
"sax": "^1.2.4"
|
||||
},
|
||||
"bin": {
|
||||
"sitemap": "dist/cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0",
|
||||
"npm": ">=5.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@astrojs/svelte-language-integration": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/svelte-language-integration/-/svelte-language-integration-0.1.3.tgz",
|
||||
|
|
@ -34243,6 +34272,29 @@
|
|||
"resolved": "https://registry.npmjs.org/@astrojs/prism/-/prism-0.4.1.tgz",
|
||||
"integrity": "sha512-JxkrXFiFhfunOFBI2Xxwru9t4IzrLw+nfA7RkNnV8qP65BLidrwWS+NfZhOSVGTrbf+cQfF8QNe6O4gAX8wQHw=="
|
||||
},
|
||||
"@astrojs/sitemap": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/sitemap/-/sitemap-0.1.0.tgz",
|
||||
"integrity": "sha512-m7xY1tzDYJQwnPeMYJQDwYaVQFdDyp3t7AK2Da1z5l+B8UDEUisfOkJh34QO641++DC3lRHYm4TKh1FLESuuyA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"sitemap": "^7.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"sitemap": {
|
||||
"version": "7.1.1",
|
||||
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-7.1.1.tgz",
|
||||
"integrity": "sha512-mK3aFtjz4VdJN0igpIJrinf3EO8U8mxOPsTBzSsy06UtjZQJ3YY3o3Xa7zSc5nMqcMrRwlChHZ18Kxg0caiPBg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "^17.0.5",
|
||||
"@types/sax": "^1.2.1",
|
||||
"arg": "^5.0.0",
|
||||
"sax": "^1.2.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@astrojs/svelte-language-integration": {
|
||||
"version": "0.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@astrojs/svelte-language-integration/-/svelte-language-integration-0.1.3.tgz",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue