mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
55 lines
1.6 KiB
JSON
55 lines
1.6 KiB
JSON
{
|
|
"name": "@grafana-plugins/grafana-azure-monitor-datasource",
|
|
"description": "Grafana data source for Azure Monitor",
|
|
"private": true,
|
|
"version": "11.0.0",
|
|
"dependencies": {
|
|
"@emotion/css": "11.11.2",
|
|
"@grafana/data": "11.0.0",
|
|
"@grafana/experimental": "1.7.11",
|
|
"@grafana/runtime": "11.0.0",
|
|
"@grafana/schema": "11.0.0",
|
|
"@grafana/ui": "11.0.0",
|
|
"@kusto/monaco-kusto": "^10.0.0",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"i18next": "^23.0.0",
|
|
"immer": "10.1.1",
|
|
"lodash": "4.17.21",
|
|
"monaco-editor": "0.34.1",
|
|
"prismjs": "1.29.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-select": "5.8.0",
|
|
"react-use": "17.5.0",
|
|
"rxjs": "7.8.1",
|
|
"tslib": "2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/e2e-selectors": "11.0.0",
|
|
"@grafana/plugin-configs": "11.0.0",
|
|
"@testing-library/dom": "10.0.0",
|
|
"@testing-library/react": "15.0.2",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/jest": "29.5.12",
|
|
"@types/lodash": "4.17.4",
|
|
"@types/node": "20.12.11",
|
|
"@types/prismjs": "1.26.4",
|
|
"@types/react": "18.3.2",
|
|
"@types/react-dom": "18.2.25",
|
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
"react-select-event": "5.5.1",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.4.5",
|
|
"webpack": "5.91.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@grafana/runtime": "*"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack -c ./webpack.config.ts --env production",
|
|
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
|
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
|
},
|
|
"packageManager": "yarn@4.2.2"
|
|
}
|