Files
archived-ux/package.json
Hugo Alliaume 13cb147add Update tsdown & use @tsdown/css
This update simplifies the tsdown configuration, we do not need our custom plugin to minify CSS anymore (replaced by `css.minify = true`), and same for our hooks that rename the built CSS (replaced by `css.fileName`) 😍
2026-03-20 09:00:50 +01:00

34 lines
1.2 KiB
JSON

{
"private": true,
"packageManager": "pnpm@10.16.1+sha512.0e155aa2629db8672b49e8475da6226aa4bdea85fdcdfdc15350874946d4f3c91faaf64cbdc4a5d1ab8002f473d5c3fcedcd197989cf0390f9badd3c04678706",
"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 --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": "^2.13.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@tsdown/css": "^0.21.4",
"@types/node": "^22.19.11",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"pkg-types": "^2.3.0",
"tinyglobby": "^0.2.15",
"tsdown": "^0.21.4",
"vitest": "^4.1.0"
}
}