|
|
@@ -1,12 +1,19 @@
|
|
|
{
|
|
|
+ "author": "Grafana Labs",
|
|
|
+ "license": "Apache-2.0",
|
|
|
"name": "@grafana/toolkit",
|
|
|
"version": "6.4.0-alpha.22",
|
|
|
"description": "Grafana Toolkit",
|
|
|
"keywords": [
|
|
|
"grafana",
|
|
|
"cli",
|
|
|
- "plugins"
|
|
|
+ "plugins",
|
|
|
+ "typescript"
|
|
|
],
|
|
|
+ "repository": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "http://github.com/grafana/grafana.git"
|
|
|
+ },
|
|
|
"bin": {
|
|
|
"grafana-toolkit": "./bin/grafana-toolkit.js"
|
|
|
},
|
|
|
@@ -17,8 +24,6 @@
|
|
|
"clean": "rimraf ./dist ./compiled",
|
|
|
"build": "grafana-toolkit toolkit:build"
|
|
|
},
|
|
|
- "author": "Grafana Labs",
|
|
|
- "license": "Apache-2.0",
|
|
|
"main": "src/index.ts",
|
|
|
"dependencies": {
|
|
|
"@babel/core": "7.4.5",
|
|
|
@@ -34,6 +39,8 @@
|
|
|
"@types/semver": "^6.0.0",
|
|
|
"@types/tmp": "^0.1.0",
|
|
|
"@types/webpack": "4.4.34",
|
|
|
+ "@grafana/data": "^6.4.0-alpha",
|
|
|
+ "@grafana/ui": "^6.4.0-alpha",
|
|
|
"axios": "0.19.0",
|
|
|
"babel-loader": "8.0.6",
|
|
|
"babel-plugin-angularjs-annotate": "0.10.0",
|