forked from devdavidkarlsson/grafana-airthings-datasource
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.74 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
{
"name": "grafana-airthings-datasource",
"description": "Airthings Datasource for Grafana",
"version": "1.1.1-Airthings",
"homepage": "https://github.com/devdavidkarlsson/grafana-airthings-datasource",
"author": "Modified by David Karlsson for the Airthings API, Original Source by: Grafana Labs",
"license": "SEE LICENSE IN LICENSE",
"private": true,
"scripts": {
"build": "webpack --config webpack/webpack.prod.conf.js",
"dev": "webpack --config webpack/webpack.dev.conf.js",
"start": "webpack --config webpack/webpack.dev.conf.js --watch",
"test": "jest --config jest.config.js --passWithNoTests",
"jest": "jest --config jest.config.js --notify --watch",
"ci-test": "jest --config jest.config.js",
"lint": "tslint --config tslint.json 'src/**/*.ts?(x)'"
},
"devDependencies": {
"@grafana/data": "^6.5.0",
"@grafana/runtime": "^6.5.0",
"@grafana/ui": "^6.5.0",
"@types/angular": "^1.6.54",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jest": "^24.0.15",
"@types/jquery": "^3.3.29",
"@types/lodash": "^4.14.134",
"@types/react": "^16.8.21",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"jshint-stylish": "^2.1.0",
"lodash": "^4.17.19",
"moment": "^2.24.0",
"ng-annotate-webpack-plugin": "^0.3.0",
"node-sass": "^4.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"sass": "^1.21.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-jest": "^24.0.2",
"ts-loader": "^6.0.3",
"tslint": "^5.18.0",
"typescript": "^3.5.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.4"
},
"dependencies": {}
}