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",
|
2022-04-07 07:32:37 -05:00
|
|
|
"version": "9.0.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",
|
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": {
|
2022-04-07 07:32:37 -05:00
|
|
|
"@grafana/data": "9.0.0-pre",
|
|
|
|
"@grafana/e2e-selectors": "9.0.0-pre",
|
|
|
|
"@grafana/ui": "9.0.0-pre",
|
2022-03-22 10:06:53 -05:00
|
|
|
"@sentry/browser": "6.19.1",
|
2021-05-13 09:02:18 -05:00
|
|
|
"history": "4.10.1",
|
2021-10-27 08:21:07 -05:00
|
|
|
"lodash": "4.17.21",
|
2022-01-07 10:33:26 -06:00
|
|
|
"react": "17.0.2",
|
|
|
|
"react-dom": "17.0.2",
|
2022-03-23 09:56:44 -05:00
|
|
|
"rxjs": "7.5.5",
|
2019-09-16 08:50:15 -05:00
|
|
|
"systemjs": "0.20.19",
|
2021-10-08 09:19:10 -05:00
|
|
|
"tslib": "2.3.1"
|
2019-07-04 06:32:09 -05:00
|
|
|
},
|
2019-06-03 10:55:59 -05:00
|
|
|
"devDependencies": {
|
2022-02-10 07:37:39 -06:00
|
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@rollup/plugin-commonjs": "21.0.2",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@rollup/plugin-node-resolve": "13.1.3",
|
2022-04-07 08:25:16 -05:00
|
|
|
"@testing-library/dom": "8.13.0",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@testing-library/react": "12.1.4",
|
2021-11-09 11:20:36 -06:00
|
|
|
"@testing-library/user-event": "^13.5.0",
|
2022-01-07 10:33:26 -06:00
|
|
|
"@types/angular": "1.8.4",
|
2022-02-07 07:08:10 -06:00
|
|
|
"@types/history": "4.7.11",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@types/jest": "27.4.1",
|
2022-03-31 04:19:33 -05:00
|
|
|
"@types/lodash": "4.14.181",
|
2022-03-23 09:56:44 -05:00
|
|
|
"@types/react": "17.0.42",
|
|
|
|
"@types/react-dom": "17.0.14",
|
2019-06-19 13:31:47 -05:00
|
|
|
"@types/systemjs": "^0.20.6",
|
2021-03-02 03:13:27 -06:00
|
|
|
"lodash": "4.17.21",
|
2022-01-07 10:33:26 -06:00
|
|
|
"rimraf": "3.0.2",
|
2022-03-23 09:56:44 -05:00
|
|
|
"rollup": "2.70.1",
|
2021-01-12 09:51:09 -06:00
|
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
|
|
"rollup-plugin-terser": "7.0.2",
|
2022-01-13 04:08:38 -06:00
|
|
|
"typescript": "4.4.4"
|
2019-08-22 03:20:17 -05:00
|
|
|
},
|
2021-10-12 06:39:54 -05:00
|
|
|
"types": "src/index.ts"
|
2019-06-03 10:55:59 -05:00
|
|
|
}
|