-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
84 lines (84 loc) · 2.54 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "performancecopilot-pcp-app",
"description": "Performance Co-Pilot Grafana Plugin",
"version": "5.2.0",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"cypress:open": "cypress open"
},
"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": {
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@grafana/data": "^9.0.9",
"@grafana/runtime": "^9.0.9",
"@grafana/toolkit": "^9.0.9",
"@grafana/ui": "^9.0.9",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/blueimp-md5": "^2.7.0",
"@types/d3-selection": "^2.0.0",
"@types/enzyme": "^3.10.5",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.5",
"@types/lodash": "^4.14.178",
"@types/memoize-one": "^5.1.2",
"@types/react-autosuggest": "^10.1.5",
"@types/react-redux": "^7.1.9",
"@types/redux": "^3.6.0",
"@types/redux-persist": "^4.3.1",
"babel-plugin-react-remove-properties": "^0.3.0",
"cypress": "^10.9.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"eslint-plugin-prettier": "*",
"monaco-editor-webpack-plugin": "^7.0.1",
"prettier-plugin-organize-imports": "^2.1.0",
"utility-types": "^3.10.0"
},
"dependencies": {
"blueimp-md5": "^2.17.0",
"core-js": "^3.6.5",
"d3-flame-graph": "^3.1.1",
"d3-selection": "^2.0.0",
"emotion": "^10.0.27",
"lodash": "^4.17.20",
"loglevel": "^1.6.8",
"loglevel-plugin-prefix": "^0.8.4",
"memoize-one": "^6.0.0",
"monaco-editor": "^0.31.1",
"react-autosuggest": "^10.0.2",
"react-monaco-editor": "^0.47.0",
"react-redux": "^7.2.0",
"react-use": "^17.3.2",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0"
},
"resolutions": {
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"d3-color": "^3.1.0",
"minimatch": "^3.0.5",
"loader-utils": "^2.0.3",
"simple-git": "^3.15.0",
"json5": "^2.2.2",
"ua-parser-js": "^1.0.33",
"@braintree/sanitize-url": "6.0.1",
"webpack": "^5.76.0",
"tough-cookie": "^4.1.3",
"semver": "^6.3.1",
"word-wrap": "^1.2.4"
},
"engines": {
"node": ">=14"
}
}