-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 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
{
"name": "rae",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.11",
"@tauri-apps/api": "^2.8.0",
"@tauri-apps/plugin-global-shortcut": "^2.3.0",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-shell": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.9.0",
"@types/react-syntax-highlighter": "^15.5.13",
"autosize": "^6.0.1",
"axios": "^1.11.0",
"emoji-picker-react": "^4.13.2",
"framer-motion": "^12.23.12",
"jotai": "^2.15.0",
"lucide-react": "^0.536.0",
"motion": "^12.23.12",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.7.1",
"react-syntax-highlighter": "^15.6.1",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"supermemory": "^3.0.0-alpha.26",
"tailwind-merge": "^3.3.1",
"zod": "^4.0.14",
"zustand": "^5.0.7"
},
"devDependencies": {
"@2bad/tsfix": "^1.1.1",
"@tauri-apps/cli": "^2",
"@types/node": "^24.1.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.11",
"typescript": "~5.6.2",
"vite": "^6.0.3"
}
}