-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.2 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.2 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "dashql",
"version": "0.0.2-dev.17",
"gitCommit": "",
"private": true,
"type": "module",
"packageManager": "pnpm@10.33.0",
"dependencies": {
"@bufbuild/protobuf": "^2.11.0",
"flatbuffers": "25.9.23"
},
"devDependencies": {
"@bufbuild/buf": "^1.68.3",
"@bufbuild/protobuf": "^2.11.0",
"@bufbuild/protoc-gen-es": "^2.11.0",
"@codemirror/commands": "^6.10.3",
"@codemirror/language": "^6.12.3",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@eslint/js": "^10.0.1",
"@lezer/highlight": "^1.2.3",
"@primer/behaviors": "^1.10.2",
"@primer/octicons-react": "^19.24.1",
"@react-hook/resize-observer": "^2.0.2",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/cli": "^2.10.1",
"@tauri-apps/plugin-deep-link": "^2.4.8",
"@tauri-apps/plugin-dialog": "^2.7.0",
"@tauri-apps/plugin-fs": "^2.5.0",
"@tauri-apps/plugin-http": "^2.5.8",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-updater": "^2.10.1",
"@types/d3": "^7.4.3",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"apache-arrow": "^21.1.0",
"d3": "^7.9.0",
"dexie": "^4.4.2",
"eslint": "^10.2.1",
"flatbuffers": "^25.9.23",
"framer-motion": "^12.38.0",
"immutable": "^5.1.5",
"jsdom": "^29.0.2",
"json-schema-to-typescript": "^15.0.4",
"jszip": "^3.10.1",
"oauth-pkce": "^0.0.7",
"prettier": "^3.8.3",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-router-dom": "^7.14.2",
"react-window": "^2.2.7",
"style-mod": "^4.1.3",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
"typescript-plugin-css-modules": "^5.2.0",
"vite": "^8.0.9",
"vite-plugin-checker": "^0.13.0",
"vitest": "^4.1.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"@bufbuild/buf",
"@parcel/watcher"
]
},
"browserslist": [
"last 1 version",
"> 1%"
]
}