-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 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
61
62
63
64
65
66
67
68
{
"name": "markai",
"version": "0.1.0",
"private": true,
"author": {
"name": "Umut Hope YILDIRIM",
"email": "[email protected]",
"url": "https://umutyildirim.com"
},
"contributors": [
{
"name": "Burak YILDIRIM",
"url": "https://burakyildirim.me"
}
],
"scripts": {
"dev": "next dev",
"performanceDebug": "PERFORMANCE=true NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.30.0",
"@clerk/themes": "^1.7.13",
"@datadog/browser-rum": "^5.15.0",
"@nextui-org/react": "^2.3.5",
"@reduxjs/toolkit": "^2.2.3",
"@supabase/supabase-js": "^2.42.5",
"@types/lodash.debounce": "^4.0.9",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@upstash/ratelimit": "^1.1.2",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^1.0.1",
"ai": "2.2.25",
"autoprefixer": "^10.4.19",
"cheerio": "1.0.0-rc.12",
"clsx": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.2",
"framer-motion": "^11.1.7",
"langchain": "^0.1.34",
"lodash.debounce": "^4.0.8",
"luxon": "^3.4.4",
"next": "^14.2.2",
"openai": "^4.38.3",
"playwright": "^1.43.1",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.1.0",
"react-redux": "^9.1.1",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.1",
"@next/bundle-analyzer": "^14.2.2",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14"
}
}