mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 18:30:41 -06:00
101 lines
2.8 KiB
JSON
101 lines
2.8 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/data",
|
|
"version": "10.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": "7.0.0",
|
|
"@grafana/schema": "10.4.0-pre",
|
|
"@types/d3-interpolate": "^3.0.0",
|
|
"@types/string-hash": "1.1.3",
|
|
"d3-interpolate": "3.0.1",
|
|
"date-fns": "3.3.1",
|
|
"dompurify": "^3.0.0",
|
|
"eventemitter3": "5.0.1",
|
|
"fast_array_intersect": "1.1.0",
|
|
"history": "4.10.1",
|
|
"lodash": "4.17.21",
|
|
"marked": "5.1.1",
|
|
"marked-mangle": "1.1.6",
|
|
"moment": "2.30.1",
|
|
"moment-timezone": "0.5.44",
|
|
"ol": "7.4.0",
|
|
"papaparse": "5.4.1",
|
|
"react-use": "17.5.0",
|
|
"regenerator-runtime": "0.14.1",
|
|
"rxjs": "7.8.1",
|
|
"string-hash": "^1.1.3",
|
|
"tinycolor2": "1.6.0",
|
|
"tslib": "2.6.2",
|
|
"uplot": "1.6.30",
|
|
"xss": "^1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
"@rollup/plugin-commonjs": "25.0.7",
|
|
"@rollup/plugin-json": "6.1.0",
|
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
"@testing-library/dom": "9.3.4",
|
|
"@testing-library/jest-dom": "6.4.1",
|
|
"@testing-library/react": "14.2.1",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/dompurify": "^3.0.0",
|
|
"@types/history": "4.7.11",
|
|
"@types/jest": "29.5.11",
|
|
"@types/jquery": "3.5.29",
|
|
"@types/lodash": "4.14.202",
|
|
"@types/marked": "5.0.2",
|
|
"@types/node": "20.11.13",
|
|
"@types/papaparse": "5.3.14",
|
|
"@types/react": "18.2.48",
|
|
"@types/react-dom": "18.2.18",
|
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
"@types/tinycolor2": "1.4.6",
|
|
"esbuild": "0.18.12",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-test-renderer": "18.2.0",
|
|
"rimraf": "5.0.5",
|
|
"rollup": "2.79.1",
|
|
"rollup-plugin-dts": "^5.0.0",
|
|
"rollup-plugin-esbuild": "5.0.0",
|
|
"rollup-plugin-node-externals": "^5.0.0",
|
|
"typescript": "5.3.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.0 || ^18.0.0",
|
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
}
|
|
}
|