This commit is contained in:
2026-01-14 01:23:03 +01:00
parent e46b104127
commit 172e2600d1
20 changed files with 3095 additions and 914 deletions

9
package-lock.json generated
View File

@@ -17,6 +17,7 @@
"astro": "^5.16.8",
"ioredis": "^5.9.1",
"lucide-react": "^0.468.0",
"prismjs": "^1.30.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"shiki": "^1.24.2",
@@ -25,6 +26,7 @@
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^25.0.6",
"@types/prismjs": "^1.26.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tsx": "^4.21.0"
@@ -2202,6 +2204,13 @@
"undici-types": "~7.16.0"
}
},
"node_modules/@types/prismjs": {
"version": "1.26.5",
"resolved": "https://registry.npmjs.org/@types/prismjs/-/prismjs-1.26.5.tgz",
"integrity": "sha512-AUZTa7hQ2KY5L7AmtSiqxlhWxb4ina0yd8hNbl4TWuqnv/pFP0nDMb3YrfSBf4hJVGLh2YEIBfKaBW/9UEl6IQ==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/react": {
"version": "19.2.8",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.8.tgz",