-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.82 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 3.82 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
{
"name": "omniview",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "pnpm run bundle:yaml-worker && tsc && vite build",
"build:dev": "vite build --minify false --mode development",
"bundle:yaml-worker": "esbuild node_modules/monaco-yaml/yaml.worker.js --bundle --format=esm --outfile=ui/providers/monaco/yaml.worker.bundle.js --platform=browser",
"postinstall": "pnpm run bundle:yaml-worker",
"lint": "ESLINT_USE_FLAT_CONFIG=false eslint ui --ext ts,tsx --report-unused-disable-directives",
"preview": "nx preview",
"test": "vitest run",
"bench": "vitest bench --config vitest.bench.config.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@grafana/faro-core": "^2.2.4",
"@grafana/faro-web-sdk": "^2.2.4",
"@grafana/faro-web-tracing": "^2.2.4",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^7.3.0",
"@mui/material": "^7.3.0",
"@mui/x-charts": "^8.27.0",
"@mui/x-date-pickers": "^8.27.0",
"@omniviewdev/ai-ui": "^0.1.0",
"@omniviewdev/base-ui": "^0.1.0",
"@omniviewdev/editors": "^0.1.0",
"@omniviewdev/providers": "workspace:*",
"@omniviewdev/runtime": "workspace:*",
"@omniviewdev/ui": "workspace:*",
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^2.6.0",
"@opentelemetry/resources": "^2.6.0",
"@opentelemetry/sdk-trace-base": "^2.6.0",
"@reduxjs/toolkit": "^2.2.1",
"@tanstack/react-query": "^5.76.1",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.19",
"@uiw/react-markdown-preview": "^5.1.1",
"@xterm/addon-canvas": "^0.6.0",
"@xterm/addon-fit": "^0.9.0",
"@xterm/addon-web-links": "^0.10.0",
"@xterm/addon-webgl": "^0.17.0",
"@xterm/xterm": "^5.5.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.0.15",
"immer": "^10.0.4",
"js-base64": "^3.7.7",
"jsonpath": "^1.1.1",
"lodash.get": "^4.4.2",
"monaco-editor": "^0.47.0",
"monaco-editor-nginx": "^1.1.0",
"monaco-types": "^0.1.0",
"monaco-yaml": "^5.3.1",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^4.0.13",
"react-icons": "^5.5.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.30.0",
"react-use": "^17.5.0",
"systemjs": "^6.15.1",
"tinycolor2": "^1.6.0",
"yaml": "^2.7.1"
},
"devDependencies": {
"@rolldown/plugin-babel": "^0.2.2",
"@stylistic/eslint-plugin": "^5.10.0",
"@tanstack/react-query-devtools": "^5.76.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.2.1",
"@types/jsonpath": "^0.2.4",
"@types/lodash.get": "^4.4.9",
"@types/node": "^25.5.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/systemjs": "^6.15.3",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^8.31.0",
"@typescript-eslint/parser": "^8.31.0",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/ui": "^4.0.18",
"@wailsio/runtime": "3.0.0-alpha.79",
"@welldone-software/why-did-you-render": "^8.0.1",
"autoprefixer": "^10.4.18",
"babel-plugin-react-compiler": "^1.0.0",
"esbuild": "^0.27.3",
"eslint": "^9.25.1",
"eslint-config-love": "^119.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.34.1",
"identity-obj-proxy": "^3.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vite": "~8.0.1",
"vitest": "^4.0.18"
},
"pnpm": {
"overrides": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0"
}
}
}