mirror of
https://github.com/grafana/grafana.git
synced 2025-02-09 23:16:16 -06:00
35 lines
886 B
JSON
35 lines
886 B
JSON
{
|
|
"name": "@grafana-plugins/input-datasource",
|
|
"version": "9.2.0-pre",
|
|
"description": "Input Datasource",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git"
|
|
},
|
|
"scripts": {
|
|
"build": "grafana-toolkit plugin:build",
|
|
"test": "grafana-toolkit plugin:test",
|
|
"dev": "grafana-toolkit plugin:dev",
|
|
"watch": "grafana-toolkit plugin:dev --watch"
|
|
},
|
|
"author": "Grafana Labs",
|
|
"devDependencies": {
|
|
"@grafana/toolkit": "9.2.0-pre",
|
|
"@types/jest": "26.0.15",
|
|
"@types/lodash": "4.14.149",
|
|
"@types/react": "17.0.30",
|
|
"lodash": "4.17.21"
|
|
},
|
|
"dependencies": {
|
|
"@grafana/data": "9.2.0-pre",
|
|
"@grafana/ui": "9.2.0-pre",
|
|
"jquery": "3.5.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"react-hook-form": "7.5.3",
|
|
"react-router-dom": "^5.2.0",
|
|
"tslib": "2.4.0"
|
|
}
|
|
}
|