mirror of
https://github.com/xHyroM/website.git
synced 2024-11-22 06:51:05 +01:00
build: upgrade to astro@2
This commit is contained in:
parent
ccacdd2d33
commit
2cb689b846
2 changed files with 1581 additions and 413 deletions
15
package.json
15
package.json
|
@ -11,16 +11,17 @@
|
||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/image": "^0.12.0",
|
"@astrojs/image": "^0.15.0",
|
||||||
"@astrojs/prefetch": "^0.1.1",
|
"@astrojs/prefetch": "^0.1.2",
|
||||||
"@astrojs/sitemap": "^1.0.0",
|
"@astrojs/sitemap": "^1.0.1",
|
||||||
"@astrojs/tailwind": "^2.1.3",
|
"@astrojs/tailwind": "^3.0.1",
|
||||||
"@tailwindcss/typography": "^0.5.8",
|
"@tailwindcss/typography": "^0.5.8",
|
||||||
"astro": "^1.6.12",
|
"astro": "^2.0.14",
|
||||||
"astro-compress": "^1.1.17",
|
"astro-compress": "^1.1.33",
|
||||||
"astro-robots-txt": "^0.3.10",
|
"astro-robots-txt": "^0.4.0",
|
||||||
"fireworks-js": "^2.10.0",
|
"fireworks-js": "^2.10.0",
|
||||||
"html-minifier": "^4.0.0",
|
"html-minifier": "^4.0.0",
|
||||||
|
"tailwind": "^4.0.0",
|
||||||
"tailwindcss": "^3.2.4"
|
"tailwindcss": "^3.2.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
1979
pnpm-lock.yaml
1979
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue