Release / guard (push) Successful in 39s
Gates / frontend (push) Failing after 2m25s
Gates / package (push) Skipped
Gates / container (push) Skipped
Gates / frontend (push) Failing after 1m59s
Gates / package (push) Skipped
Gates / container (push) Skipped
Gates / test-aarch64 (push) Successful in 8m18s
CI / gates (push) Failing after 11m34s
Gates / test (push) Successful in 2m18s
Gates / test-aarch64 (push) Successful in 7m23s
Release / gates (push) Failing after 18m51s
Release / publish (push) Skipped
Gates / test (push) Successful in 2m36s
health strip marks, menu ticks, chip crosses, the search magnifier, the checkbox check and the back arrows all come from @phosphor-icons/react now, pinned exactly and entered in the license ledger. changelog and version bump for 0.0.15, including the bundle budget raise to 900000 bytes.
58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"name": "nxdns-admin",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": "24.19.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build && node scripts/assert-css-layers.mjs && node scripts/assert-bundle-size.mjs && node scripts/stamp-dist.mjs",
|
|
"typecheck": "tsc -b",
|
|
"lint": "oxlint src vite.config.ts",
|
|
"format": "prettier --write .",
|
|
"format:check": "prettier --check .",
|
|
"test": "vitest run",
|
|
"assert-bundled": "node scripts/assert-bundled-packages.mjs"
|
|
},
|
|
"prettier": {
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "all"
|
|
},
|
|
"dependencies": {
|
|
"@phosphor-icons/react": "2.1.10",
|
|
"@stylexjs/stylex": "0.19.0",
|
|
"@tanstack/react-query": "5.101.4",
|
|
"@tanstack/react-router": "1.170.18",
|
|
"@visx/axis": "4.0.0",
|
|
"@visx/grid": "4.0.0",
|
|
"@visx/group": "4.0.0",
|
|
"@visx/scale": "4.0.0",
|
|
"@visx/shape": "4.0.0",
|
|
"@visx/tooltip": "4.0.0",
|
|
"react": "19.2.8",
|
|
"react-aria-components": "1.20.0",
|
|
"react-dom": "19.2.8"
|
|
},
|
|
"devDependencies": {
|
|
"@stylexjs/unplugin": "0.19.0",
|
|
"@testing-library/dom": "10.4.1",
|
|
"@testing-library/react": "16.3.2",
|
|
"@types/node": "26.1.1",
|
|
"@types/react": "19.2.17",
|
|
"@types/react-dom": "19.2.3",
|
|
"@vitejs/plugin-react": "6.0.4",
|
|
"jsdom": "29.1.1",
|
|
"oxlint": "1.75.0",
|
|
"prettier": "3.9.6",
|
|
"typescript": "7.0.2",
|
|
"vite": "8.1.5",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|