mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
f74b21c119
* Downgrade typescript to 4.5.2 for now * Downgrade to 4.4.4 instead :( * kick drone * Update .github/renovate.json5 Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com> Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
60 lines
1.7 KiB
JSON
60 lines
1.7 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/runtime",
|
|
"version": "8.4.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/data": "8.4.0-pre",
|
|
"@grafana/e2e-selectors": "8.4.0-pre",
|
|
"@grafana/ui": "8.4.0-pre",
|
|
"@sentry/browser": "6.16.1",
|
|
"history": "4.10.1",
|
|
"lodash": "4.17.21",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"rxjs": "7.5.1",
|
|
"systemjs": "0.20.19",
|
|
"tslib": "2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
|
"@rollup/plugin-commonjs": "21.0.1",
|
|
"@rollup/plugin-node-resolve": "13.1.3",
|
|
"@testing-library/dom": "^8.11.1",
|
|
"@testing-library/react": "^12.1.2",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@types/angular": "1.8.4",
|
|
"@types/history": "^4.7.8",
|
|
"@types/jest": "27.4.0",
|
|
"@types/lodash": "4.14.149",
|
|
"@types/react": "17.0.38",
|
|
"@types/react-dom": "17.0.11",
|
|
"@types/systemjs": "^0.20.6",
|
|
"lodash": "4.17.21",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "2.63.0",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"typescript": "4.4.4"
|
|
},
|
|
"types": "src/index.ts"
|
|
}
|