-
Notifications
You must be signed in to change notification settings - Fork 609
/
package.json
190 lines (190 loc) · 6.37 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
{
"name": "grafana-pyroscope",
"version": "2.0.0",
"repository": "[email protected]:grafana/pyroscope.git",
"author": "Grafana Labs",
"license": "AGPL-3.0-only",
"private": true,
"scripts": {
"test": "jest",
"type-check": "tsc -p tsconfig.json --noEmit",
"build": "NODE_ENV=production webpack --progress --config scripts/webpack/webpack.prod.js",
"backend:dev": "make build run 'PARAMS=--config.file ./cmd/pyroscope/pyroscope.yaml'",
"cy": "cypress",
"lint": "eslint . --ext .js,.tsx,.ts --cache",
"lint:fix": "yarn lint --fix",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"prepare:manually": "husky install"
},
"lint-staged": {
"*.{ts,tsx,scss}": "yarn format:fix"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-common-types": "~0.2.36",
"@grafana/eslint-config": "^6.0.0",
"@size-limit/file": "^6.0.3",
"@size-limit/time": "^6.0.3",
"@swc/core": "^1.3.74",
"@swc/jest": "^0.2.27",
"@testing-library/cypress": "^9.0.0",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/color": "^3.0.2",
"@types/d3-scale": "^4.0.2",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/flot": "^0.0.32",
"@types/history": "4.7.11",
"@types/jest": "^29.5.0",
"@types/jest-image-snapshot": "^4.3.1",
"@types/jquery": "^3.5.13",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.groupby": "^4.6.7",
"@types/lodash.map": "^4.6.13",
"@types/mocha": "^10.0.1",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.0",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-datepicker": "^4.3.4",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.5",
"@types/react-notifications-component": "~3.1.0",
"@types/react-outside-click-handler": "^1.3.1",
"@types/react-router-dom": "5.3.0",
"@types/testing-library__jest-dom": "^5.14.9",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"canvas": "^2.8.0",
"canvas-to-buffer": "^1.1.1",
"clean-webpack-plugin": "^3.0.0",
"conventional-changelog-cli": "^2.1.1",
"copy-webpack-plugin": "^11.0.0",
"cypress": "^12.11.0",
"esbuild-loader": "^3.0.1",
"eslint": "^8.40.0",
"eslint-config-airbnb": "18.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
"eslint-config-airbnb-typescript-prettier": "^4.2.0",
"eslint-import-resolver-lerna": "^2.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-jsdoc": "^44.2.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"expose-loader": "^4.1.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.3",
"jest": "^28.1.3",
"jest-canvas-mock": "^2.3.1",
"jest-css-modules-transform": "^4.4.2",
"jest-environment-jsdom": "^28.1.3",
"jest-fetch-mock": "^3.0.3",
"jest-image-snapshot": "^5.2.0",
"lint-staged": "^15.0.2",
"mini-css-extract-plugin": "^2.7.5",
"msw": "^0.36.3",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"prettier": "2.8.8",
"react-svg-loader": "^3.0.3",
"regenerator-runtime": "^0.13.9",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "^1.60.0",
"size-limit": "^6.0.3",
"ts-jest": "^29.1.0",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^4.5.2",
"typescript-plugin-css-modules": "^3.4.0",
"web-streams-polyfill": "^3.2.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "~1.2.30",
"@fortawesome/free-brands-svg-icons": "~5.15.1",
"@fortawesome/free-regular-svg-icons": "~5.15.2",
"@fortawesome/free-solid-svg-icons": "~5.14.0",
"@fortawesome/react-fontawesome": "~0.1.11",
"@grafana/data": "10.3.0-147665",
"@grafana/flamegraph": "10.3.0-147665",
"@grafana/ui": "10.3.0-147665",
"@hookform/resolvers": "^2.9.8",
"@mui/base": "5.0.0-alpha.98",
"@mui/material": "5.10.11",
"@react-hook/resize-observer": "^1.2.6",
"@react-hook/window-size": "^3.1.1",
"@reduxjs/toolkit": "^1.6.2",
"@szhsin/react-menu": "3.5.2",
"@types/file-saver": "^2.0.5",
"color": "^3.1.3",
"compression-streams-polyfill": "^0.1.4",
"css-loader": "^4.0.0",
"d3": "^7.3.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.4",
"jquery.flot.tooltip": "^0.9.0",
"lodash.groupby": "^4.6.0",
"lodash.map": "^4.6.0",
"prismjs": "^1.27.0",
"protobufjs": "^7.2.5",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.0.4",
"react-datepicker": "^4.7.0",
"react-debounce-input": "^3.2.5",
"react-dom": "^18.2.0",
"react-dropzone": "^11.4.2",
"react-flatten-children": "^1.1.2",
"react-flot": "^1.3.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.36.0",
"react-notifications-component": "~3.1.0",
"react-outside-click-handler": "^1.3.0",
"react-pro-sidebar": "^0.7.1",
"react-redux": "^7.2.1",
"react-router-dom": "5.3.0",
"react-svg-spinner": "^1.0.4",
"react-textarea-autosize": "8.3.0",
"redux-persist": "^6.0.0",
"redux-query-sync": "^0.1.10",
"sass-loader": "^9.0.2",
"sweetalert2": "^11.4.0, <11.4.9",
"sweetalert2-react-content": "^4.2.0",
"timezone-mock": "^1.3.0",
"true-myth": "~5.2.0",
"ts-custom-error": "^3.2.0",
"ts-essentials": "^9.0.0",
"zod": "^3.22.3"
},
"optionalDependencies": {
"@pyroscope/nodejs": "^0.2.9"
},
"resolutions": {
"jquery": "^3.6.4",
"braces": ">2.3.1",
"glob-parent": ">5.1.2",
"json5": ">2.2.2",
"loader-utils": "^1.4.1",
"mem": ">4.0.0",
"nth-check": "^2.0.1",
"postcss": ">8.2.13",
"tough-cookie": "^4.1.3",
"semver": "^7.5.2",
"trim": ">0.0.3",
"trim-newlines": ">4.0.1",
"yargs-parser": ">18.1.1",
"uplot": "^1.6.31"
}
}