mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
3f08a789d7
* DevEnv: updates bizcharts 3.5.5 -> 3.5.8 in grafana-ui package * DevEnv: updates apache-arrow 0.15.1 -> 0.16.0 in grafana-data package * DevEnv: updates commander 2.20.0 -> 5.0.0 in grafana-toolkit package * DevEnv: updates commander 4.1.1 -> 5.0.0 in grafana-e2e package
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/data",
|
|
"version": "7.0.0-pre.0",
|
|
"description": "Grafana Data Library",
|
|
"keywords": [
|
|
"typescript"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-data"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"scripts": {
|
|
"build": "grafana-toolkit package:build --scope=data",
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
"clean": "rimraf ./dist ./compiled",
|
|
"docsExtract": "api-extractor run 2>&1 | tee ../../reports/docs/$(basename $(pwd)).log",
|
|
"lint": "eslint src/ --ext=.js,.ts,.tsx",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"apache-arrow": "0.16.0",
|
|
"lodash": "4.17.15",
|
|
"rxjs": "6.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/eslint-config": "^1.0.0-rc1",
|
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
|
"@rollup/plugin-commonjs": "11.0.2",
|
|
"@rollup/plugin-node-resolve": "7.1.1",
|
|
"@types/jest": "23.3.14",
|
|
"@types/jquery": "1.10.35",
|
|
"@types/lodash": "4.14.123",
|
|
"@types/node": "10.14.1",
|
|
"@types/papaparse": "4.5.9",
|
|
"@types/react": "16.8.16",
|
|
"@types/sinon": "^7.5.2",
|
|
"@types/rollup-plugin-visualizer": "2.6.0",
|
|
"pretty-format": "25.1.0",
|
|
"rollup": "2.0.6",
|
|
"rollup-plugin-sourcemaps": "0.5.0",
|
|
"rollup-plugin-terser": "5.3.0",
|
|
"rollup-plugin-typescript2": "0.26.0",
|
|
"rollup-plugin-visualizer": "3.3.1",
|
|
"sinon": "8.1.1",
|
|
"typescript": "3.7.5"
|
|
}
|
|
}
|