mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
79 lines
2.3 KiB
JSON
79 lines
2.3 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/data",
|
|
"version": "9.1.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": "6.0.0",
|
|
"@grafana/schema": "9.1.0-pre",
|
|
"@types/d3-interpolate": "^1.4.0",
|
|
"d3-interpolate": "1.4.0",
|
|
"date-fns": "2.28.0",
|
|
"eventemitter3": "4.0.7",
|
|
"lodash": "4.17.21",
|
|
"marked": "4.0.16",
|
|
"moment": "2.29.3",
|
|
"moment-timezone": "0.5.34",
|
|
"ol": "6.14.1",
|
|
"papaparse": "5.3.2",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"regenerator-runtime": "0.13.9",
|
|
"rxjs": "7.5.5",
|
|
"tslib": "2.4.0",
|
|
"uplot": "1.6.22",
|
|
"xss": "1.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
"@rollup/plugin-commonjs": "22.0.0",
|
|
"@rollup/plugin-json": "4.1.0",
|
|
"@rollup/plugin-node-resolve": "13.3.0",
|
|
"@swc/helpers": "0.4.0",
|
|
"@testing-library/dom": "8.13.0",
|
|
"@testing-library/jest-dom": "5.16.4",
|
|
"@testing-library/react": "12.1.4",
|
|
"@testing-library/react-hooks": "8.0.0",
|
|
"@testing-library/user-event": "14.2.0",
|
|
"@types/history": "4.7.11",
|
|
"@types/jest": "28.1.1",
|
|
"@types/jquery": "3.5.14",
|
|
"@types/lodash": "4.14.182",
|
|
"@types/marked": "4.0.3",
|
|
"@types/node": "16.11.36",
|
|
"@types/papaparse": "5.3.2",
|
|
"@types/react": "17.0.42",
|
|
"@types/react-dom": "17.0.14",
|
|
"@types/sinon": "10.0.11",
|
|
"@types/testing-library__jest-dom": "5.14.3",
|
|
"@types/testing-library__react-hooks": "^3.2.0",
|
|
"@types/tinycolor2": "1.4.3",
|
|
"history": "4.10.1",
|
|
"react-test-renderer": "17.0.2",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "2.75.6",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"rollup-plugin-terser": "7.0.2",
|
|
"sinon": "14.0.0",
|
|
"tinycolor2": "1.4.2",
|
|
"typescript": "4.6.4"
|
|
}
|
|
}
|