forked from performancecopilot/grafana-pcp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.9 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
63
{
"name": "pcp-grafana-app",
"description": "Performance Co-Pilot Grafana Plugin",
"version": "3.0.0",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"author": "Performance Co-Pilot and Netflix",
"license": "Apache-2.0",
"homepage": "https://github.com/performancecopilot/grafana-pcp",
"repository": {
"type": "git",
"url": "git+https://github.com/performancecopilot/grafana-pcp.git"
},
"devDependencies": {
"@grafana/data": "^7.1.5",
"@grafana/runtime": "^7.1.5",
"@grafana/toolkit": "^7.1.5",
"@grafana/ui": "^7.1.5",
"@types/blueimp-md5": "^2.7.0",
"@types/d3-selection": "^1.4.2",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.5",
"@types/lodash": "^4.14.157",
"@types/react-autosuggest": "^9.3.14",
"@types/react-redux": "^7.1.9",
"@types/redux": "^3.6.0",
"@types/redux-persist": "^4.3.1",
"@types/redux-persist-transform-filter": "^0.0.4",
"babel-plugin-remove-object-properties": "^1.0.2",
"benchmark": "^2.1.4",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"jest-date-mock": "^1.0.8",
"prettier": "^2.0.5"
},
"engines": {
"node": ">=12 <13"
},
"dependencies": {
"@reduxjs/toolkit": "^1.4.0",
"@types/memoize-one": "^5.1.2",
"blueimp-md5": "^2.17.0",
"core-js": "^3.6.5",
"d3-flame-graph": "^3.1.1",
"emotion": "^10.0.27",
"lodash": "^4.17.19",
"loglevel": "^1.6.8",
"loglevel-plugin-prefix": "^0.8.4",
"monaco-editor-webpack-plugin": "^1.9.0",
"react-autosuggest": "^10.0.2",
"react-monaco-editor": "^0.40.0",
"react-redux": "^7.2.0",
"react-use": "^15.3.4",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
}
}