-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "codefount",
"version": "1.0.0",
"private": true,
"license": "MIT",
"author": "Arhan Ansari <arhanansari2009@gmail.com> (https://codewitharhan.infinityfreeapp.com)",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.9.14",
"@emailjs/browser": "^4.4.1",
"@formspree/react": "^2.5.1",
"@google/generative-ai": "^0.21.0",
"@monaco-editor/react": "^4.6.0",
"@sentry/nextjs": "^8.45.0",
"@vercel/analytics": "^1.4.1",
"convex": "^1.17.3",
"framer-motion": "^11.13.1",
"lucide-react": "^0.464.0",
"monaco-editor": "^0.52.2",
"next": "15.1.5",
"next-sitemap": "^4.2.3",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"sanitize-html": "^2.14.0",
"svix": "^1.42.0",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/sanitize-html": "^2.13.0",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}