{ "author": "Grafana Labs", "license": "AGPL-3.0-only", "name": "@grafana/prometheus", "version": "11.5.0-pre", "description": "Grafana Prometheus Library", "keywords": [ "typescript" ], "sideEffects": false, "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", "directory": "packages/grafana-prometheus" }, "main": "src/index.ts", "types": "src/index.ts", "files": [ "./dist", "./README.md", "./CHANGELOG.md", "./LICENSE_AGPL" ], "publishConfig": { "main": "dist/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "access": "public" }, "scripts": { "build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts --configPlugin esbuild", "bundle": "rollup -c rollup.config.ts --configPlugin esbuild", "clean": "rimraf ./dist ./compiled ./package.tgz", "typecheck": "tsc --emitDeclarationOnly false --noEmit", "prepack": "cp package.json package.json.bak && node ../../scripts/prepare-packagejson.js", "postpack": "mv package.json.bak package.json" }, "dependencies": { "@emotion/css": "11.13.5", "@floating-ui/react": "0.27.3", "@grafana/data": "11.5.0-pre", "@grafana/faro-web-sdk": "1.12.3", "@grafana/llm": "0.12.0", "@grafana/plugin-ui": "0.9.6", "@grafana/runtime": "11.5.0-pre", "@grafana/schema": "11.5.0-pre", "@grafana/ui": "11.5.0-pre", "@hello-pangea/dnd": "17.0.0", "@leeoniya/ufuzzy": "1.0.18", "@lezer/common": "1.2.3", "@lezer/highlight": "1.2.1", "@lezer/lr": "1.4.2", "@prometheus-io/lezer-promql": "0.301.0", "@reduxjs/toolkit": "2.5.1", "d3": "7.9.0", "date-fns": "4.1.0", "debounce-promise": "3.1.2", "eventemitter3": "5.0.1", "lodash": "4.17.21", "lru-cache": "11.0.2", "marked": "15.0.6", "marked-mangle": "1.1.10", "moment": "2.30.1", "moment-timezone": "0.5.46", "monaco-promql": "1.7.4", "pluralize": "8.0.0", "prismjs": "1.29.0", "react-highlight-words": "0.21.0", "react-select": "5.9.0", "react-use": "17.6.0", "react-window": "1.8.11", "rxjs": "7.8.1", "semver": "7.6.3", "tslib": "2.8.1", "uuid": "11.0.5", "whatwg-fetch": "3.6.20" }, "devDependencies": { "@emotion/eslint-plugin": "11.12.0", "@grafana/e2e-selectors": "11.5.0-pre", "@grafana/tsconfig": "^2.0.0", "@rollup/plugin-image": "3.0.3", "@rollup/plugin-node-resolve": "16.0.0", "@swc/core": "1.10.11", "@swc/helpers": "0.5.15", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.1.0", "@testing-library/user-event": "14.5.2", "@types/d3": "7.4.3", "@types/debounce-promise": "3.1.9", "@types/eslint": "9.6.1", "@types/jest": "29.5.14", "@types/jquery": "3.5.32", "@types/lodash": "4.17.15", "@types/node": "22.10.10", "@types/pluralize": "^0.0.33", "@types/prismjs": "1.26.5", "@types/react": "18.3.18", "@types/react-dom": "18.3.5", "@types/react-highlight-words": "0.20.0", "@types/react-window": "1.8.8", "@types/semver": "7.5.8", "@types/uuid": "10.0.0", "@typescript-eslint/eslint-plugin": "8.18.1", "@typescript-eslint/parser": "8.18.1", "copy-webpack-plugin": "12.0.2", "css-loader": "7.1.2", "esbuild": "0.24.2", "eslint": "9.18.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "^2.31.0", "eslint-plugin-jest": "28.11.0", "eslint-plugin-jsdoc": "50.6.3", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-lodash": "8.0.0", "eslint-plugin-react": "7.37.4", "eslint-plugin-react-hooks": "5.1.0", "eslint-webpack-plugin": "4.2.0", "fork-ts-checker-webpack-plugin": "9.0.2", "glob": "11.0.1", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-matcher-utils": "29.7.0", "prettier": "3.4.2", "react": "18.3.1", "react-dom": "18.3.1", "react-select-event": "5.5.1", "rollup": "^4.22.4", "rollup-plugin-dts": "^6.1.1", "rollup-plugin-esbuild": "6.1.1", "rollup-plugin-node-externals": "^8.0.0", "sass": "1.83.4", "sass-loader": "16.0.4", "style-loader": "4.0.0", "testing-library-selector": "0.3.1", "ts-node": "10.9.2", "typescript": "5.7.3", "webpack": "5.97.1", "webpack-cli": "6.0.1" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" } }