grafana/packages/grafana-sql/package.json
2024-02-27 10:22:14 +00:00

55 lines
1.5 KiB
JSON

{
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
"private": true,
"name": "@grafana/sql",
"version": "11.0.0-pre",
"repository": {
"type": "git",
"url": "http://github.com/grafana/grafana.git",
"directory": "packages/grafana-sql"
},
"main": "src/index.ts",
"scripts": {
"typecheck": "tsc --emitDeclarationOnly false --noEmit"
},
"dependencies": {
"@emotion/css": "11.11.2",
"@grafana/data": "11.0.0-pre",
"@grafana/experimental": "1.7.10",
"@grafana/runtime": "11.0.0-pre",
"@grafana/ui": "11.0.0-pre",
"@react-awesome-query-builder/ui": "6.4.2",
"@types/lodash": "4.14.202",
"@types/react-virtualized-auto-sizer": "1.0.4",
"@types/uuid": "9.0.8",
"immutable": "4.3.5",
"lodash": "4.17.21",
"react-use": "17.5.0",
"react-virtualized-auto-sizer": "1.0.23",
"rxjs": "7.8.1",
"sql-formatter-plus": "^1.3.6",
"tslib": "2.6.2",
"uuid": "9.0.1"
},
"devDependencies": {
"@grafana/tsconfig": "^1.3.0-rc1",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "14.2.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "^29.5.4",
"@types/react": "18.2.60",
"@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.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"peerDependencies": {
"@grafana/runtime": "10.4.0-pre"
}
}