-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
151 lines (151 loc) · 5.63 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
{
"name": "pyroscope-app-plugin",
"version": "0.1.17",
"description": "Grafana Pyroscope app plugin (profiles)",
"license": "AGPL-3.0-only",
"author": "Grafana",
"scripts": {
"build": "webpack -c webpack.config.ts --env production",
"predev": "rm -rf node_modules/.cache",
"dev": "yarn predev && webpack -w -c webpack.config.ts --env development",
"docs:dev": "make -C docs docs",
"e2e:ci": " docker run --network host -v $(pwd)/e2e:/app/e2e -v $(pwd)/src:/app/src pyroscope-app-plugin-e2e:latest",
"e2e:ci:prepare": "docker build --progress=auto -t pyroscope-app-plugin-e2e:latest -f Dockerfile.plugin.e2e .",
"e2e:ci:server:down": "docker compose down",
"e2e:ci:server:up": "docker compose -f docker-compose.e2e.yaml up --build -d",
"e2e:local": "playwright test -c e2e/config/playwright.config.local.ts",
"e2e:local:codegen": "playwright codegen",
"e2e:local:prepare": "npx playwright install --with-deps chromium",
"e2e:local:server": "docker compose down --remove-orphans && docker compose -f docker-compose.e2e.yaml up --build --abort-on-container-exit",
"e2e:local:watch": "yarn e2e:local --ui",
"format:fix": "prettier --write .",
"postinstall": "husky install",
"knip": "knip",
"lint": "eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",
"lint:fix": "yarn lint --fix",
"server": "docker compose down --remove-orphans && docker compose up --build --abort-on-container-exit",
"server:local": "docker compose down --remove-orphans && docker compose -f docker-compose.local.yaml up --build --abort-on-container-exit",
"server:remote": "docker compose down --remove-orphans && docker compose -f docker-compose.remote.yaml up --build --abort-on-container-exit",
"server:static": "docker compose down --remove-orphans && docker compose -f docker-compose.e2e.yaml up --build --abort-on-container-exit",
"sign": "npx --yes @grafana/sign-plugin@latest",
"tdd": "jest --watch --onlyChanged",
"test": "jest --coverage",
"test:ci": "jest --passWithNoTests --runInBand --coverage",
"typecheck": "tsc --noEmit",
"version": "standard-changelog && git add CHANGELOG.md"
},
"dependencies": {
"@emotion/css": "11.10.6",
"@grafana/data": "11.3.2",
"@grafana/faro-web-sdk": "^1.10.0",
"@grafana/flamegraph": "11.3.2",
"@grafana/llm": "^0.10.7",
"@grafana/runtime": "11.3.2",
"@grafana/scenes": "^4.22.0",
"@grafana/schema": "11.3.2",
"@grafana/ui": "11.3.2",
"@react-aria/utils": "^3.25.3",
"@tanstack/react-query": "^5.17.19",
"color": "^4.2.3",
"compression-streams-polyfill": "^0.1.7",
"file-saver": "^2.0.5",
"history": "^5.3.0",
"markdown-to-jsx": "^7.3.2",
"nanoid": "^5.0.9",
"p-limit": "^6.1.0",
"protobufjs": "^7.2.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-inlinesvg": "^4.1.3",
"react-router-dom": "^6.22.0",
"rxjs": "7.8.1",
"tslib": "2.5.3",
"xstate": "^4.38.3"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@grafana/e2e-selectors": "^10.0.0",
"@grafana/eslint-config": "^8.0.0",
"@grafana/tsconfig": "^2.0.0",
"@playwright/test": "^1.49.0",
"@stylistic/eslint-plugin-ts": "^2.9.0",
"@swc/core": "^1.3.90",
"@swc/helpers": "^0.5.0",
"@swc/jest": "^0.2.26",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@testing-library/jest-dom": "6.1.4",
"@testing-library/react": "14.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/color": "^3.0.2",
"@types/d3-scale": "^4.0.2",
"@types/file-saver": "^2.0.7",
"@types/flot": "^0.0.32",
"@types/jest": "^29.5.0",
"@types/jquery": "^3.5.16",
"@types/lodash": "^4.14.188",
"@types/node": "^22.7.4",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react-helmet": "^6.1.5",
"@types/testing-library__jest-dom": "5.14.8",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"bundlewatch": "^0.4.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"dotenv": "^16.3.1",
"esbuild-loader": "^4.0.2",
"eslint": "8.52.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-webpack-plugin": "^4.0.1",
"fork-ts-checker-webpack-plugin": "^8.0.0",
"glob": "^10.2.7",
"husky": "^8.0.3",
"identity-obj-proxy": "3.0.0",
"imports-loader": "^5.0.0",
"jest": "^29.5.0",
"jest-css-modules-transform": "^4.3.0",
"jest-environment-jsdom": "^29.5.0",
"knip": "^5.32.0",
"lint-staged": "^15.0.2",
"prettier": "^2.8.7",
"prettier-package-json": "^2.8.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass": "1.63.2",
"sass-loader": "13.3.1",
"standard-changelog": "^6.0.0",
"style-loader": "3.3.3",
"swc-loader": "^0.2.3",
"terser-webpack-plugin": "^5.3.10",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-livereload-plugin": "^3.0.2",
"webpack-subresource-integrity": "^5.1.0",
"webpack-virtual-modules": "^0.6.2"
},
"engines": {
"node": ">=20"
},
"bundlewatch": {
"files": [
{
"path": "dist/module.js",
"maxSize": "400KB"
}
]
},
"packageManager": "[email protected]"
}