-
Notifications
You must be signed in to change notification settings - Fork 170
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.08 KB
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
{
"name": "react-router-v6-app",
"private": true,
"scripts": {
"build": "webpack"
},
"dependencies": {
"react": "19.2.0",
"react-dom": "19.2.0",
"react-router-dom": "6.30.0"
},
"peerDependencies": {
"@datadog/browser-rum": "*",
"@datadog/browser-rum-react": "*"
},
"peerDependenciesMeta": {
"@datadog/browser-rum": {
"optional": true
},
"@datadog/browser-rum-react": {
"optional": true
}
},
"resolutions": {
"@datadog/browser-rum-core": "file:../../../packages/rum-core/package.tgz",
"@datadog/browser-core": "file:../../../packages/core/package.tgz",
"@datadog/browser-rum": "file:../../../packages/rum/package.tgz",
"@datadog/browser-rum-react": "file:../../../packages/rum-react/package.tgz",
"@datadog/browser-rum-slim": "file:../../../packages/rum-slim/package.tgz",
"@datadog/browser-worker": "file:../../../packages/worker/package.tgz"
},
"devDependencies": {
"ts-loader": "9.5.4",
"typescript": "5.9.3",
"webpack": "5.103.0"
},
"volta": {
"extends": "../../../package.json"
}
}