mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 17:06:57 -06:00
4d7e26abfd
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/runtime",
|
|
"version": "9.1.0-pre",
|
|
"description": "Grafana Runtime Library",
|
|
"keywords": [
|
|
"grafana",
|
|
"typescript"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-runtime"
|
|
},
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"build": "grafana-toolkit package:build --scope=runtime",
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
"clean": "rimraf ./dist ./compiled",
|
|
"docsExtract": "mkdir -p ../../reports/docs && api-extractor run 2>&1 | tee ../../reports/docs/$(basename $(pwd)).log",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@grafana/agent-web": "^0.3.0",
|
|
"@grafana/data": "9.1.0-pre",
|
|
"@grafana/e2e-selectors": "9.1.0-pre",
|
|
"@grafana/ui": "9.1.0-pre",
|
|
"@sentry/browser": "6.19.7",
|
|
"history": "4.10.1",
|
|
"lodash": "4.17.21",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"rxjs": "7.5.5",
|
|
"systemjs": "0.20.19",
|
|
"tslib": "2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
"@rollup/plugin-commonjs": "22.0.0",
|
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
"@testing-library/dom": "8.13.0",
|
|
"@testing-library/react": "12.1.4",
|
|
"@testing-library/user-event": "14.3.0",
|
|
"@types/angular": "1.8.4",
|
|
"@types/history": "4.7.11",
|
|
"@types/jest": "28.1.1",
|
|
"@types/lodash": "4.14.182",
|
|
"@types/react": "17.0.42",
|
|
"@types/react-dom": "17.0.14",
|
|
"@types/systemjs": "^0.20.6",
|
|
"lodash": "4.17.21",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "2.77.1",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"typescript": "4.7.4"
|
|
},
|
|
"types": "src/index.ts"
|
|
}
|