Skip to content

Commit 9951941

Browse files
committed
Cleans up further
Signed-off-by: Sebastian Kawelke <[email protected]>
1 parent f14e854 commit 9951941

File tree

12 files changed

+602
-6458
lines changed

12 files changed

+602
-6458
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:24.12.0@sha256:20988bcdc6dc76690023eb2505dd273bdeefddcd0bde4bfd1efe4ebf8707f747 as builder
1+
FROM node:24.14.0@sha256:3a09aa6354567619221ef6c45a5051b671f953f0a1924d1f819ffb236e520e6b AS builder
22
LABEL maintainer="Sebastian Kawelke <[email protected]"
33

44
# Disable telemetry
@@ -35,7 +35,7 @@ RUN npm run build
3535

3636
RUN mkdir -p /usr/app/.next/cache/images && chown -R 53111:53111 /usr/app/.next/cache/images
3737

38-
FROM registry.opencode.de/open-code/oci/nodejs:24@sha256:c3f36b1bfe95719ec124d5802d76cf181b8ec8d69eab08aab9e7d7bef470291d
38+
FROM registry.opencode.de/open-code/oci/nodejs:24@sha256:060a357b71a47f4e1f070d1840f663008793018020ff566baf524cf0b206db97
3939

4040
USER 53111
4141

package-lock.json

Lines changed: 584 additions & 4080 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "git+https://github.com/l3montree-dev/devguard-docs.git"
14+
"url": "git+https://github.com/l3montree-dev/devguard-documentation.git"
1515
},
1616
"author": {
1717
"name": "l3montree GmbH",
@@ -30,13 +30,10 @@
3030
],
3131
"license": "MIT",
3232
"bugs": {
33-
"url": "https://github.com/l3montree-dev/devguard-docs/issues"
33+
"url": "https://github.com/l3montree-dev/devguard-documentation/issues"
3434
},
35-
"homepage": "https://github.com/l3montree-dev/devguard-docs",
35+
"homepage": "https://github.com/l3montree-dev/devguard-documentation",
3636
"dependencies": {
37-
"@gsap/react": "^2.1.2",
38-
"@headlessui/react": "^2.2.9",
39-
"@heroicons/react": "^2.2.0",
4037
"@ltonetwork/http-message-signatures": "^0.1.12",
4138
"@radix-ui/react-dialog": "^1.1.15",
4239
"@radix-ui/react-separator": "^1.1.8",
@@ -46,52 +43,34 @@
4643
"@theguild/remark-mermaid": "^0.3.0",
4744
"class-variance-authority": "^0.7.1",
4845
"clsx": "^2.1.1",
49-
"dotenv": "^16.5.0",
5046
"eslint-config-prettier": "^9.1.2",
51-
"framer-motion": "^12.29.2",
52-
"gsap": "^3.14.2",
5347
"lodash": "^4.17.23",
54-
"lucide-react": "^0.514.0",
55-
"mathjs": "^14.9.1",
56-
"motion": "^12.29.2",
48+
"lucide-react": "^0.575.0",
5749
"next": "15.5.12",
5850
"next-sitemap": "^4.2.3",
5951
"nextra": "3.3.1",
6052
"nextra-theme-docs": "3.3.1",
61-
"ogl": "^1.0.11",
62-
"p-limit": "^6.2.0",
63-
"postprocessing": "^6.38.2",
53+
"postprocessing": "^6.38.3",
6454
"radix-ui": "^1.4.3",
65-
"react": "^18.2.0",
66-
"react-dom": "^18.2.0",
67-
"react-hook-form": "^7.57.0",
68-
"react-markdown": "^9.0.3",
69-
"react-use-measure": "^2.1.7",
70-
"remark-gemoji": "^8.0.0",
71-
"remark-gfm": "^4.0.1",
72-
"remark-mdx-disable-explicit-jsx": "^0.1.0",
55+
"react": "^18.3.1",
56+
"react-dom": "^18.3.1",
7357
"sass": "^1.97.3",
7458
"sharp": "^0.34.5",
75-
"swagger-ui-react": "^5.31.0",
76-
"tailwind-merge": "^3.3.1",
77-
"tailwindcss-animate": "^1.0.7",
78-
"three": "^0.167.1",
79-
"winston": "^3.17.0"
59+
"swagger-ui-react": "^5.31.2",
60+
"tailwind-merge": "^3.5.0",
61+
"tailwindcss-animate": "^1.0.7"
8062
},
8163
"devDependencies": {
82-
"@types/lodash": "^4.17.23",
83-
"@types/node": "24.0.15",
64+
"@types/lodash": "^4.17.24",
65+
"@types/node": "25.3.1",
8466
"@types/swagger-ui-react": "^5.18.0",
85-
"@types/three": "^0.182.0",
86-
"autoprefixer": "^10.4.24",
87-
"eslint-config-next": "^15.4.10",
67+
"autoprefixer": "^10.4.27",
68+
"eslint-config-next": "^15.5.12",
8869
"eslint-plugin-prettier": "^5.5.5",
89-
"jest": "^29.7.0",
90-
"jest-environment-jsdom": "^29.7.0",
9170
"postcss": "^8.5.6",
9271
"prettier-plugin-tailwindcss": "^0.7.2",
93-
"shadcn": "^3.7.0",
94-
"tailwindcss": "3.4.18",
72+
"shadcn": "^3.8.5",
73+
"tailwindcss": "3.4.19",
9574
"typescript": "^5.9.3"
9675
}
9776
}

src/components/AnimatedContent.tsx

Lines changed: 0 additions & 137 deletions
This file was deleted.

src/components/AnimatedLogoCloud.tsx

Lines changed: 0 additions & 109 deletions
This file was deleted.

0 commit comments

Comments
 (0)