-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.49 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.49 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
{
"name": "vaduga-mapgl-panel",
"version": "2.3.0",
"description": "Mapgl panel",
"scripts": {
"build": "rspack -c ./rspack.config.ts --env production",
"dev": "rspack -w -c ./rspack.config.ts --env development",
"test": "jest --watch --onlyChanged",
"test:ci": "jest --passWithNoTests --maxWorkers 4",
"typecheck": "tsc --noEmit",
"typecheck:native": "tsgo --noEmit",
"lint": "eslint --cache .",
"lint:fix": "npm run lint -- --fix && prettier --write --list-different .",
"e2e": "playwright test",
"server": "docker compose up --build",
"sign": "npx --yes @grafana/sign-plugin@latest"
},
"author": "Vadim Pyatakov",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/plugin-transform-async-to-generator": "^7.28.6",
"@babel/preset-env": "^7.29.2",
"@grafana/e2e": "11.0.6",
"@grafana/e2e-selectors": "13.0.0",
"@grafana/eslint-config": "^9.0.0",
"@grafana/plugin-meta-extractor": "^0.12.2",
"@grafana/tsconfig": "^2.0.1",
"@rspack/cli": "^1.7.11",
"@rspack/core": "^1.7.11",
"@stylistic/eslint-plugin": "^5.10.0",
"@swc/core": "^1.15.26",
"@swc/helpers": "^0.5.21",
"@swc/jest": "^0.2.39",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "^16.3.2",
"@types/geojson": "^7946.0.16",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.24",
"@types/node": "^25.6.0",
"@types/ws": "^8.18.1",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"@typescript/native-preview": "^7.0.0-dev.20260416.1",
"ajv": "^8.18.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.4",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-jsdoc": "^62.9.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-webpack-plugin": "^6.0.0",
"glob": "^13.0.6",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"jest": "^30.3.0",
"jest-environment-jsdom": "^30.3.0",
"prettier": "^3.8.3",
"replace-in-file-webpack-plugin": "^1.0.6",
"rspack-plugin-virtual-module": "^1.0.1",
"sass": "1.99.0",
"sass-loader": "16.0.7",
"style-loader": "4.0.0",
"systemjs": "^6.15.1",
"ts-checker-rspack-plugin": "^1.3.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "6.0.2",
"webpack-merge": "^6.0.1",
"ws": "^8.20.0"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@emotion/css": "11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@grafana/data": "12.4.2",
"@grafana/i18n": "12.4.2",
"@grafana/runtime": "12.4.2",
"@grafana/schema": "12.4.2",
"@grafana/ui": "12.4.2",
"@msagl/core": "^1.1.23",
"@turf/bbox": "^7.3.4",
"@turf/distance": "^7.3.4",
"@turf/helpers": "^7.3.4",
"@turf/midpoint": "^7.3.4",
"arquero": "^8.0.3",
"deck.gl": "9.3.1",
"lodash": "^4.18.1",
"mapbox-gl": "^3.21.0",
"maplibre-gl": "^5.23.0",
"mobx": "^6.15.0",
"queue-typescript": "^1.0.1",
"mobx-react-lite": "^4.1.1",
"process": "^0.11.10",
"react": "18.3.1",
"react-copy-to-clipboard": "^5.1.1",
"react-dom": "18.3.1",
"react-map-gl": "^8.1.1",
"react-virtualized-auto-sizer": "1.0.26",
"react-window": "1.8.11"
},
"overrides": {
"fast-xml-parser": "5.5.6",
"flatted": "3.4.2"
},
"packageManager": "npm@11.12.1"
}