-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.22 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.22 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
{
"name": "mosp-chat",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"tauri": "tauri",
"start": "tauri dev"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/node": "^25.0.9",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"clsx": "^2.1.1",
"postcss": "^8.5.6",
"tailwind-merge": "^3.4.0",
"tailwindcss": "3",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@radix-ui/react-popover": "^1.1.15",
"@tailwindcss/typography": "^0.5.19",
"@tauri-apps/api": "^2.9.1",
"animate.css": "^4.1.1",
"class-variance-authority": "^0.7.1",
"katex": "^0.16.27",
"lucide-react": "^0.562.0",
"next-themes": "^0.4.6",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.4.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.10"
}
}