-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.38 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.38 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
{
"name": "perses-plugins",
"description": "Monorepo for the Perses plugins",
"version": "0.1.0",
"scripts": {
"dev": "turbo run dev --concurrency 20",
"build": "turbo run build",
"lint": "turbo run lint",
"lint:fix": "turbo run lint -- --fix",
"test": "turbo run test",
"type-check": "turbo run type-check"
},
"workspaces": [
"barchart",
"clickhouse",
"datasourcevariable",
"flamechart",
"gaugechart",
"heatmapchart",
"histogramchart",
"logstable",
"loki",
"markdown",
"piechart",
"prometheus",
"pyroscope",
"scatterchart",
"statchart",
"staticlistvariable",
"statushistorychart",
"table",
"tempo",
"timeserieschart",
"timeseriestable",
"tracetable",
"tracingganttchart",
"victorialogs",
"e2e"
],
"peerDependencies": {
"@types/react-dom": "^18.3.0",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@module-federation/rsbuild-plugin": "^0.21.6",
"@perses-dev/components": "^0.53.0",
"@perses-dev/core": "^0.53.0-rc.2",
"@perses-dev/dashboards": "^0.53.0",
"@perses-dev/explore": "^0.53.0",
"@perses-dev/plugin-system": "^0.53.0",
"@rsbuild/core": "^1.6.7",
"@rsbuild/plugin-react": "^1.4.2",
"@swc/cli": "^0.7.9",
"@swc/core": "^1.15.3",
"@swc/jest": "^0.2.39",
"@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/jest": "^29.5.14",
"@types/lodash": "^4.17.5",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"concurrently": "^9.1.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"express": "^4.21.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mdi-material-ui": "^7.9.2",
"react-router": "^6.30.3",
"react-router-dom": "^6.30.3",
"rsbuild-plugin-dts": "^0.18.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"turbo": "^2.6.1",
"typescript": "^5.4.2"
},
"packageManager": "npm@10.9.2"
}