-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
139 lines (139 loc) · 4.21 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "cocola",
"version": "1.0.0",
"description": "it's a dynamic community hub where developers converge, code collaboratively, and breathe life into their projects with unparalleled ease. 🚀",
"repository": {
"type": "github",
"url": "https://github.com/cocola-dev/cocola"
},
"homepage": "https://cocola.tech",
"keywords": [
"cocola",
"cocola.tech",
"ruru",
"ruru dev",
"Rutvik Movaliya"
],
"author": "Rutvik Movaliya",
"license": "MIT",
"private": true,
"scripts": {
"postinstall": "prisma generate",
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"prisma": "prisma generate && prisma db push ",
"format": "prettier . --write",
"prettier": "prettier . --write"
},
"dependencies": {
"@auth/mongodb-adapter": "^2.1.0",
"@auth/prisma-adapter": "^1.1.0",
"@google-cloud/storage": "^7.7.0",
"@google/generative-ai": "^0.2.1",
"@hookform/resolvers": "^3.3.4",
"@primer/react": "^36.7.1",
"@prisma/client": "^5.10.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-table": "^8.11.8",
"@uiw/react-heat-map": "^2.2.1",
"@uiw/react-markdown-preview": "^5.0.7",
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.8",
"aws4": "^1.12.0",
"axios": "^1.6.7",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"firebase": "^10.8.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.316.0",
"mongodb": "^6.3.0",
"mongodb-client-encryption": "^6.0.0",
"mongoose": "^8.1.1",
"next": "^14.1.3",
"next-auth": "^5.0.0-beta.4",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"nextjs-toploader": "^1.6.6",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"react-otp-input": "^3.1.1",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"rehype-katex": "^7.0.0",
"rehype-react": "^8.0.0",
"rehype-sanitize": "^6.0.0",
"remark": "^15.0.1",
"remark-autolink-headings": "^6.1.0",
"remark-directive": "^3.0.0",
"remark-directive-rehype": "^0.4.2",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"remark-math": "^6.0.0",
"resend": "^3.1.0",
"sharp": "^0.33.2",
"shiki": "^0.12.1",
"socks": "^2.7.1",
"sonner": "^1.3.1",
"spin.js": "^4.1.1",
"swr": "^2.2.4",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"timeago.js": "^4.0.0-beta.3",
"unist-util-visit": "^5.0.0",
"uuid": "^9.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/react": "^14.2.1",
"@types/bcryptjs": "^2.4.6",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jsdom": "^24.0.0",
"postcss": "^8",
"prettier": "3.2.5",
"prisma": "^5.10.2",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"vitest": "^1.2.2"
}
}