2019-06-18 10:17:27 -05:00
|
|
|
{
|
2019-07-23 19:17:41 -05:00
|
|
|
"author": "Grafana Labs",
|
|
|
|
"license": "Apache-2.0",
|
2019-06-18 10:17:27 -05:00
|
|
|
"name": "@grafana/data",
|
2021-11-23 04:23:02 -06:00
|
|
|
"version": "8.4.0-pre",
|
2019-06-18 10:17:27 -05:00
|
|
|
"description": "Grafana Data Library",
|
|
|
|
"keywords": [
|
|
|
|
"typescript"
|
|
|
|
],
|
2019-07-23 19:17:41 -05:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-02-27 11:00:36 -06:00
|
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
|
|
"directory": "packages/grafana-data"
|
2019-07-23 19:17:41 -05:00
|
|
|
},
|
2019-06-18 10:17:27 -05:00
|
|
|
"main": "src/index.ts",
|
|
|
|
"scripts": {
|
2020-02-25 06:59:11 -06:00
|
|
|
"build": "grafana-toolkit package:build --scope=data",
|
2020-02-27 11:00:36 -06:00
|
|
|
"bundle": "rollup -c rollup.config.ts",
|
|
|
|
"clean": "rimraf ./dist ./compiled",
|
2020-04-21 03:41:50 -05:00
|
|
|
"docsExtract": "mkdir -p ../../reports/docs && api-extractor run 2>&1 | tee ../../reports/docs/$(basename $(pwd)).log",
|
2020-02-27 11:00:36 -06:00
|
|
|
"typecheck": "tsc --noEmit"
|
2019-06-18 10:17:27 -05:00
|
|
|
},
|
2020-02-19 07:40:41 -06:00
|
|
|
"dependencies": {
|
2021-06-03 03:05:55 -05:00
|
|
|
"@braintree/sanitize-url": "5.0.2",
|
2021-11-23 04:23:02 -06:00
|
|
|
"@grafana/schema": "8.4.0-pre",
|
2021-10-27 08:21:07 -05:00
|
|
|
"@types/d3-interpolate": "^1.4.0",
|
|
|
|
"d3-interpolate": "1.4.0",
|
2022-01-04 04:05:22 -06:00
|
|
|
"date-fns": "2.28.0",
|
2020-11-03 06:08:54 -06:00
|
|
|
"eventemitter3": "4.0.7",
|
2021-03-02 03:13:27 -06:00
|
|
|
"lodash": "4.17.21",
|
2021-12-03 11:09:25 -06:00
|
|
|
"marked": "4.0.5",
|
2021-10-27 08:21:07 -05:00
|
|
|
"moment": "2.29.1",
|
|
|
|
"moment-timezone": "0.5.33",
|
2021-12-22 07:00:56 -06:00
|
|
|
"ol": "6.9.0",
|
2021-10-27 08:21:07 -05:00
|
|
|
"papaparse": "5.3.0",
|
2021-12-06 11:32:55 -06:00
|
|
|
"react": "17.0.1",
|
|
|
|
"react-dom": "17.0.1",
|
|
|
|
"regenerator-runtime": "0.13.3",
|
2021-08-18 23:38:31 -05:00
|
|
|
"rxjs": "7.3.0",
|
2021-12-06 11:32:55 -06:00
|
|
|
"tslib": "2.3.1",
|
2021-10-27 08:21:07 -05:00
|
|
|
"uplot": "1.6.16",
|
2021-12-21 09:55:36 -06:00
|
|
|
"xss": "1.0.10"
|
2020-02-19 07:40:41 -06:00
|
|
|
},
|
2019-06-18 10:17:27 -05:00
|
|
|
"devDependencies": {
|
2020-02-07 19:40:04 -06:00
|
|
|
"@grafana/tsconfig": "^1.0.0-rc1",
|
2021-11-02 05:10:32 -05:00
|
|
|
"@rollup/plugin-commonjs": "21.0.1",
|
2021-01-12 09:51:09 -06:00
|
|
|
"@rollup/plugin-json": "4.1.0",
|
2021-12-13 10:12:35 -06:00
|
|
|
"@rollup/plugin-node-resolve": "13.1.1",
|
2021-12-10 09:33:50 -06:00
|
|
|
"@swc/helpers": "0.3.2",
|
2021-11-29 10:22:20 -06:00
|
|
|
"@testing-library/dom": "8.11.1",
|
2021-12-07 02:56:39 -06:00
|
|
|
"@testing-library/jest-dom": "5.16.1",
|
2021-11-22 03:45:37 -06:00
|
|
|
"@testing-library/react": "12.1.2",
|
2021-11-22 04:25:42 -06:00
|
|
|
"@testing-library/react-hooks": "7.0.2",
|
2021-11-30 03:45:21 -06:00
|
|
|
"@testing-library/user-event": "13.5.0",
|
2021-06-03 03:05:55 -05:00
|
|
|
"@types/braintree__sanitize-url": "4.1.0",
|
2021-10-22 11:44:01 -05:00
|
|
|
"@types/jest": "27.0.2",
|
2020-06-18 04:35:11 -05:00
|
|
|
"@types/jquery": "3.3.38",
|
2019-06-18 10:17:27 -05:00
|
|
|
"@types/lodash": "4.14.123",
|
2021-11-09 05:10:39 -06:00
|
|
|
"@types/marked": "4.0.0",
|
2021-11-08 09:45:02 -06:00
|
|
|
"@types/node": "16.11.6",
|
2021-12-06 09:04:15 -06:00
|
|
|
"@types/papaparse": "5.3.1",
|
2021-10-15 06:25:47 -05:00
|
|
|
"@types/react": "17.0.30",
|
2021-12-06 11:32:55 -06:00
|
|
|
"@types/react-dom": "17.0.10",
|
2021-10-04 05:21:32 -05:00
|
|
|
"@types/sinon": "^10.0.4",
|
2021-12-10 09:05:13 -06:00
|
|
|
"@types/testing-library__jest-dom": "5.14.2",
|
2021-10-27 08:21:07 -05:00
|
|
|
"@types/testing-library__react-hooks": "^3.2.0",
|
|
|
|
"@types/tinycolor2": "1.4.2",
|
|
|
|
"react-test-renderer": "17.0.1",
|
|
|
|
"rimraf": "3.0.1",
|
2021-11-02 05:10:32 -05:00
|
|
|
"rollup": "2.58.3",
|
2021-01-12 09:51:09 -06:00
|
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
|
|
"rollup-plugin-terser": "7.0.2",
|
2021-11-12 04:28:34 -06:00
|
|
|
"sinon": "12.0.1",
|
2021-04-30 03:13:41 -05:00
|
|
|
"tinycolor2": "1.4.1",
|
2021-09-22 14:15:37 -05:00
|
|
|
"typescript": "4.4.3"
|
2019-10-31 04:48:05 -05:00
|
|
|
}
|
2019-06-18 10:17:27 -05:00
|
|
|
}
|