Compare commits
1 Commits
0.0.6
...
11fe92124d
| Author | SHA1 | Date | |
|---|---|---|---|
|
11fe92124d
|
@@ -1,7 +1,7 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:24.12.0-alpine3.22 AS base
|
||||
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base
|
||||
|
||||
LABEL version="0.0.6"
|
||||
LABEL version="0.0.5"
|
||||
LABEL description="Astro based documentation website"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
||||
12
package.json
12
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-documentation",
|
||||
"type": "module",
|
||||
"version": "0.0.6",
|
||||
"version": "0.0.5",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
@@ -16,23 +16,23 @@
|
||||
"@astrojs/node": "9.5.1",
|
||||
"@astrojs/starlight": "^0.37.1",
|
||||
"@catppuccin/starlight": "1.0.2",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"astro": "5.16.6",
|
||||
"motion": "^12.23.26",
|
||||
"sanitize-html": "^2.17.0",
|
||||
"sharp": "^0.34.5",
|
||||
"tailwindcss": "^4.1.18"
|
||||
"tailwindcss": "^4.1.17"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@typescript-eslint/parser": "8.50.1",
|
||||
"@typescript-eslint/parser": "8.50.0",
|
||||
"eslint": "9.39.2",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-astro": "1.5.0",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"typescript-eslint": "8.50.1"
|
||||
"typescript-eslint": "8.50.0"
|
||||
}
|
||||
}
|
||||
623
pnpm-lock.yaml
generated
623
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user