Update package.json

This commit is contained in:
kleap-admin 2026-01-16 11:55:00 +00:00
parent b63c4eb938
commit 9a1ea13e97
1 changed files with 3 additions and 4 deletions

View File

@ -7,15 +7,14 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"preinstall": "rm -f package-lock.json"
"type-check": "tsc --noEmit"
},
"dependencies": {
"@hookform/resolvers": "^4.1.0",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.1.7",
"@next/mdx": "^15.2.0",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-radio-group": "^1.2.2",
@ -35,7 +34,7 @@
"framer-motion": "^12.4.3",
"geist": "^1.3.1",
"lucide-react": "^0.475.0",
"next": "15.1.9",
"next": "^15.2.0",
"next-themes": "^0.4.4",
"prismjs": "^1.30.0",
"react": "^19.0.0",