-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 3.06 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 3.06 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
100
101
102
103
104
{
"name": "wallio",
"version": "0.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@ai-sdk/deepseek": "^0.1.11",
"@ai-sdk/openai": "^1.1.13",
"@ai-sdk/react": "^1.1.17",
"@headlessui/react": "^2.2.0",
"@hookform/resolvers": "^4.1.0",
"@langchain/anthropic": "^0.3.15",
"@langchain/community": "^0.3.32",
"@langchain/core": "^0.3.40",
"@langchain/langgraph": "^0.2.46",
"@langchain/mongodb": "^0.1.0",
"@langchain/openai": "^0.4.4",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-visually-hidden": "^1.1.2",
"@reduxjs/toolkit": "^2.5.1",
"@simplewebauthn/browser": "^13.1.0",
"@simplewebauthn/server": "^13.1.1",
"@tanstack/query-sync-storage-persister": "^5.66.4",
"@tanstack/react-query": "^5.66.5",
"@tanstack/react-query-persist-client": "^5.66.5",
"@tiptap/core": "^2.11.5",
"@tiptap/extension-bubble-menu": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.8.1",
"abitype": "^1.0.8",
"ai": "^4.1.45",
"argon2": "^0.41.1",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cookies-next": "^5.1.0",
"dexie": "^4.0.11",
"dexie-react-hooks": "^1.1.7",
"ethers": "^6.13.5",
"framer-motion": "^12.4.7",
"i": "^0.3.7",
"idb": "^8.0.2",
"idb-keyval": "^6.2.1",
"jose": "^5.10.0",
"jwt-decode": "^4.0.0",
"lru-cache": "^11.0.2",
"lucide-react": "^0.475.0",
"markdown-to-jsx": "^7.7.4",
"mongoose": "^8.10.1",
"next": "15.2.0-canary.63",
"next-nprogress-bar": "^2.4.5",
"npm": "^11.2.0",
"ox": "^0.6.9",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-hot-toast": "^2.5.2",
"react-redux": "^9.2.0",
"react-simple-typewriter": "^5.0.1",
"reselect": "^5.1.1",
"short-unique-id": "^5.2.0",
"tailwind-merge": "^3.0.1",
"tailwind-scrollbar-hide": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"use-stick-to-bottom": "^1.0.46",
"viem": "^2.23.15",
"wallioai-kit": "^0.0.4",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20",
"@types/passport": "^1.0.17",
"@types/passport-oauth2": "^1.4.17",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.0-canary.63",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4",
"typescript": "^5"
}
}