-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 2.91 KB
/
Copy pathpackage.json
File metadata and controls
114 lines (114 loc) · 2.91 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": "perses-plugins",
"description": "Monorepo for the Perses plugins",
"version": "0.1.0",
"homepage": "https://github.com/perses/plugins/blob/main/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/perses/plugins.git"
},
"bugs": {
"url": "https://github.com/perses/plugins/issues"
},
"type": "module",
"engines": {
"node": ">=24",
"npm": ">=11"
},
"scripts": {
"dev": "turbo run dev --concurrency 20",
"build": "turbo run build",
"lint": "turbo run lint",
"lint:fix": "turbo run lint -- --fix",
"format": "turbo run format:root",
"format:check": "turbo run format:root:check",
"format:root": "oxfmt",
"format:root:check": "oxfmt --check",
"test": "turbo run test",
"type-check": "turbo run type-check",
"doctor": "npx react-doctor@latest"
},
"workspaces": [
"alertmanager",
"barchart",
"canvas",
"clickhouse",
"datasourcevariable",
"flamechart",
"gaugechart",
"greptimedb",
"heatmapchart",
"histogramchart",
"jaeger",
"logexplorer",
"logstable",
"loki",
"markdown",
"opensearch",
"piechart",
"prometheus",
"pyroscope",
"scatterchart",
"statchart",
"staticlistvariable",
"statushistorychart",
"splunk",
"table",
"tempo",
"timeserieschart",
"timeseriestable",
"tracetable",
"tracingganttchart",
"victorialogs",
"e2e"
],
"peerDependencies": {
"@types/react-dom": "^18.3.0",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^2.6.0",
"@perses-dev/client": "^0.55.0-beta.10",
"@perses-dev/components": "^0.55.0-beta.10",
"@perses-dev/dashboards": "^0.55.0-beta.10",
"@perses-dev/explore": "^0.55.0-beta.10",
"@perses-dev/plugin-system": "^0.55.0-beta.10",
"@perses-dev/spec": "^0.3.0-beta.8",
"@rsbuild/core": "^1.6.7",
"@rsbuild/plugin-react": "^1.4.2",
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.3",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^13.5.0",
"@types/color-hash": "^2.0.0",
"@types/express": "^5.0.0",
"@types/lodash": "^4.17.5",
"concurrently": "^10.0.3",
"cross-env": "^7.0.3",
"express": "^4.21.2",
"jsdom": "^27.0.0",
"mdi-material-ui": "^7.9.2",
"oxfmt": "0.55.0",
"oxlint": "1.70.0",
"oxlint-plugin-react-doctor": "0.9.12",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-hook-form": "^7.87.0",
"react-router": "^6.30.3",
"react-router-dom": "^6.30.3",
"ts-node": "^10.9.2",
"turbo": "^2.6.1",
"typescript": "^7.0.2",
"vitest": "^4.1.11",
"zod": "^4.5.4"
},
"overrides": {
"@module-federation/rsbuild-plugin": {
"node-fetch": "^3.3.2"
}
},
"packageManager": "npm@11.17.0"
}