-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.11 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
{
"name": "database-browser",
"private": true,
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "bunx tsc --noEmit",
"tauri": "tauri",
"tauri:build": "bunx tauri build"
},
"dependencies": {
"@blueprintjs/core": "^5.13.1",
"@blueprintjs/select": "^5.2.5",
"@monaco-editor/react": "^4.6.0",
"@react-three/fiber": "^8.17.10",
"@tanstack/react-query": "^5.59.13",
"@tanstack/react-query-devtools": "^5.59.13",
"@tanstack/react-router": "^1.65.0",
"@tauri-apps/api": "^2.0.2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-shell": "~2.0.0",
"@xyflow/react": "^12.3.2",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.8",
"highlight.js": "^11.10.0",
"jotai": "^2.10.0",
"mobx": "^6.13.3",
"mobx-react": "^9.1.1",
"normalize.css": "^8.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.13",
"react-icons": "^5.3.0",
"react-resizable-panels": "^2.1.4",
"react-use": "^17.5.1",
"react-virtualized-auto-sizer": "^1.0.24",
"sql-formatter": "^15.4.3",
"three": "^0.169.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
"@tanstack/router-devtools": "^1.65.0",
"@tanstack/router-plugin": "^1.65.0",
"@tauri-apps/cli": "^2.0.3",
"@types/bun": "^1.1.11",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/three": "^0.169.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.0",
"concurrently": "^9.0.1",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.3",
"vite": "^5.4.8",
"vite-tsconfig-paths": "^5.0.1"
},
"browserslist": {
"target": ["es2021", "chrome97", "safari13"]
}
}