-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.9 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.9 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "devclans",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.0.12",
"@discordjs/ws": "^1.0.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.15.4",
"@tanstack/react-query": "^5.17.19",
"@typegoose/typegoose": "^12.0.0",
"@uploadthing/react": "^6.2.2",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.28.4",
"@vercel/analytics": "^1.1.2",
"@vercel/kv": "^1.0.1",
"@vercel/speed-insights": "^1.0.9",
"axios": "^1.6.5",
"bson": "^6.2.0",
"fast-json-stable-stringify": "^2.1.0",
"github-calendar": "^2.3.2",
"github-calendar-graph": "^0.2.8",
"ioredis": "^5.3.2",
"isomorphic-dompurify": "^2.4.0",
"lucide-react": "^0.312.0",
"marked": "^12.0.0",
"mongodb": "^6.3.0",
"mongoose": "^8.0.4",
"next": "14.1.0",
"next-auth": "^4.24.5",
"next-share": "^0.27.0",
"nodemailer": "^6.9.8",
"octokit": "^3.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-calendar": "^4.1.1",
"react-hook-form": "^7.49.3",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"redis-server": "^1.2.2",
"sass": "^1.69.7",
"uploadthing": "^6.2.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/formidable": "^3.4.5",
"@types/node": "^20.10.7",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}