-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
50 lines (50 loc) · 1.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "fork-commit-merge-web",
"version": "1.1.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@clerk/nextjs": "^4.31.5",
"@clerk/themes": "^2.1.45",
"@heroicons/react": "^1.0.6",
"@mui/icons-material": "^6.1.7",
"@next-auth/mongodb-adapter": "^1.1.3",
"@types/mongoose": "^5.11.97",
"@types/node": "22.8.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"autoprefixer": "10.4.20",
"axios": "^1.7.7",
"eslint": "9.15.0",
"eslint-config-next": "15.0.3",
"formidable": "^3.5.2",
"framer-motion": "^11.11.17",
"md5": "^2.3.0",
"mongodb": "^5.9.1",
"mongoose": "^8.8.1",
"multer": "^1.4.5-lts.1",
"next": "14.0.3",
"next-auth": "^4.24.8",
"next-connect": "^1.0.0",
"next-secure-headers": "^2.2.0",
"postcss": "8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "^9.13.1",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^9.0.1",
"react-spinners": "^0.14.1",
"remark-gfm": "^4.0.0",
"sharp": "^0.33.1",
"tailwindcss": "3.4.15",
"typescript": "5.6.3"
}
}