forked from surrealdb/surrealist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.03 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
{
"name": "surrealist",
"private": true,
"version": "2.0.5",
"surreal": "1.4.2",
"type": "module",
"authors": [
"SurrealDB"
],
"scripts": {
"build": "tsc && pnpm grammar:build && vite build",
"dev": "vite",
"grammar:build": "cd packages/lezer-surrealql && pnpm build && cd ../codemirror-surrealql && pnpm build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"license-report": "license-report --fields name --fields licenseType --fields link --fields installedVersion --fields author > src/assets/data/license-report.json",
"preview": "vite preview",
"start": "vite",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"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-json": "^6.0.1",
"@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.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@lezer/highlight": "^1.2.0",
"@mantine/core": "^7.6.2",
"@mantine/hooks": "^7.6.2",
"@mantine/notifications": "^7.6.2",
"@mdi/js": "^7.2.96",
"@replit/codemirror-indentation-markers": "^6.5.0",
"@tauri-apps/api": "^1.5.3",
"@theopensource-company/feature-flags": "^0.4.5",
"@types/react-copy-to-clipboard": "^5.0.7",
"ansi-to-html": "^0.7.2",
"clsx": "^2.1.0",
"codemirror": "^6.0.1",
"codemirror-surrealql": "workspace:codemirror-surrealql",
"dagre": "^0.8.5",
"dayjs": "^1.11.9",
"dedent": "^1.5.1",
"elkjs": "^0.9.1",
"fast-deep-equal": "^3.1.3",
"html-to-image": "^1.11.11",
"immer": "^10.0.2",
"klona": "^2.0.6",
"lottie-web": "^5.12.2",
"mantine-contextmenu": "^7.5.0",
"posthog-js": "^1.121.4",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.12",
"react-resizable-panels": "^2.0.5",
"react-reverse-portal": "^2.1.1",
"reactflow": "^11.10.4",
"remove": "^0.1.5",
"rss-parser": "^3.13.0",
"semver": "^7.5.4",
"semver-compare": "^1.0.0",
"surrealdb.js": "1.0.0-beta.5",
"surrealdb.wasm": "1.0.0-beta.9",
"surrealql.wasm": "^0.1.6",
"use-immer": "^0.9.0",
"vite-plugin-markdown": "^2.2.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.10",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/semver": "^7.5.0",
"@types/semver-compare": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.47.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"license-report": "^6.5.0",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"vite": "^5.2.9"
}
}