2024-01-29 09:24:23 -07:00
|
|
|
{
|
2024-02-09 11:22:44 -07:00
|
|
|
"name": "@grafana-plugins/stackdriver",
|
2024-01-29 09:24:23 -07:00
|
|
|
"description": "Grafana data source for Google Cloud Monitoring",
|
|
|
|
|
"private": true,
|
2024-08-14 18:34:14 -03:00
|
|
|
"version": "11.3.0-pre",
|
2024-01-29 09:24:23 -07:00
|
|
|
"dependencies": {
|
2024-10-04 14:02:16 +00:00
|
|
|
"@emotion/css": "11.13.4",
|
2024-08-14 18:34:14 -03:00
|
|
|
"@grafana/data": "11.3.0-pre",
|
2024-10-04 14:21:10 +01:00
|
|
|
"@grafana/experimental": "2.1.1",
|
2024-01-29 20:06:51 +00:00
|
|
|
"@grafana/google-sdk": "0.1.2",
|
2024-08-14 18:34:14 -03:00
|
|
|
"@grafana/runtime": "11.3.0-pre",
|
|
|
|
|
"@grafana/schema": "11.3.0-pre",
|
|
|
|
|
"@grafana/ui": "11.3.0-pre",
|
2024-01-29 09:24:23 -07:00
|
|
|
"debounce-promise": "3.1.2",
|
|
|
|
|
"fast-deep-equal": "^3.1.3",
|
2024-02-08 13:29:17 +00:00
|
|
|
"i18next": "^23.0.0",
|
2024-05-13 12:55:12 +01:00
|
|
|
"immer": "10.1.1",
|
2024-01-29 09:24:23 -07:00
|
|
|
"lodash": "4.17.21",
|
2024-04-17 16:38:43 +02:00
|
|
|
"monaco-editor": "0.34.1",
|
2024-01-29 09:24:23 -07:00
|
|
|
"prismjs": "1.29.0",
|
|
|
|
|
"react": "18.2.0",
|
2024-04-29 14:03:01 +01:00
|
|
|
"react-dom": "18.2.0",
|
2024-09-23 16:28:40 +00:00
|
|
|
"react-select": "5.8.1",
|
2024-07-23 15:02:58 +00:00
|
|
|
"react-use": "17.5.1",
|
2024-01-29 09:24:23 -07:00
|
|
|
"rxjs": "7.8.1",
|
2024-09-02 10:00:07 +01:00
|
|
|
"tslib": "2.7.0"
|
2024-01-29 09:24:23 -07:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2024-08-14 18:34:14 -03:00
|
|
|
"@grafana/e2e-selectors": "11.3.0-pre",
|
|
|
|
|
"@grafana/plugin-configs": "11.3.0-pre",
|
2024-04-29 14:03:01 +01:00
|
|
|
"@testing-library/dom": "10.0.0",
|
2024-04-15 08:53:16 +00:00
|
|
|
"@testing-library/react": "15.0.2",
|
2024-01-29 09:24:23 -07:00
|
|
|
"@testing-library/user-event": "14.5.2",
|
2024-01-29 22:31:34 +02:00
|
|
|
"@types/debounce-promise": "3.1.9",
|
2024-09-13 09:48:45 +00:00
|
|
|
"@types/jest": "29.5.13",
|
2024-10-07 10:19:08 +00:00
|
|
|
"@types/lodash": "4.17.10",
|
2024-10-08 11:24:15 +00:00
|
|
|
"@types/node": "20.16.11",
|
2024-05-08 14:32:43 +00:00
|
|
|
"@types/prismjs": "1.26.4",
|
2024-06-07 14:31:31 +02:00
|
|
|
"@types/react": "18.3.3",
|
2024-04-29 14:03:01 +01:00
|
|
|
"@types/react-dom": "18.2.25",
|
2024-05-10 19:29:46 +03:00
|
|
|
"@types/react-test-renderer": "18.3.0",
|
2024-01-29 09:24:23 -07:00
|
|
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
|
|
|
"react-select-event": "5.5.1",
|
|
|
|
|
"react-test-renderer": "18.2.0",
|
|
|
|
|
"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-01-29 09:24:23 -07: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-09-24 14:03:04 +03:00
|
|
|
"packageManager": "yarn@4.5.0"
|
2024-01-29 09:24:23 -07:00
|
|
|
}
|