forked from Altinity/clickhouse-grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "vertamedia-clickhouse",
"version": "2.5.2",
"description": "ClickHouse datasource for Grafana",
"scripts": {
"build:prod": "webpack --config webpack.config.prod.js",
"build:dev": "webpack --mode development",
"build:watch": "webpack --mode development --watch",
"test": "jest --config jest.config.js --detectOpenHandles",
"test:coverage": "jest --coverage --config jest.config.js --detectOpenHandles",
"test:watch": "jest --config jest.config.js --watch",
"test:docker": "jest --ci --config jest.config.js --detectOpenHandles",
"test:docker:watch": "jest --ci --config jest.config.js --watch --detectOpenHandles",
"sign": "bash -xec \"source ./.release_env && node ./node_modules/@grafana/toolkit/bin/grafana-toolkit.js plugin:sign\""
},
"engines": {
"node": ">=16.5.0 <17"
},
"os": [
"darwin",
"linux",
"win32"
],
"author": "Altinity",
"license": "MIT",
"dependencies": {
"@grafana/data": "^8.5.2",
"babel-loader": "^8.2.3",
"brace": "^0.11.1",
"lodash-es": "^4.17.21",
"minimist": ">=1.2.6",
"moment": "^2.29.4",
"process": ">=0.11.10",
"q": "^1.5.1",
"systemjs": "^6.11.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@grafana/toolkit": "^7.5.12",
"@types/grafana": "https://[email protected]/CorpGlory/types-grafana.git",
"@types/jest": "^27.0.3",
"@types/lodash-es": "^4.17.5",
"babel-jest": "^27.4.5",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.0",
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"jest": "^27.4.5",
"jest-config": "^27.4.5",
"ng-annotate-loader": "^0.7.0",
"ng-annotate-patched": "^1.13.0",
"systemjs-plugin-css": "^0.1.37",
"ts-jest": "^27.1.2",
"ts-loader": "^8.3.0",
"tslint": "^6.1.3",
"typescript": "^4.5.4",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
}