2019-06-03 10:55:59 -05:00
|
|
|
{
|
|
|
|
"name": "@grafana/runtime",
|
2019-07-12 03:25:38 -05:00
|
|
|
"version": "6.4.0-alpha.12",
|
2019-06-03 10:55:59 -05:00
|
|
|
"description": "Grafana Runtime Library",
|
|
|
|
"keywords": [
|
2019-07-11 05:47:58 -05:00
|
|
|
"grafana"
|
2019-06-03 10:55:59 -05:00
|
|
|
],
|
|
|
|
"main": "src/index.ts",
|
|
|
|
"scripts": {
|
|
|
|
"tslint": "tslint -c tslint.json --project tsconfig.json",
|
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
"clean": "rimraf ./dist ./compiled",
|
2019-07-09 11:43:54 -05:00
|
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
|
|
"build": "grafana-toolkit package:build --scope=runtime",
|
|
|
|
"postpublish": "npm run clean"
|
2019-06-03 10:55:59 -05:00
|
|
|
},
|
|
|
|
"author": "Grafana Labs",
|
|
|
|
"license": "Apache-2.0",
|
2019-07-04 06:32:09 -05:00
|
|
|
"dependencies": {
|
|
|
|
"systemjs": "0.20.19",
|
|
|
|
"systemjs-plugin-css": "0.1.37"
|
|
|
|
},
|
2019-06-03 10:55:59 -05:00
|
|
|
"devDependencies": {
|
2019-06-19 13:31:47 -05:00
|
|
|
"@types/systemjs": "^0.20.6",
|
2019-06-03 10:55:59 -05:00
|
|
|
"awesome-typescript-loader": "^5.2.1",
|
|
|
|
"lodash": "^4.17.10",
|
|
|
|
"pretty-format": "^24.5.0",
|
|
|
|
"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",
|
|
|
|
"typescript": "3.4.1"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"@types/lodash": "4.14.119"
|
|
|
|
}
|
|
|
|
}
|