-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "dialogo",
"private": true,
"source": "src/main.tsx",
"type": "module",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"devDependencies": {
"@types/downloadjs": "^1.4.3",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.4",
"date-fns": "^2.30.0",
"sass": "^1.93.2",
"vite": "^7.1.10"
},
"dependencies": {
"@mantine/core": "^6.0.1",
"@mantine/hooks": "^6.0.1",
"@mantine/notifications": "^6.0.1",
"@mantine/spotlight": "^6.0.2",
"@tabler/icons-react": "^2.9.0",
"@tanstack/react-location": "^3.7.4",
"@types/node": "^24.8.1",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"dexie": "^3.2.3",
"nanoid": "^5.1.6",
"openai": "^6.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.6",
"remark-gfm": "^3.0.1",
"typescript": "^5.9.3"
}
}