forked from surrealdb/surrealist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.9 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
{
"name": "frontend",
"private": true,
"version": "1.11.1",
"surreal": "1.0.0",
"type": "module",
"author": "Starlane Studios",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"embed:build": "node ./scripts/generate-embed.js",
"release": "git push origin main:release --force",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/modifiers": "^6.0.1",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@emotion/react": "^11.11.1",
"@mantine/core": "^6.0.19",
"@mantine/hooks": "^6.0.19",
"@mantine/notifications": "^6.0.19",
"@mdi/js": "^7.2.96",
"@monaco-editor/react": "^4.5.1",
"@reduxjs/toolkit": "^1.9.5",
"@tauri-apps/api": "^1.4.0",
"@types/semver": "^7.5.0",
"ansi-to-html": "^0.7.2",
"dagre": "^0.8.5",
"dayjs": "^1.11.9",
"fast-deep-equal": "^3.1.3",
"html-to-image": "^1.11.11",
"immer": "^10.0.2",
"klona": "^2.0.6",
"monaco-editor": "^0.41.0",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"onigasm": "^2.2.5",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.2",
"react-router-dom": "^6.15.0",
"reactflow": "^11.8.1",
"remove": "^0.1.5",
"semver": "^7.5.4",
"semver-compare": "^1.0.0",
"use-immer": "^0.9.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/node": "^20.4.9",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@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",
"sass": "^1.65.1",
"typescript": "^5.1.6",
"vite": "^4.4.9"
}
}