-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.11 KB
/
package.json
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
{
"name": "orchestracities-map-panel",
"version": "1.4.5",
"description": "",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch"
},
"author": "Federico M. Facca",
"license": "AGPL-3.0",
"devDependencies": {
"@grafana/data": "^9.1.1",
"@grafana/runtime": "^9.1.1",
"@grafana/toolkit": "^9.1.1",
"@grafana/ui": "^9.1.1",
"@types/lodash": "^4.14.176",
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext@^2.3.0",
"jest-environment-jsdom": "^27.0.1",
"tslib": "2.2.0"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.1.5",
"@types/react-highlight-words": "^0.16.3",
"@types/tinycolor2": "^1.4.3",
"ol": "^6.15.1",
"ol-ext": "^3.2.30",
"ol-layerswitcher": "^3.8.3",
"react-highlight-words": "^0.17.0",
"react-use": "^17.3.1",
"tinycolor2": "^1.4.2",
"yarn": "^1.22.17"
}
}