-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.52 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
{
"name": "lightstep-datasource",
"private": true,
"version": "1.3.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "./node_modules/grunt-cli/bin/grunt",
"dev": "./node_modules/grunt-cli/bin/grunt watch",
"test": "./node_modules/grunt-cli/bin/grunt mochaTest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightstep/lightstep-grafana-plugin.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lightstep/lightstep-grafana-plugin/issues"
},
"engines": {
"node": ">=9.4.0"
},
"engineStrict": true,
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"chai": "~4.3.7",
"copy-webpack-plugin": "^11.0.0",
"grunt": "^1.6.1",
"grunt-babel": "~8.0.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-execute": "~0.2.2",
"grunt-mocha-test": "^0.13.3",
"grunt-systemjs-builder": "^1.0.0",
"load-grunt-tasks": "^5.1.0",
"mocha": "^10.2.0",
"prunk": "^1.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@grafana/data": "^9.3.6",
"lodash": "^4.17.21",
"moment": "2.29.4",
"tether-drop": "^1.4.2",
"tinycolor2": "^1.6.0"
},
"homepage": "https://github.com/lightstep/lightstep-grafana-plugin#readme"
}