{ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/data", "version": "8.4.0-pre", "description": "Grafana Data Library", "keywords": [ "typescript" ], "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", "directory": "packages/grafana-data" }, "main": "src/index.ts", "scripts": { "build": "grafana-toolkit package:build --scope=data", "bundle": "rollup -c rollup.config.ts", "clean": "rimraf ./dist ./compiled", "docsExtract": "mkdir -p ../../reports/docs && api-extractor run 2>&1 | tee ../../reports/docs/$(basename $(pwd)).log", "typecheck": "tsc --noEmit" }, "dependencies": { "@braintree/sanitize-url": "5.0.2", "@grafana/schema": "8.4.0-pre", "@types/d3-interpolate": "^1.4.0", "d3-interpolate": "1.4.0", "date-fns": "2.21.3", "eventemitter3": "4.0.7", "lodash": "4.17.21", "marked": "4.0.0", "moment": "2.29.1", "moment-timezone": "0.5.33", "ol": "6.7.0", "papaparse": "5.3.0", "rxjs": "7.3.0", "uplot": "1.6.16", "xss": "1.0.6" }, "devDependencies": { "@grafana/tsconfig": "^1.0.0-rc1", "@rollup/plugin-commonjs": "21.0.1", "@rollup/plugin-json": "4.1.0", "@rollup/plugin-node-resolve": "13.0.6", "@swc/helpers": "0.2.13", "@testing-library/dom": "8.11.1", "@testing-library/jest-dom": "5.15.1", "@testing-library/react": "12.1.2", "@testing-library/react-hooks": "7.0.2", "@testing-library/user-event": "13.5.0", "@types/braintree__sanitize-url": "4.1.0", "@types/jest": "27.0.2", "@types/jquery": "3.3.38", "@types/lodash": "4.14.123", "@types/marked": "4.0.0", "@types/node": "16.11.6", "@types/papaparse": "5.2.0", "@types/react": "17.0.30", "@types/rollup-plugin-visualizer": "4.2.1", "@types/sinon": "^10.0.4", "@types/testing-library__jest-dom": "5.9.5", "@types/testing-library__react-hooks": "^3.2.0", "@types/tinycolor2": "1.4.2", "pretty-format": "25.1.0", "react": "17.0.1", "react-dom": "17.0.1", "react-test-renderer": "17.0.1", "regenerator-runtime": "0.13.3", "rimraf": "3.0.1", "rollup": "2.58.3", "rollup-plugin-sourcemaps": "0.6.3", "rollup-plugin-terser": "7.0.2", "rollup-plugin-typescript2": "0.30.0", "rollup-plugin-visualizer": "5.5.2", "sinon": "12.0.1", "tinycolor2": "1.4.1", "tslib": "2.3.1", "typescript": "4.4.3" } }