-
-
Notifications
You must be signed in to change notification settings - Fork 429
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.42 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
{
"private": true,
"packageManager": "[email protected]+sha512.521705bce689924eac72f5a3587122f362689ef6571e55ba80076fd637c11132ecffada26fad4ea79c485bfddbfd3d5a2a5b05805a77e893de71ec8a6cca3bb1",
"devEngines": {
"runtime": {
"name": "node",
"version": "^22.18.0",
"onFail": "warn"
}
},
"type": "module",
"workspaces": [
"src/*/assets",
"src/*/src/Bridge/*/assets"
],
"scripts": {
"build": "pnpm run --filter @symfony/ux-map build; sync; pnpm run --filter !@symfony/ux-map --recursive --aggregate-output build",
"test": "pnpm run -r --workspace-concurrency=1 test",
"test:unit": "pnpm run -r --workspace-concurrency=1 --aggregate-output test:unit",
"test:browser": "pnpm run -r --workspace-concurrency=1 test:browser",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check",
"lint": "oxlint",
"lint:fix": "oxlint --fix"
},
"devDependencies": {
"@playwright/test": "^1.58.2",
"@puppeteer/browsers": "^3.2.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@tsdown/css": "^0.22.0",
"@types/node": "^22.19.11",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"pkg-types": "^2.3.0",
"proxy-agent": "^8.0.1",
"tinyglobby": "^0.2.15",
"tsdown": "^0.22.0",
"vitest": "^4.1.0"
}
}