added case-study slug framework
All checks were successful
Build and Deploy NextJS SculptedArc Website / build-and-deploy (push) Successful in 1m10s

This commit is contained in:
2026-06-22 19:24:13 +01:00
parent ef8d90651e
commit ea12adf484
7 changed files with 814 additions and 38 deletions

View File

@@ -9,10 +9,14 @@
"lint": "eslint"
},
"dependencies": {
"gray-matter": "^4.0.3",
"html-react-parser": "^6.1.3",
"lucide-react": "^1.17.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"remark": "^15.0.1",
"remark-html": "^16.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",