-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.31 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
{
"name": "dbstudio",
"private": true,
"version": "0.2.7",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"icon": "rsvg-convert -w 1024 -h 1024 src-tauri/icons/icon-source.svg -o src-tauri/icons/icon-source.png && tauri icon src-tauri/icons/icon-source.png && rm -rf src-tauri/icons/android src-tauri/icons/ios && cp src-tauri/icons/icon-source.svg src/assets/app-icon.svg",
"release:mac": "bash src-tauri/scripts/release-macos.sh",
"test": "vitest run --passWithNoTests"
},
"dependencies": {
"@codemirror/lang-sql": "^6.10.0",
"@fontsource-variable/manrope": "^5.2.8",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-opener": "^2",
"@uiw/react-codemirror": "^4.25.10",
"lucide-react": "^1.21.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-resizable-panels": "^2.1.9",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.7.0",
"jsdom": "^29.1.1",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vitest": "^4.1.8"
}
}