-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·101 lines (101 loc) · 3.06 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
{
"name": "novaflow",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@langchain/community": "^0.3.20",
"@langchain/core": "^0.3.26",
"@langchain/groq": "^0.1.2",
"@langchain/langgraph": "^0.2.38",
"@langchain/ollama": "^0.1.4",
"@langchain/openai": "^0.3.16",
"@langchain/qdrant": "^0.1.1",
"@mantine/core": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.4",
"@radix-ui/react-tooltip": "^1.1.4",
"@tailwindcss/forms": "^0.5.9",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-fs": "^2.0.2",
"@xyflow/react": "^12.3.2",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "^9.13.0",
"eslint-config-next": "^15.0.1",
"express": "^4.21.1",
"framer-motion": "^11.11.9",
"lucide-react": "^0.460.0",
"nanoid": "^5.0.7",
"next": "14.2.15",
"next-themes": "^0.3.0",
"ollama": "^0.5.11",
"prosemirror-commands": "^1.6.2",
"prosemirror-history": "^1.4.1",
"prosemirror-keymap": "^1.2.2",
"prosemirror-model": "^1.24.1",
"prosemirror-schema-basic": "^1.2.3",
"prosemirror-schema-list": "^1.5.0",
"prosemirror-state": "^1.4.3",
"prosemirror-transform": "^1.10.2",
"prosemirror-view": "^1.37.1",
"react": "^18",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-hook-form": "^7.53.1",
"react-i18next": "^15.1.0",
"react-katex": "^3.0.1",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.6.1",
"recharts": "^2.13.0",
"rehype-katex": "^7.0.1",
"rehype-react": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-react": "^10.0.0",
"remark-rehype": "^11.1.1",
"styled-components": "^6.1.13",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"tw-colors": "^3.3.2",
"uuid": "^11.0.3",
"vaul": "^1.1.0",
"zod": "^3.23.8",
"zustand": "^5.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.4",
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18",
"@types/react-katex": "^3.0.4",
"@types/react-syntax-highlighter": "^15.5.13",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}