Compare commits
2 Commits
4e201142ee
...
aba76a60b7
| Author | SHA1 | Date | |
|---|---|---|---|
| aba76a60b7 | |||
| 491e86f07d |
@@ -1,7 +1,7 @@
|
||||
ARG REGISTRY=docker.io
|
||||
FROM ${REGISTRY}/node:24.11.1-alpine3.22 AS base
|
||||
|
||||
LABEL version="0.0.3"
|
||||
LABEL version="0.0.4"
|
||||
LABEL description="Astro based documentation website"
|
||||
|
||||
ENV PNPM_HOME="/pnpm"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "site-documentation",
|
||||
"type": "module",
|
||||
"version": "0.0.3",
|
||||
"version": "0.0.4",
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
@@ -19,7 +19,7 @@
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"astro": "5.16.3",
|
||||
"motion": "^12.23.24",
|
||||
"motion": "^12.23.25",
|
||||
"sanitize-html": "^2.17.0",
|
||||
"sharp": "^0.34.5",
|
||||
"tailwindcss": "^4.1.17"
|
||||
@@ -30,9 +30,9 @@
|
||||
"eslint": "9.39.1",
|
||||
"eslint-config-prettier": "10.1.8",
|
||||
"eslint-plugin-astro": "1.5.0",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier": "^3.7.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"typescript-eslint": "8.48.0"
|
||||
}
|
||||
}
|
||||
771
pnpm-lock.yaml
generated
771
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user