-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.15 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
41
42
43
{
"name": "bits-e2e-apps",
"version": "0.0.1",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"datadogApps": {
"container": "apps",
"site": "datadoghq.com"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"overrides": {
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"scripts": {
"build": "npm run build --workspaces --if-present",
"upload": "npm run upload --workspaces --if-present",
"typecheck": "npm run typecheck --workspaces --if-present",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix"
},
"devDependencies": {
"@datadog/vite-plugin": "3.2.9-dev.0",
"@eslint/js": "^9.39.2",
"@types/node": "^24.12.2",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.54.0",
"@typescript-eslint/parser": "^8.54.0",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"typescript": "^5.9.3",
"vite": "^7.3.1"
}
}