2022-11-04 14:49:36 -05:00
{
"name" : "amd-custom-svg" ,
"version" : "1.0.0" ,
"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" : "Audacious Software Group" ,
"license" : "MIT" ,
"devDependencies" : {
"@grafana/toolkit" : "latest" ,
2022-12-01 15:45:59 -06:00
"emotion" : "10.0.27" ,
"react-monaco-editor" : "^0.44.0" ,
"tslib" : "^2.3.1"
2022-11-04 14:49:36 -05:00
},
"engines" : {
"node" : ">=14"
},
"dependencies" : {
2022-12-01 15:45:59 -06:00
"@grafana/runtime" : "9.1.2" ,
"@grafana/data" : "9.1.2" ,
"@grafana/ui" : "9.1.2" ,
"@svgdotjs/svg.js" : "^3.1.1"
2022-11-04 14:49:36 -05:00
},
"_comments" : "Dependencies are not included as part of Omniperf. It's the user's responsibility to accept any licensing implications before building the project."
}