-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.67 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
51
52
53
54
55
56
57
58
59
60
{
"name": "epic-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/clerk-sdk-node": "^4.12.15",
"@clerk/nextjs": "^4.26.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.3.2",
"@iconscout/react-unicons": "^2.0.2",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.19",
"@mui/styles": "^5.14.19",
"@radix-ui/primitive": "^1.0.1",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@types/react-syntax-highlighter": "^15.5.10",
"@uploadthing/react": "^6.1.0",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.5",
"axios": "^1.5.1",
"class-variance-authority": "^0.7.0",
"lucide-react": "^0.288.0",
"mongodb": "^3.5.9",
"mongoose": "^7.3.4",
"next": "^14.0.1",
"nextjs-current-url": "^1.0.3",
"prop-types": "^15.8.1",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.47.0",
"react-icons": "^4.11.0",
"react-intersection-observer": "^9.5.3",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^9.0.0",
"react-router-dom": "^6.19.0",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"uploadthing": "^6.1.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
"postcss": "^8",
"postcss-nesting": "^12.0.1",
"tailwindcss": "^3",
"typescript": "^5"
}
}