the hand-written scale, tick, stacking and arc math is replaced by visx 4.0.0 primitives; rendering, colours and themes stay the app's own. all four charts share one hover treatment: the client chart gains the tooltip and dimming the query timeline had, the donuts gain both, an open tooltip follows a data refresh instead of going stale, and it retires when the window rolls. the timeline's third series is named allowed instead of other, and the client chart's other aggregate disappears from a window where it counted nothing. licenses gain the isc text for the bundled d3 modules.
57 lines
1.4 KiB
JSON
57 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": {
|
|
"@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"
|
|
}
|
|
}
|