{ "author": "Grafana Labs", "license": "AGPL-3.0-only", "name": "@grafana/prometheus", "version": "11.1.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", "bundle": "rollup -c rollup.config.ts", "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.11.2", "@floating-ui/react": "0.26.12", "@grafana/data": "11.1.0-pre", "@grafana/experimental": "1.7.10", "@grafana/faro-web-sdk": "1.6.0", "@grafana/runtime": "11.1.0-pre", "@grafana/schema": "11.1.0-pre", "@grafana/ui": "11.1.0-pre", "@leeoniya/ufuzzy": "1.0.14", "@lezer/common": "1.2.1", "@lezer/highlight": "1.2.0", "@lezer/lr": "1.4.0", "@prometheus-io/lezer-promql": "0.51.2", "@reduxjs/toolkit": "1.9.5", "d3": "7.9.0", "date-fns": "3.6.0", "debounce-promise": "3.1.2", "eventemitter3": "5.0.1", "lodash": "4.17.21", "lru-cache": "10.2.0", "marked": "12.0.2", "marked-mangle": "1.1.7", "moment": "2.30.1", "moment-timezone": "0.5.45", "monaco-promql": "1.7.4", "pluralize": "8.0.0", "prismjs": "1.29.0", "react-beautiful-dnd": "13.1.1", "react-highlight-words": "0.20.0", "react-select": "5.8.0", "react-use": "17.5.0", "react-window": "1.8.10", "rxjs": "7.8.1", "semver": "7.6.0", "tslib": "2.6.2", "uuid": "9.0.1", "whatwg-fetch": "3.6.20" }, "devDependencies": { "@emotion/eslint-plugin": "11.11.0", "@grafana/e2e-selectors": "11.1.0-pre", "@grafana/tsconfig": "^1.3.0-rc1", "@rollup/plugin-image": "3.0.3", "@rollup/plugin-node-resolve": "15.2.3", "@swc/core": "1.4.2", "@swc/helpers": "0.5.10", "@testing-library/dom": "10.0.0", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", "@types/d3": "7.4.3", "@types/debounce-promise": "3.1.9", "@types/eslint": "8.56.10", "@types/jest": "29.5.12", "@types/jquery": "3.5.29", "@types/lodash": "4.17.0", "@types/node": "20.12.7", "@types/pluralize": "^0.0.33", "@types/prismjs": "1.26.3", "@types/react": "18.2.79", "@types/react-beautiful-dnd": "13.1.8", "@types/react-dom": "18.2.25", "@types/react-highlight-words": "0.16.7", "@types/react-window": "1.8.8", "@types/semver": "7.5.8", "@types/testing-library__jest-dom": "5.14.9", "@types/uuid": "9.0.8", "@typescript-eslint/eslint-plugin": "6.21.0", "@typescript-eslint/parser": "6.21.0", "copy-webpack-plugin": "12.0.2", "css-loader": "7.1.1", "esbuild": "0.20.2", "eslint": "8.57.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "28.2.0", "eslint-plugin-jsdoc": "48.2.3", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-lodash": "7.4.0", "eslint-plugin-react": "7.34.1", "eslint-plugin-react-hooks": "4.6.0", "eslint-webpack-plugin": "4.1.0", "fork-ts-checker-webpack-plugin": "9.0.2", "glob": "10.3.12", "jest": "29.7.0", "jest-environment-jsdom": "29.7.0", "jest-matcher-utils": "29.7.0", "prettier": "3.2.5", "react": "18.2.0", "react-dom": "18.2.0", "react-select-event": "5.5.1", "react-test-renderer": "18.2.0", "rollup": "2.79.1", "rollup-plugin-dts": "^5.0.0", "rollup-plugin-esbuild": "5.0.0", "rollup-plugin-node-externals": "^5.0.0", "sass": "1.75.0", "sass-loader": "14.2.1", "style-loader": "4.0.0", "testing-library-selector": "0.3.1", "ts-node": "10.9.2", "typescript": "5.4.5", "webpack": "5.91.0", "webpack-cli": "5.1.4" }, "peerDependencies": { "react": "^18.0.0", "react-dom": "^18.0.0" } }