forked from sasaki77/archiverappliance-datasource
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.67 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
{
"name": "sasaki77-archiver-appliance",
"alerting": true,
"private": true,
"version": "1.3.3",
"description": "ArchiverAppliance",
"main": "index.js",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"updateSnapShot": "grafana-toolkit plugin:test --updateSnapshot",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sasaki77/archiverappliance-datasource.git"
},
"author": "Shinya Sasaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/sasaki77/archiverappliance-datasource/issues"
},
"engineStrict": true,
"devDependencies": {
"@grafana/data": "7.5.10",
"@grafana/runtime": "7.5.10",
"@grafana/toolkit": "7.5.10",
"@grafana/ui": "7.5.10",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "^12.0.0",
"@types/enzyme": "3.10.9",
"@types/enzyme-adapter-react-16": "1.0.6",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jquery": "3.5.6",
"@types/lodash": "^4.14.172",
"@types/mathjs": "^9.4.1",
"@types/ms": "^0.7.31",
"@types/react-autosuggest": "^10.1.5",
"@types/react-test-renderer": "17.0.1",
"@types/uuid": "^8.3.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
"enzyme-to-json": "3.6.2",
"mathjs": "^9.4.4",
"ms": "^2.1.3",
"react-autosuggest": "^10.1.0",
"react-test-renderer": "17.0.2",
"uuid": "^8.3.2"
},
"resolutions": {
"rxjs": "6.6.3"
},
"homepage": "https://github.com/sasaki77/archiverappliance-datasource#readme",
"dependencies": {}
}