-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 3 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 3 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "code-with-unclebigbay",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@9.0.4",
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start -p 3003",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^3.0.0",
"@hashnode/matrix-ui": "^0.2.69",
"@hookform/resolvers": "^3.9.1",
"@next-auth/mongodb-adapter": "^1.1.3",
"@next/bundle-analyzer": "^14.2.18",
"@next/third-parties": "^14.2.18",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-scroll-area": "^1.2.1",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-three/drei": "^9.117.3",
"@react-three/fiber": "^8.17.10",
"@tabler/icons-react": "^3.22.0",
"@tanstack/react-query": "^5.60.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@vercel/analytics": "^1.4.0",
"add-to-calendar-button-react": "^2.7.3",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cobe": "^0.6.3",
"cookies-next": "^4.3.0",
"dayjs": "^1.11.13",
"framer-motion": "^11.11.17",
"fs": "0.0.1-security",
"html-react-parser": "^5.1.18",
"isomorphic-dompurify": "^2.16.0",
"joi": "^17.13.3",
"lodash": "^4.17.21",
"lucide-react": "^0.338.0",
"mongodb": "^6.10.0",
"mongoose": "^8.8.1",
"next": "14.1.1",
"next-auth": "^4.24.10",
"next-sitemap": "^4.2.3",
"pnpm": "^9.13.2",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18.3.1",
"react-canvas-confetti": "^2.0.7",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.6",
"react-csv": "^2.2.2",
"react-csv-reader": "^4.0.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
"react-spring": "^9.7.4",
"react-use": "^17.5.1",
"remove-markdown": "^0.5.5",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"three": "^0.170.0",
"three-globe": "^2.35.2",
"vaul": "^0.9.9",
"xmlbuilder": "^15.1.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.60.1",
"@tanstack/react-query-devtools": "^5.60.5",
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^21.1.7",
"@types/lodash": "^4.17.13",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-csv": "^1.1.10",
"@types/react-dom": "^18.3.1",
"@types/react-html-parser": "^2.0.6",
"@types/remove-markdown": "^0.3.4",
"@types/three": "^0.170.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "14.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"i": "^0.3.7",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
}