-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.77 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
{
"name": "mk3y-chat",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier -w ./src",
"test:format": "prettier --check ./src"
},
"repository": {
"type": "git",
"url": "https://github.com/1337hero/faster-next-chat.git"
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.2",
"@ai-sdk/deepseek": "^0.1.2",
"@ai-sdk/groq": "^1.1.2",
"@ai-sdk/openai": "^1.1.2",
"ai": "latest",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"marked": "^15.0.6",
"nanoid": "^5.0.9",
"next": "15.1.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sonner": "^1.7.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.5",
"@types/node": "^20.17.16",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.18.0",
"eslint-config-next": "15.1.5",
"framer-motion": "^11.18.2",
"lucide-react": "^0.473.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"react-hot-toast": "^2.5.1",
"react-markdown": "^9.0.3",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.0",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"use-debounce": "^10.0.4",
"use-stick-to-bottom": "^1.0.44",
"uuid": "^11.0.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}