Skip to content

Commit b7be061

Browse files
committed
split deps into devDeps
1 parent 0cc25f0 commit b7be061

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

package.json

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,26 +16,23 @@
1616
"@clerk/nextjs": "^4.31.5",
1717
"@clerk/themes": "^2.2.3",
1818
"@heroicons/react": "^2.0.18",
19-
"@mui/icons-material": "^7.0.1",
19+
"framer-motion": "^12.0.0",
20+
"next": "^14.1.0",
21+
"react": "18.3.1",
22+
"react-dom": "18.3.1",
23+
"react-intersection-observer": "^9.15.1"
24+
},
25+
"devDependencies": {
2026
"@types/node": "24.5.2",
2127
"@types/react": "18.3.12",
2228
"@types/react-dom": "18.3.1",
23-
"autoprefixer": "10.4.21",
29+
"typescript": "5.9.2",
2430
"eslint": "9.36.0",
2531
"eslint-config-next": "15.5.3",
26-
"framer-motion": "^12.0.0",
27-
"next": "^14.1.0",
28-
"next-connect": "^1.0.0",
29-
"postcss": "8.5.6",
3032
"prettier": "^3.5.3",
3133
"prettier-plugin-tailwindcss": "^0.6.11",
32-
"react": "18.3.1",
33-
"react-dom": "18.3.1",
34-
"react-intersection-observer": "^9.15.1",
35-
"react-markdown": "^10.0.0",
36-
"remark-gfm": "^4.0.1",
37-
"sharp": "^0.34.0",
3834
"tailwindcss": "3.4.15",
39-
"typescript": "5.9.2"
35+
"postcss": "8.5.6",
36+
"autoprefixer": "10.4.21"
4037
}
4138
}

0 commit comments

Comments
 (0)