mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
f97b7858b4
Co-authored-by: Renovate Bot <bot@renovateapp.com>
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/runtime",
|
|
"version": "8.3.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": {
|
|
"@emotion/css": "11.1.3",
|
|
"@grafana/data": "8.3.0-pre",
|
|
"@grafana/e2e-selectors": "8.3.0-pre",
|
|
"@grafana/ui": "8.3.0-pre",
|
|
"@sentry/browser": "5.25.0",
|
|
"history": "4.10.1",
|
|
"lodash": "4.17.21",
|
|
"react": "17.0.1",
|
|
"rxjs": "7.3.0",
|
|
"systemjs": "0.20.19",
|
|
"systemjs-plugin-css": "0.1.37",
|
|
"tslib": "2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
|
"@rollup/plugin-commonjs": "21.0.1",
|
|
"@rollup/plugin-node-resolve": "13.0.6",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/angular": "1.6.56",
|
|
"@types/history": "^4.7.8",
|
|
"@types/jest": "27.0.2",
|
|
"@types/lodash": "4.14.149",
|
|
"@types/react": "17.0.36",
|
|
"@types/rollup-plugin-visualizer": "4.2.1",
|
|
"@types/systemjs": "^0.20.6",
|
|
"lodash": "4.17.21",
|
|
"pretty-format": "25.1.0",
|
|
"rimraf": "3.0.1",
|
|
"rollup": "2.58.3",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"rollup-plugin-typescript2": "0.30.0",
|
|
"rollup-plugin-visualizer": "5.5.2",
|
|
"typescript": "4.4.3",
|
|
"webpack": "5.58.1"
|
|
},
|
|
"types": "src/index.ts"
|
|
}
|