-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 897 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 897 Bytes
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
{
"name": "grafana-plugins",
"version": "2.0.0",
"description": "Raa Labs custom plugins for Grafana",
"main": "index.js",
"repository": "https://github.com/RaaLabs/grafana-plugins.git",
"author": "Raa Labs AS",
"license": "MIT",
"private": true,
"workspaces": [
"Source/raalabs-jira-assets-datasource"
],
"scripts": {
"server": "docker compose -f Environment/docker-compose.yaml build --no-cache && docker compose -f Environment/docker-compose.yaml up",
"server-down": "docker compose -f Environment/docker-compose.yaml down -v"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@babel/core": "7.24.5",
"@grafana/tsconfig": "1.3.0-rc1",
"@rollup/plugin-typescript": "11.1.6",
"@types/react": "18.3.1",
"rollup": "4.17.2",
"rollup-plugin-copy": "3.5.0",
"typescript": "5.4.5"
}
}