-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 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
41
42
43
44
45
46
47
{
"name": "@justdb/web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint ."
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/lang-sql": "^6.10.0",
"@codemirror/language": "^6.12.1",
"@codemirror/view": "^6.39.15",
"@fontsource-variable/geist": "^5.2.6",
"@fontsource-variable/geist-mono": "^5.2.6",
"@lezer/highlight": "^1.2.3",
"@tanstack/react-query": "^5.95.2",
"@tanstack/react-virtual": "^3.13.23",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-updater": "^2.10.1",
"@uiw/react-codemirror": "^4.25.4",
"jszip": "^3.10.1",
"papaparse": "^5.5.3",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-hotkeys-hook": "^5.2.4",
"react-router-dom": "^7.1.0",
"sql-formatter": "^15.7.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/papaparse": "^5.5.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5",
"vite": "^6.0.0"
}
}