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-06-14 11:06:14 -05:00
|
|
|
"version": "9.1.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-06-28 02:25:30 -05:00
|
|
|
"@grafana/agent-web": "^0.3.0",
|
2022-06-14 11:06:14 -05:00
|
|
|
"@grafana/data": "9.1.0-pre",
|
|
|
|
"@grafana/e2e-selectors": "9.1.0-pre",
|
|
|
|
"@grafana/ui": "9.1.0-pre",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@sentry/browser": "6.19.7",
|
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",
|
2022-05-17 06:08:10 -05:00
|
|
|
"tslib": "2.4.0"
|
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-05-18 10:16:55 -05:00
|
|
|
"@rollup/plugin-commonjs": "22.0.0",
|
2022-05-03 11:17:55 -05:00
|
|
|
"@rollup/plugin-node-resolve": "13.3.0",
|
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",
|
2022-07-25 04:11:42 -05:00
|
|
|
"@testing-library/user-event": "14.3.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-06-06 08:45:02 -05:00
|
|
|
"@types/jest": "28.1.1",
|
2022-05-20 07:07:07 -05:00
|
|
|
"@types/lodash": "4.14.182",
|
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-07-26 05:33:24 -05:00
|
|
|
"rollup": "2.77.1",
|
2021-01-12 09:51:09 -06:00
|
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
|
|
"rollup-plugin-terser": "7.0.2",
|
2022-07-25 07:47:59 -05:00
|
|
|
"typescript": "4.7.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
|
|
|
}
|