-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 797 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 797 Bytes
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
{
"name": "@datadog/browser-sdk-developer-extension",
"version": "6.30.0",
"private": true,
"scripts": {
"build": "wxt build",
"dev": "wxt"
},
"devDependencies": {
"@types/chrome": "0.1.37",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@wxt-dev/module-react": "1.1.5",
"typescript": "5.9.3"
},
"dependencies": {
"@datadog/browser-core": "workspace:*",
"@datadog/browser-logs": "workspace:*",
"@datadog/browser-rum": "workspace:*",
"@datadog/browser-rum-core": "workspace:*",
"@mantine/core": "8.3.15",
"@mantine/hooks": "8.3.15",
"@tabler/icons-react": "3.37.1",
"clsx": "2.1.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"wxt": "0.20.18"
},
"volta": {
"extends": "../package.json"
}
}