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-10-15 07:41:25 -05:00
|
|
|
"version": "7.4.0-pre.0",
|
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",
|
2020-02-27 11:00:36 -06:00
|
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
|
|
"directory": "packages/grafana-runtime"
|
2019-07-23 19:17:41 -05:00
|
|
|
},
|
2019-06-03 10:55:59 -05:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"scripts": {
|
2020-02-25 06:59:11 -06:00
|
|
|
"build": "grafana-toolkit package:build --scope=runtime",
|
2020-02-27 11:00:36 -06:00
|
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
|
|
"clean": "rimraf ./dist ./compiled",
|
2020-04-21 03:41:50 -05:00
|
|
|
"docsExtract": "mkdir -p ../../reports/docs && api-extractor run 2>&1 | tee ../../reports/docs/$(basename $(pwd)).log",
|
2020-02-27 11:00:36 -06:00
|
|
|
"typecheck": "tsc --noEmit"
|
2019-06-03 10:55:59 -05:00
|
|
|
},
|
2019-07-04 06:32:09 -05:00
|
|
|
"dependencies": {
|
2020-10-15 07:41:25 -05:00
|
|
|
"@grafana/data": "7.4.0-pre.0",
|
|
|
|
"@grafana/ui": "7.4.0-pre.0",
|
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",
|
2020-03-15 10:39:40 -05:00
|
|
|
"@rollup/plugin-commonjs": "11.0.2",
|
|
|
|
"@rollup/plugin-node-resolve": "7.1.1",
|
2020-11-13 07:48:11 -06:00
|
|
|
"@types/jest": "26.0.0",
|
2020-03-15 10:39:40 -05:00
|
|
|
"@types/rollup-plugin-visualizer": "2.6.0",
|
2019-06-19 13:31:47 -05:00
|
|
|
"@types/systemjs": "^0.20.6",
|
2020-08-04 10:37:29 -05:00
|
|
|
"lodash": "4.17.19",
|
2020-03-23 23:47:32 -05:00
|
|
|
"pretty-format": "25.1.0",
|
2020-03-15 10:39:40 -05:00
|
|
|
"rollup": "2.0.6",
|
|
|
|
"rollup-plugin-sourcemaps": "0.5.0",
|
|
|
|
"rollup-plugin-terser": "5.3.0",
|
|
|
|
"rollup-plugin-typescript2": "0.26.0",
|
|
|
|
"rollup-plugin-visualizer": "3.3.1",
|
2020-09-25 09:48:41 -05:00
|
|
|
"typescript": "4.0.2"
|
2019-08-22 03:20:17 -05:00
|
|
|
},
|
|
|
|
"types": "src/index.ts"
|
2019-06-03 10:55:59 -05:00
|
|
|
}
|