Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
466bf33a03 | ||
|
|
b88aa987c6 | ||
|
|
c452bdd76b | ||
|
|
7144d67e8f | ||
|
|
f7efe8dd7d | ||
|
|
2516cf29ca |
@ -1,5 +1,5 @@
|
||||
{
|
||||
"_variables": {
|
||||
"lastUpdateCheck": 1726089127618
|
||||
"lastUpdateCheck": 1741386617926
|
||||
}
|
||||
}
|
||||
2
.astro/types.d.ts
vendored
2
.astro/types.d.ts
vendored
@ -1,2 +1,2 @@
|
||||
/// <reference types="astro/client" />
|
||||
/// <reference path="astro/content.d.ts" />
|
||||
/// <reference path="content.d.ts" />
|
||||
@ -1,5 +1,5 @@
|
||||
# Build Stage
|
||||
FROM node:20-alpine AS build
|
||||
FROM node:22-slim AS build
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
ENV PATH="$PNPM_HOME:$PATH"
|
||||
|
||||
@ -6,7 +6,7 @@ A custom Astro.js template
|
||||
|
||||
## Features
|
||||
|
||||
- 🚀 Astro.js 4 for modern web development.
|
||||
- 🚀 Astro.js 5 for modern web development.
|
||||
- 🐳 Docker integration for consistent environments and easy deployment.
|
||||
- 🍃 Tailwind CSS for utility-first styling and rapid UI development.
|
||||
- ⚛️ React.js integration, enabling complex UI construction with ease.
|
||||
|
||||
27
package.json
27
package.json
@ -15,50 +15,51 @@
|
||||
"upgrade": "pnpm update --interactive --latest",
|
||||
"commit": "cz"
|
||||
},
|
||||
"packageManager": "pnpm@9.8.0",
|
||||
"dependencies": {
|
||||
"@astrojs/alpinejs": "^0.4.0",
|
||||
"@astrojs/check": "^0.9.4",
|
||||
"@astrojs/mdx": "^3.1.8",
|
||||
"@astrojs/react": "^3.6.2",
|
||||
"@astrojs/mdx": "^4.1.0",
|
||||
"@astrojs/react": "^4.2.1",
|
||||
"@astrojs/sitemap": "^3.2.1",
|
||||
"@astrojs/tailwind": "^5.1.2",
|
||||
"@radix-ui/react-dropdown-menu": "^2.1.2",
|
||||
"@radix-ui/react-slot": "^1.1.0",
|
||||
"astro": "^4.16.7",
|
||||
"astro-expressive-code": "^0.37.1",
|
||||
"astro": "^5.4.2",
|
||||
"astro-expressive-code": "^0.40.2",
|
||||
"astro-icon": "^1.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^19.5.0",
|
||||
"@commitlint/config-conventional": "^19.5.0",
|
||||
"@commitlint/cz-commitlint": "^19.5.0",
|
||||
"@directus/sdk": "^17.0.1",
|
||||
"@directus/sdk": "^19.0.1",
|
||||
"@iconify-json/line-md": "^1.2.1",
|
||||
"@pagefind/default-ui": "^1.1.1",
|
||||
"@semantic-release/changelog": "^6.0.3",
|
||||
"@semantic-release/git": "^10.0.1",
|
||||
"@tailwindcss/typography": "^0.5.15",
|
||||
"@types/alpinejs": "^3.13.10",
|
||||
"@types/react": "^18.3.11",
|
||||
"@types/react-dom": "^18.3.0",
|
||||
"@types/react": "^19.0.10",
|
||||
"@types/react-dom": "^19.0.4",
|
||||
"@vite-pwa/assets-generator": "^0.2.6",
|
||||
"alpinejs": "^3.14.1",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"clsx": "^2.1.1",
|
||||
"commitizen": "^4.3.1",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"lucide-react": "^0.447.0",
|
||||
"lucide-react": "^0.479.0",
|
||||
"pagefind": "^1.1.1",
|
||||
"prettier": "^3.3.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.6.8",
|
||||
"pwa-asset-generator": "^6.3.2",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"semantic-release": "^24.1.2",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"semantic-release": "^24.1.1",
|
||||
"sharp": "0.32.6",
|
||||
"tailwind-merge": "^2.5.3",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"tailwind-merge": "^3.0.2",
|
||||
"tailwindcss": "^3.4.11",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"typescript": "^5.6.2"
|
||||
},
|
||||
|
||||
1278
pnpm-lock.yaml
generated
1278
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user