2024-01-22 06:47:50 -06:00
|
|
|
{
|
|
|
|
"author": "Grafana Labs",
|
|
|
|
"license": "AGPL-3.0-only",
|
|
|
|
"name": "@grafana/o11y-ds-frontend",
|
|
|
|
"private": true,
|
|
|
|
"version": "10.4.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": "workspace:*",
|
|
|
|
"@grafana/e2e-selectors": "workspace:*",
|
2024-01-22 07:52:43 -06:00
|
|
|
"@grafana/experimental": "1.7.6",
|
2024-01-22 06:47:50 -06:00
|
|
|
"@grafana/runtime": "workspace:*",
|
|
|
|
"@grafana/schema": "workspace:*",
|
|
|
|
"@grafana/ui": "workspace:*",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-use": "17.4.0",
|
|
|
|
"rxjs": "7.8.1",
|
|
|
|
"tslib": "2.6.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
|
|
"@testing-library/jest-dom": "^6.1.2",
|
|
|
|
"@testing-library/react": "14.1.2",
|
|
|
|
"@testing-library/user-event": "14.5.2",
|
|
|
|
"@types/jest": "^29.5.4",
|
2024-01-22 07:06:48 -06:00
|
|
|
"@types/react": "18.2.48",
|
2024-01-22 06:47:50 -06:00
|
|
|
"@types/systemjs": "6.13.5",
|
|
|
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
|
|
"jest": "^29.6.4",
|
|
|
|
"react": "18.2.0",
|
2024-01-22 08:16:11 -06:00
|
|
|
"ts-jest": "29.1.2",
|
2024-01-22 08:30:21 -06:00
|
|
|
"ts-node": "10.9.2",
|
2024-01-22 06:47:50 -06:00
|
|
|
"typescript": "5.2.2"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
|
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
|
|
}
|
|
|
|
}
|