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({
|
||||
site: SITE.url,
|
||||
output: "static",
|
||||
experimental: {
|
||||
assets: true,
|
||||
},
|
||||
integrations: [
|
||||
tailwind(),
|
||||
sitemap(),
|
||||
compress({
|
||||
css: true,
|
||||
html: true,
|
||||
img: false,
|
||||
js: true,
|
||||
svg: false,
|
||||
CSS: true,
|
||||
HTML: true,
|
||||
Image: true,
|
||||
JavaScript: true,
|
||||
SVG: false,
|
||||
}),
|
||||
robotsTxt({
|
||||
policy: [
|
||||
|
|
25
package.json
25
package.json
|
@ -11,19 +11,20 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/sitemap": "^2.0.2",
|
||||
"@astrojs/tailwind": "^4.0.0",
|
||||
"astro": "^2.10.12",
|
||||
"astro-compress": "^2.0.14",
|
||||
"astro-robots-txt": "^0.5.0",
|
||||
"autoprefixer": "^10.4.15",
|
||||
"cssnano": "^6.0.1",
|
||||
"postcss": "^8.4.28",
|
||||
"tailwindcss": "^3.3.3"
|
||||
"@astrojs/sitemap": "^3.0.4",
|
||||
"@astrojs/tailwind": "^5.1.0",
|
||||
"astro": "^4.1.2",
|
||||
"astro-compress": "^2.2.7",
|
||||
"astro-robots-txt": "^1.0.0",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"cssnano": "^6.0.3",
|
||||
"postcss": "^8.4.33",
|
||||
"sharp": "^0.33.1",
|
||||
"tailwindcss": "^3.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^3.0.2",
|
||||
"prettier-plugin-astro": "^0.11.1",
|
||||
"prettier-plugin-tailwindcss": "^0.5.3"
|
||||
"prettier": "^3.1.1",
|
||||
"prettier-plugin-astro": "^0.12.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