2019-06-03 10:55:59 -05:00
|
|
|
{
|
2019-07-23 19:17:41 -05:00
|
|
|
"author": "Grafana Labs",
|
|
|
|
"license": "Apache-2.0",
|
2019-06-03 10:55:59 -05:00
|
|
|
"name": "@grafana/runtime",
|
2020-01-21 08:15:38 -06:00
|
|
|
"version": "6.7.0-pre",
|
2019-06-03 10:55:59 -05:00
|
|
|
"description": "Grafana Runtime Library",
|
|
|
|
"keywords": [
|
2019-07-23 19:17:41 -05:00
|
|
|
"grafana",
|
|
|
|
"typescript"
|
2019-06-03 10:55:59 -05:00
|
|
|
],
|
2019-07-23 19:17:41 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "http://github.com/grafana/grafana.git"
|
|
|
|
},
|
2019-06-03 10:55:59 -05:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"scripts": {
|
2020-02-07 19:40:04 -06:00
|
|
|
"lint": "eslint src/ --ext=.js,.ts,.tsx",
|
2019-06-03 10:55:59 -05:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
"clean": "rimraf ./dist ./compiled",
|
2019-07-09 11:43:54 -05:00
|
|
|
"bundle": "rollup -c rollup.config.ts",
|
2019-07-15 07:19:08 -05:00
|
|
|
"build": "grafana-toolkit package:build --scope=runtime"
|
2019-06-03 10:55:59 -05:00
|
|
|
},
|
2019-07-04 06:32:09 -05:00
|
|
|
"dependencies": {
|
2020-01-21 08:15:38 -06:00
|
|
|
"@grafana/data": "6.7.0-pre",
|
|
|
|
"@grafana/ui": "6.7.0-pre",
|
2019-09-16 08:50:15 -05:00
|
|
|
"systemjs": "0.20.19",
|
|
|
|
"systemjs-plugin-css": "0.1.37"
|
2019-07-04 06:32:09 -05:00
|
|
|
},
|
2019-06-03 10:55:59 -05:00
|
|
|
"devDependencies": {
|
2020-02-07 19:40:04 -06:00
|
|
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
2019-06-19 13:31:47 -05:00
|
|
|
"@types/systemjs": "^0.20.6",
|
2019-09-16 08:50:15 -05:00
|
|
|
"lodash": "4.17.15",
|
|
|
|
"pretty-format": "24.9.0",
|
2019-06-03 10:55:59 -05:00
|
|
|
"rollup": "1.6.0",
|
|
|
|
"rollup-plugin-commonjs": "9.2.1",
|
|
|
|
"rollup-plugin-node-resolve": "4.0.1",
|
|
|
|
"rollup-plugin-sourcemaps": "0.4.2",
|
|
|
|
"rollup-plugin-terser": "4.0.4",
|
|
|
|
"rollup-plugin-typescript2": "0.19.3",
|
|
|
|
"rollup-plugin-visualizer": "0.9.2",
|
2019-11-15 03:18:09 -06:00
|
|
|
"typescript": "3.7.2"
|
2019-08-22 03:20:17 -05:00
|
|
|
},
|
|
|
|
"types": "src/index.ts"
|
2019-06-03 10:55:59 -05:00
|
|
|
}
|