{ "author": "Grafana Labs", "license": "AGPL-3.0-only", "private": true, "name": "@grafana/sql", "version": "11.4.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.13.5", "@grafana/data": "11.4.0-pre", "@grafana/e2e-selectors": "11.4.0-pre", "@grafana/experimental": "2.1.4", "@grafana/runtime": "11.4.0-pre", "@grafana/ui": "11.4.0-pre", "@react-awesome-query-builder/ui": "6.6.3", "immutable": "4.3.7", "lodash": "4.17.21", "react": "18.2.0", "react-dom": "18.2.0", "react-select": "5.8.3", "react-use": "17.5.1", "react-virtualized-auto-sizer": "1.0.24", "rxjs": "7.8.1", "sql-formatter-plus": "^1.3.6", "tslib": "2.7.0", "uuid": "9.0.1" }, "devDependencies": { "@grafana/tsconfig": "^2.0.0", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "^6.1.2", "@testing-library/react": "16.0.1", "@testing-library/react-hooks": "^8.0.1", "@testing-library/user-event": "14.5.2", "@types/jest": "^29.5.4", "@types/lodash": "4.17.13", "@types/node": "20.16.15", "@types/react": "18.3.3", "@types/react-dom": "18.2.25", "@types/react-virtualized-auto-sizer": "1.0.4", "@types/systemjs": "6.15.1", "@types/uuid": "9.0.8", "jest": "^29.6.4", "ts-jest": "29.2.5", "ts-node": "10.9.2", "typescript": "5.5.4" }, "peerDependencies": { "@grafana/runtime": "10.4.0-pre" } }