forked from doitintl/bigquery-grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 2.07 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
{
"name": "grafana-bigquery-datasource",
"version": "0.0.1",
"description": "Google BigQuery 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 && codecov",
"test:watch": "jest --config jest.config.js --watch"
},
"author": "DoiT International",
"license": "MIT",
"dependencies": {
"@types/node": "^11.11.1",
"brace": "^0.10.0",
"codecov": "^3.2.0",
"lodash": "^4.17.11",
"lodash-es": "^4.17.11",
"moment": "^2.18.1",
"q": "^1.5.1",
"systemjs": "^2.1.1",
"mixpanel-browser": "^2.29.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.1",
"@babel/preset-typescript": "^7.3.3",
"@types/grafana": "https://[email protected]/CorpGlory/types-grafana.git",
"@types/jest": "^24.0.11",
"@types/lodash-es": "^4.17.3",
"babel-core": "^6.26.3",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^1.0.1",
"codecov": "^3.2.0",
"copy-webpack-plugin": "^4.6.0",
"googleapis": "^37.2.0",
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"jest": "^24.5.0",
"lodash": "^4.17.11",
"ng-annotate-webpack-plugin": "^0.3.0",
"plugin-typescript": "^8.0.0",
"prettier": "^1.16.4",
"sinon": "^3.3.0",
"systemjs-plugin-css": "^0.1.35",
"ts-jest": "^24.0.0",
"ts-loader": "^5.3.3",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.18.0",
"tslint-consistent-codestyle": "^1.15.1",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.0.1",
"typescript": "^3.3.4000",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
}
}