2024-05-02 12:25:25 +02:00
|
|
|
{
|
|
|
|
|
"name": "@grafana-plugins/grafana-postgresql-datasource",
|
|
|
|
|
"description": "PostgreSQL data source plugin",
|
|
|
|
|
"private": true,
|
2024-10-11 11:31:04 +01:00
|
|
|
"version": "11.4.0-pre",
|
2024-05-02 12:25:25 +02:00
|
|
|
"dependencies": {
|
2024-10-04 14:02:16 +00:00
|
|
|
"@emotion/css": "11.13.4",
|
2024-10-11 11:31:04 +01:00
|
|
|
"@grafana/data": "11.4.0-pre",
|
2024-10-09 15:55:02 +00:00
|
|
|
"@grafana/experimental": "2.1.2",
|
2024-10-11 11:31:04 +01:00
|
|
|
"@grafana/runtime": "11.4.0-pre",
|
|
|
|
|
"@grafana/sql": "11.4.0-pre",
|
|
|
|
|
"@grafana/ui": "11.4.0-pre",
|
2024-05-02 12:25:25 +02:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"react": "18.2.0",
|
|
|
|
|
"rxjs": "7.8.1",
|
2024-09-02 10:00:07 +01:00
|
|
|
"tslib": "2.7.0"
|
2024-05-02 12:25:25 +02:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-10-11 11:31:04 +01:00
|
|
|
"@grafana/e2e-selectors": "11.4.0-pre",
|
|
|
|
|
"@grafana/plugin-configs": "11.4.0-pre",
|
2024-10-14 12:22:34 +03:00
|
|
|
"@testing-library/dom": "10.4.0",
|
|
|
|
|
"@testing-library/react": "16.0.1",
|
2024-05-02 12:25:25 +02:00
|
|
|
"@testing-library/user-event": "14.5.2",
|
2024-10-23 09:14:36 +00:00
|
|
|
"@types/jest": "29.5.14",
|
2024-10-21 11:41:22 +00:00
|
|
|
"@types/lodash": "4.17.12",
|
2024-10-23 10:10:38 +00:00
|
|
|
"@types/node": "20.16.15",
|
2024-06-07 14:31:31 +02:00
|
|
|
"@types/react": "18.3.3",
|
2024-05-02 12:25:25 +02:00
|
|
|
"ts-node": "10.9.2",
|
2024-08-20 10:11:57 +01:00
|
|
|
"typescript": "5.5.4",
|
2024-09-25 16:19:58 +01:00
|
|
|
"webpack": "5.95.0"
|
2024-05-02 12:25:25 +02:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
},
|
2024-10-21 09:36:09 +00:00
|
|
|
"packageManager": "yarn@4.5.1"
|
2024-05-02 12:25:25 +02:00
|
|
|
}
|