-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
123 lines (123 loc) · 3.8 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
{
"name": "surrealist",
"private": true,
"version": "3.0.8",
"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/lang-html": "^6.4.9",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/lang-php": "^6.0.1",
"@codemirror/lang-python": "^6.1.6",
"@codemirror/lang-rust": "^6.0.1",
"@codemirror/language": "^6.10.1",
"@codemirror/legacy-modes": "^6.4.0",
"@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",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/modals": "^7.13.3",
"@mantine/notifications": "^7.13.3",
"@mdi/js": "^7.2.96",
"@replit/codemirror-indentation-markers": "^6.5.0",
"@surrealdb/codemirror": "1.0.0-beta.15",
"@surrealdb/lezer": "1.0.0-beta.5",
"@surrealdb/ql-wasm": "0.2.0-beta.7",
"@surrealdb/wasm": "1.0.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",
"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",
"graphql": "^16.9.0",
"html-to-image": "^1.11.11",
"idb": "^8.0.0",
"immer": "^10.0.2",
"klona": "^2.0.6",
"leaflet": "^1.9.4",
"lottie-web": "^5.12.2",
"mantine-contextmenu": "^7.5.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",
"surrealdb": "^1.0.4",
"use-immer": "^0.9.0",
"valibot": "^0.42.1",
"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]"
}
}
}