mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 13:09:22 -06:00
54 lines
1.5 KiB
JSON
54 lines
1.5 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "AGPL-3.0-only",
|
|
"name": "@grafana/o11y-ds-frontend",
|
|
"private": true,
|
|
"version": "11.2.0-pre",
|
|
"description": "Library to manage traces in Grafana.",
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-o11y-ds-frontend"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --emitDeclarationOnly false --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/css": "11.11.2",
|
|
"@grafana/data": "11.2.0-pre",
|
|
"@grafana/e2e-selectors": "11.2.0-pre",
|
|
"@grafana/experimental": "1.7.13",
|
|
"@grafana/runtime": "11.2.0-pre",
|
|
"@grafana/schema": "11.2.0-pre",
|
|
"@grafana/ui": "11.2.0-pre",
|
|
"react-select": "5.8.0",
|
|
"react-use": "17.5.1",
|
|
"rxjs": "7.8.1",
|
|
"tslib": "2.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.3.0-rc1",
|
|
"@testing-library/dom": "10.0.0",
|
|
"@testing-library/jest-dom": "^6.1.2",
|
|
"@testing-library/react": "15.0.2",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/jest": "^29.5.4",
|
|
"@types/node": "20.14.12",
|
|
"@types/react": "18.3.3",
|
|
"@types/systemjs": "6.13.5",
|
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
"jest": "^29.6.4",
|
|
"react": "18.2.0",
|
|
"ts-jest": "29.1.4",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
}
|
|
}
|