-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 3.86 KB
/
package.json
File metadata and controls
131 lines (131 loc) · 3.86 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
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
{
"name": "falkordb-browser",
"author": "FalkorDB",
"description": "FalkorDB Browser",
"version": "1.9.4",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test:e2e": "playwright test"
},
"dependencies": {
"@falkordb/canvas": "^0.0.45",
"@falkordb/text-to-cypher": "^0.1.13",
"@hookform/resolvers": "^5.2.2",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.2",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.8",
"@radix-ui/react-visually-hidden": "^1.1.1",
"@redis/client": "^5.5.6",
"@types/d3": "^7.4.3",
"@types/date-fns": "^2.6.3",
"@types/node-cache": "^4.2.5",
"autoprefixer": "^10.4.27",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"cytoscape": "^3.33.2",
"cytoscape-fcose": "^2.2.0",
"d3": "^7.9.0",
"date-fns": "^4.1.0",
"depcheck": "^1.4.7",
"echarts": "^5.6.0",
"echarts-for-react": "^3.0.2",
"embla-carousel-react": "^8.5.2",
"eventsource": "^4.0.0",
"falkordb": "^6.6.2",
"jose": "^6.1.0",
"lodash": "^4.18.0",
"lucide-react": "^1.8.0",
"monaco-editor": "^0.55.1",
"next": "^16.2.3",
"next-auth": "^4.24.12",
"next-swagger-doc": "^0.4.1",
"next-themes": "^0.4.6",
"node-cache": "^5.1.2",
"react": "^18.3.1",
"react-cytoscapejs": "^2.0.0",
"react-dom": "^19.2.5",
"react-dropzone": "^15.0.0",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.72.1",
"react-json-tree": "^0.20.0",
"react-resizable-panels": "^4.9.0",
"swagger-ui-react": "^5.32.2",
"swr": "^2.4.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.2",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"yaml": "^2.8.3",
"zod": "^4.3.6"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"playwright": "^1.59.1",
"@tailwindcss/postcss": "^4.2.2",
"@types/cytoscape-fcose": "^2.2.4",
"@types/lodash": "^4.17.24",
"@types/node": "^25.5.2",
"@types/react": "^18.3.18",
"@types/react-cytoscapejs": "^1.2.5",
"@types/react-dom": "^19.2.3",
"@types/react-gtm-module": "^2.0.4",
"@types/swagger-ui-react": "^5.18.0",
"@typescript-eslint/eslint-plugin": "^8.57.2",
"@typescript-eslint/parser": "^8.58.1",
"eslint": "^10.1.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "^16.2.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^7.0.1",
"typescript": "^5.8.3"
},
"overrides": {
"lodash": "^4.18.0",
"ajv": "^6.14.0",
"zod-validation-error": "^4.0.0",
"react-json-view": {
"react": "$react",
"react-dom": "$react-dom"
},
"swagger-ui-react": {
"react-syntax-highlighter": "^15.6.6"
},
"react-syntax-highlighter": {
"refractor": "^4.9.0"
},
"refractor": {
"prismjs": "^1.30.0"
},
"prismjs": "^1.30.0",
"dompurify": "^3.3.3"
}
}