-
-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 KB
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
{
"name": "fork-commit-merge-web",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^6.0.0",
"@clerk/nextjs": "^4.31.5",
"@clerk/themes": "^2.2.3",
"@heroicons/react": "^2.0.18",
"@mui/icons-material": "^7.0.1",
"@types/node": "22.14.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@upstash/redis": "^1.34.5",
"autoprefixer": "10.4.21",
"axios": "^1.8.4",
"eslint": "9.22.0",
"eslint-config-next": "15.3.0",
"fork-commit-merge-web": "file:",
"formidable": "^3.5.2",
"framer-motion": "^12.0.0",
"md5": "^2.3.0",
"multer": "^1.4.5-lts.1",
"next": "^14.1.0",
"next-auth": "^4.24.11",
"next-connect": "^1.0.0",
"next-secure-headers": "^2.2.0",
"postcss": "8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intersection-observer": "^9.15.1",
"react-loader-spinner": "^6.1.6",
"react-markdown": "^10.0.0",
"react-spinners": "^0.17.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.34.0",
"tailwindcss": "3.4.15",
"typescript": "5.8.3"
}
}