mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -06:00
2b3c86d201
* remove @types/rc-tree, @types/classnames * remove @types/rc-time-picker * remove @types/reselect * remove @types/testing-library__react-hooks * only include known package.json's
99 lines
2.8 KiB
JSON
99 lines
2.8 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/data",
|
|
"version": "9.4.0-pre",
|
|
"description": "Grafana Data Library",
|
|
"keywords": [
|
|
"typescript"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-data"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"publishConfig": {
|
|
"main": "dist/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"./README.md",
|
|
"./CHANGELOG.md",
|
|
"LICENSE_APACHE2"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p ./tsconfig.build.json && 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": {
|
|
"@braintree/sanitize-url": "6.0.1",
|
|
"@grafana/schema": "9.4.0-pre",
|
|
"@types/d3-interpolate": "^1.4.0",
|
|
"d3-interpolate": "1.4.0",
|
|
"date-fns": "2.29.3",
|
|
"eventemitter3": "4.0.7",
|
|
"fast_array_intersect": "1.1.0",
|
|
"history": "4.10.1",
|
|
"lodash": "4.17.21",
|
|
"marked": "4.2.0",
|
|
"moment": "2.29.4",
|
|
"moment-timezone": "0.5.38",
|
|
"ol": "7.1.0",
|
|
"papaparse": "5.3.2",
|
|
"regenerator-runtime": "0.13.10",
|
|
"rxjs": "7.5.7",
|
|
"tinycolor2": "1.4.2",
|
|
"tslib": "2.4.1",
|
|
"uplot": "1.6.23",
|
|
"xss": "1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
"@rollup/plugin-commonjs": "23.0.2",
|
|
"@rollup/plugin-json": "5.0.1",
|
|
"@rollup/plugin-node-resolve": "15.0.1",
|
|
"@swc/helpers": "0.4.12",
|
|
"@testing-library/dom": "8.13.0",
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"@testing-library/react": "12.1.4",
|
|
"@testing-library/react-hooks": "8.0.1",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"@types/history": "4.7.11",
|
|
"@types/jest": "29.2.3",
|
|
"@types/jquery": "3.5.14",
|
|
"@types/lodash": "4.14.187",
|
|
"@types/marked": "4.0.7",
|
|
"@types/node": "18.11.9",
|
|
"@types/papaparse": "5.3.5",
|
|
"@types/react": "17.0.42",
|
|
"@types/react-dom": "17.0.14",
|
|
"@types/sinon": "10.0.13",
|
|
"@types/testing-library__jest-dom": "5.14.5",
|
|
"@types/tinycolor2": "1.4.3",
|
|
"esbuild": "0.15.12",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-test-renderer": "17.0.2",
|
|
"rimraf": "3.0.2",
|
|
"rollup": "2.79.1",
|
|
"rollup-plugin-dts": "^5.0.0",
|
|
"rollup-plugin-esbuild": "4.10.1",
|
|
"rollup-plugin-node-externals": "^5.0.0",
|
|
"sinon": "14.0.1",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.0 || ^17.0.0",
|
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
}
|
|
}
|