mirror of
https://github.com/xHyroM/links.git
synced 2024-11-21 23:31:04 +01:00
build: bump deps
This commit is contained in:
parent
51efdabb63
commit
eca493dfa4
3 changed files with 1968 additions and 1756 deletions
|
@ -11,18 +11,15 @@ import { SITE } from "./src/config";
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
site: SITE.url,
|
site: SITE.url,
|
||||||
output: "static",
|
output: "static",
|
||||||
experimental: {
|
|
||||||
assets: true,
|
|
||||||
},
|
|
||||||
integrations: [
|
integrations: [
|
||||||
tailwind(),
|
tailwind(),
|
||||||
sitemap(),
|
sitemap(),
|
||||||
compress({
|
compress({
|
||||||
css: true,
|
CSS: true,
|
||||||
html: true,
|
HTML: true,
|
||||||
img: false,
|
Image: true,
|
||||||
js: true,
|
JavaScript: true,
|
||||||
svg: false,
|
SVG: false,
|
||||||
}),
|
}),
|
||||||
robotsTxt({
|
robotsTxt({
|
||||||
policy: [
|
policy: [
|
||||||
|
|
25
package.json
25
package.json
|
@ -11,19 +11,20 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/sitemap": "^2.0.2",
|
"@astrojs/sitemap": "^3.0.4",
|
||||||
"@astrojs/tailwind": "^4.0.0",
|
"@astrojs/tailwind": "^5.1.0",
|
||||||
"astro": "^2.10.12",
|
"astro": "^4.1.2",
|
||||||
"astro-compress": "^2.0.14",
|
"astro-compress": "^2.2.7",
|
||||||
"astro-robots-txt": "^0.5.0",
|
"astro-robots-txt": "^1.0.0",
|
||||||
"autoprefixer": "^10.4.15",
|
"autoprefixer": "^10.4.16",
|
||||||
"cssnano": "^6.0.1",
|
"cssnano": "^6.0.3",
|
||||||
"postcss": "^8.4.28",
|
"postcss": "^8.4.33",
|
||||||
"tailwindcss": "^3.3.3"
|
"sharp": "^0.33.1",
|
||||||
|
"tailwindcss": "^3.4.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "^3.0.2",
|
"prettier": "^3.1.1",
|
||||||
"prettier-plugin-astro": "^0.11.1",
|
"prettier-plugin-astro": "^0.12.3",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.3"
|
"prettier-plugin-tailwindcss": "^0.5.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
3686
pnpm-lock.yaml
3686
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue