mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 09:26:43 -06:00
58a2b5d64d
* Update Monthly patch updates * dedupe packages * lezer update rolled back * rolled back react-virtualized-auto-sizer * rolled back update to dangerously-set-html-content --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com> Co-authored-by: Gábor Farkas <gabor.farkas@gmail.com>
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"author": "Grafana Labs",
|
|
"license": "Apache-2.0",
|
|
"name": "@grafana/schema",
|
|
"version": "10.2.0-pre",
|
|
"description": "Grafana Schema Library",
|
|
"keywords": [
|
|
"typescript"
|
|
],
|
|
"sideEffects": false,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git",
|
|
"directory": "packages/grafana-schema"
|
|
},
|
|
"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",
|
|
"bundle": "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"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.2.0-rc1",
|
|
"@rollup/plugin-commonjs": "25.0.2",
|
|
"@rollup/plugin-json": "6.0.0",
|
|
"@rollup/plugin-node-resolve": "15.1.0",
|
|
"esbuild": "0.18.12",
|
|
"glob": "^10.2.7",
|
|
"rimraf": "5.0.1",
|
|
"rollup": "2.79.1",
|
|
"rollup-plugin-dts": "^5.0.0",
|
|
"rollup-plugin-esbuild": "5.0.0",
|
|
"rollup-plugin-node-externals": "^5.0.0",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "2.6.0"
|
|
}
|
|
}
|