Update package.json
This commit is contained in:
parent
9a1ea13e97
commit
1ef0b2a2c6
11
package.json
11
package.json
|
|
@ -6,15 +6,14 @@
|
|||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"type-check": "tsc --noEmit"
|
||||
"lint": "next lint"
|
||||
},
|
||||
"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.2.0",
|
||||
"@next/mdx": "15.1.7",
|
||||
"@radix-ui/react-checkbox": "^1.1.2",
|
||||
"@radix-ui/react-label": "^2.1.0",
|
||||
"@radix-ui/react-radio-group": "^1.2.2",
|
||||
|
|
@ -34,7 +33,7 @@
|
|||
"framer-motion": "^12.4.3",
|
||||
"geist": "^1.3.1",
|
||||
"lucide-react": "^0.475.0",
|
||||
"next": "^15.2.0",
|
||||
"next": "15.1.7",
|
||||
"next-themes": "^0.4.4",
|
||||
"prismjs": "^1.30.0",
|
||||
"react": "^19.0.0",
|
||||
|
|
@ -51,7 +50,7 @@
|
|||
"zod": "^3.24.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^9.20.1",
|
||||
"eslint-config-next": "15.1.9"
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-next": "15.1.7"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue