mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
42 lines
1.2 KiB
JSON
42 lines
1.2 KiB
JSON
{
|
|
"name": "@grafana-plugins/mssql",
|
|
"description": "MSSQL data source plugin",
|
|
"private": true,
|
|
"version": "11.4.0-pre",
|
|
"dependencies": {
|
|
"@emotion/css": "11.13.4",
|
|
"@grafana/data": "11.4.0-pre",
|
|
"@grafana/experimental": "2.1.2",
|
|
"@grafana/runtime": "11.4.0-pre",
|
|
"@grafana/sql": "11.4.0-pre",
|
|
"@grafana/ui": "11.4.0-pre",
|
|
"lodash": "4.17.21",
|
|
"react": "18.2.0",
|
|
"rxjs": "7.8.1",
|
|
"tslib": "2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
|
"@grafana/plugin-configs": "11.4.0-pre",
|
|
"@testing-library/dom": "10.4.0",
|
|
"@testing-library/react": "16.0.1",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/jest": "29.5.14",
|
|
"@types/lodash": "4.17.12",
|
|
"@types/node": "20.16.14",
|
|
"@types/react": "18.3.3",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.5.4",
|
|
"webpack": "5.95.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.5.1"
|
|
}
|