83 lines
2.4 KiB
JSON
83 lines
2.4 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/runtime",
|
|
"version": "11.6.0-pre",
|
|
"description": "Grafana Runtime Library",
|
|
"keywords": [
|
|
"grafana",
|
|
"typescript"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-runtime"
|
|
},
|
|
"main": "src/index.ts",
|
|
"types": "src/index.ts",
|
|
"publishConfig": {
|
|
"main": "./dist/cjs/index.cjs",
|
|
"module": "./dist/esm/index.mjs",
|
|
"types": "./dist/cjs/index.d.cts",
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"./README.md",
|
|
"./CHANGELOG.md",
|
|
"LICENSE_APACHE2"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc -p ./tsconfig.build.json && rollup -c rollup.config.ts --configPlugin esbuild",
|
|
"bundle": "rollup -c rollup.config.ts --configPlugin esbuild",
|
|
"clean": "rimraf ./dist ./compiled ./unstable ./package.tgz",
|
|
"typecheck": "tsc --emitDeclarationOnly false --noEmit",
|
|
"prepack": "cp package.json package.json.bak && ALIAS_PACKAGE_NAME=unstable node ../../scripts/prepare-npm-package.js",
|
|
"postpack": "mv package.json.bak package.json && rimraf ./unstable"
|
|
},
|
|
"dependencies": {
|
|
"@grafana/data": "11.6.0-pre",
|
|
"@grafana/e2e-selectors": "11.6.0-pre",
|
|
"@grafana/faro-web-sdk": "^1.13.2",
|
|
"@grafana/schema": "11.6.0-pre",
|
|
"@grafana/ui": "11.6.0-pre",
|
|
"history": "4.10.1",
|
|
"lodash": "4.17.21",
|
|
"react-loading-skeleton": "3.5.0",
|
|
"react-use": "17.6.0",
|
|
"rxjs": "7.8.1",
|
|
"tslib": "2.8.1"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^2.0.0",
|
|
"@rollup/plugin-node-resolve": "16.0.0",
|
|
"@rollup/plugin-terser": "0.4.4",
|
|
"@testing-library/dom": "10.4.0",
|
|
"@testing-library/react": "16.2.0",
|
|
"@testing-library/user-event": "14.6.1",
|
|
"@types/angular": "1.8.9",
|
|
"@types/history": "4.7.11",
|
|
"@types/jest": "29.5.14",
|
|
"@types/lodash": "4.17.15",
|
|
"@types/react": "18.3.18",
|
|
"@types/react-dom": "18.3.5",
|
|
"@types/systemjs": "6.15.1",
|
|
"esbuild": "0.25.0",
|
|
"lodash": "4.17.21",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"rimraf": "6.0.1",
|
|
"rollup": "^4.22.4",
|
|
"rollup-plugin-dts": "^6.1.1",
|
|
"rollup-plugin-esbuild": "6.2.0",
|
|
"rollup-plugin-node-externals": "^8.0.0",
|
|
"rollup-plugin-sourcemaps": "0.6.3",
|
|
"typescript": "5.7.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
}
|
|
}
|