Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bd5dd8796 |
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim
|
||||
FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim@sha256:531f855bda2c73cd6ef67d56b733b357cea384185b3022bd09f05e002cd144ca
|
||||
|
||||
RUN apt-get update && apt-get install -y build-essential && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
@@ -7,13 +7,13 @@
|
||||
"@sveltejs/vite-plugin-svelte": "^7.0.0",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tailwindcss/vite": "^4.2.2",
|
||||
"@types/node": "^26.0.0",
|
||||
"@types/pako": "^3.0.0",
|
||||
"@types/node": "^25.9.1",
|
||||
"@types/pako": "^2.0.4",
|
||||
"sass": "^1.100.0",
|
||||
"svelte": "^5.55.2",
|
||||
"svelte-check": "^4.4.6",
|
||||
"tailwindcss": "^4.2.2",
|
||||
"typescript": "^7.0.0",
|
||||
"typescript": "^6.0.2",
|
||||
"ultracite": "7.8.0",
|
||||
"vite": "^8.0.7"
|
||||
},
|
||||
@@ -34,7 +34,7 @@
|
||||
"dependencies": {
|
||||
"bits-ui": "^2.18.1",
|
||||
"lottie-web": "^5.13.0",
|
||||
"pako": "^3.0.0",
|
||||
"pako": "^2.1.0",
|
||||
"uqr": "^0.1.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user