-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathpackage.json
139 lines (139 loc) · 4.16 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
{
"name": "surrealist",
"private": true,
"version": "3.2.0",
"surreal": "2.0.0",
"type": "module",
"authors": [
"SurrealDB"
],
"scripts": {
"build": "tsc && vite build",
"dev": "vite",
"preview": "vite preview",
"lint:check": "biome check . --formatter-enabled=false",
"lint:apply": "biome check . --formatter-enabled=false --write",
"lint:apply:unsafe": "biome check . --formatter-enabled=false --write --unsafe",
"license-report": "license-report --fields name --fields licenseType --fields link --fields installedVersion --fields author > src/assets/data/license-report.json",
"start": "npm run dev",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"ts": "tsc --watch --noEmit"
},
"dependencies": {
"@codemirror/autocomplete": "^6.13.0",
"@codemirror/commands": "^6.3.3",
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.4.2",
"@codemirror/lint": "^6.5.0",
"@codemirror/search": "^6.5.6",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.24.1",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fig/lezer-bash": "^1.2.5",
"@intercom/messenger-js-sdk": "^0.0.14",
"@lezer/common": "^1.2.1",
"@lezer/go": "^1.0.0",
"@lezer/highlight": "^1.2.1",
"@lezer/html": "^1.3.10",
"@lezer/javascript": "^1.4.17",
"@lezer/php": "^1.0.2",
"@lezer/python": "^1.1.14",
"@lezer/rust": "^1.0.2",
"@mantine/core": "^7.16.1",
"@mantine/hooks": "^7.16.1",
"@mantine/modals": "^7.16.1",
"@mantine/notifications": "^7.16.1",
"@mdi/js": "^7.2.96",
"@replit/codemirror-indentation-markers": "^6.5.0",
"@sigma/edge-curve": "^3.1.0",
"@sigma/node-border": "^3.0.0",
"@surrealdb/codemirror": "1.0.0-beta.19",
"@surrealdb/lezer": "1.0.0-beta.19",
"@surrealdb/ql-wasm": "0.2.0-beta.9",
"@surrealdb/wasm": "1.1.0",
"@tanstack/react-query": "^5.37.1",
"@tauri-apps/api": "2.0.0-rc.4",
"@tauri-apps/plugin-deep-link": "2.0.0-rc.1",
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
"@tauri-apps/plugin-fs": "2.0.0-rc.2",
"@tauri-apps/plugin-http": "2.0.0-rc.2",
"@tauri-apps/plugin-log": "2.0.0-rc.1",
"@tauri-apps/plugin-os": "2.0.0-rc.1",
"@tauri-apps/plugin-process": "2.0.0-rc.1",
"@tauri-apps/plugin-shell": "2.0.0-rc.1",
"@tauri-apps/plugin-updater": "2.0.0-rc.2",
"@theopensource-company/feature-flags": "^0.4.6",
"@xyflow/react": "^12.3.2",
"ansi-to-html": "^0.7.2",
"clsx": "^2.1.0",
"cm6-graphql": "^0.1.1",
"codemirror": "^6.0.1",
"compare-versions": "^6.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.9",
"elkjs": "^0.9.1",
"escape-string-regexp": "^5.0.0",
"fast-deep-equal": "^3.1.3",
"flag-icons": "^7.2.3",
"geo-coordinates-parser": "^1.7.0",
"graphology": "^0.25.4",
"graphology-layout": "^0.6.1",
"graphology-layout-forceatlas2": "^0.10.1",
"graphql": "^16.9.0",
"html-to-image": "^1.11.11",
"idb": "^8.0.0",
"immer": "^10.0.2",
"iwanthue": "^2.0.0",
"klona": "^2.0.6",
"leaflet": "^1.9.4",
"lottie-web": "^5.12.2",
"mantine-contextmenu": "^7.15.3",
"marked": "^15.0.0",
"papaparse": "^5.4.1",
"posthog-js": "^1.121.4",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-leaflet": "^4.2.1",
"react-resizable-panels": "^2.1.4",
"react-reverse-portal": "^2.1.1",
"rss-parser": "^3.13.0",
"sigma": "^3.0.0",
"surrealdb": "^1.1.0",
"use-immer": "^0.9.0",
"valibot": "^0.42.1",
"wouter": "^3.3.5",
"zustand": "^4.5.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@tauri-apps/cli": "2.0.0-rc.11",
"@types/leaflet": "^1.9.12",
"@types/node": "^20.4.9",
"@types/papaparse": "^5.3.14",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-react": "^4.0.4",
"license-report": "^6.5.0",
"sass": "^1.80.3",
"sharp": "^0.33.4",
"svgo": "^3.3.2",
"typescript": "^5.1.6",
"vite": "^5.4.10",
"vite-plugin-compression2": "^1.1.2",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-markdown": "^2.2.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}