Files
bsi-ni.brain.riken.jp/package.json
T
orrisroot 710b8885e3 build: track @types/node patches within the 24.x line
@types/node has no ncu policy here, so a run would move it off the
24.x line that matches the Node 24 runtime. Its "latest" dist-tag
points at the 22.x line, so the default target reports no updates at
all either. Select the target per package instead.

- add .ncurc.js selecting the "minor" target for @types/node
- pick up @types/node 24.13.4
2026-09-11 17:36:28 +09:00

42 lines
1.2 KiB
JSON

{
"name": "bsi-ni",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "biome lint",
"format": "biome format --write",
"check": "biome check --write",
"typecheck": "tsc -b --noEmit"
},
"dependencies": {
"@dr.pogodin/react-helmet": "^3.2.3",
"@orrisroot/react-html-parser": "^3.0.1",
"async-lock": "^1.4.1",
"ky": "^2.1.0",
"lokijs": "^1.5.12",
"normalize.css": "^8.0.1",
"react": "^19.3.0",
"react-cookie": "^8.1.2",
"react-dom": "^19.3.0",
"react-ga4": "^3.0.1",
"react-overlays": "^5.2.1",
"react-router": "^8.3.1",
"yet-another-react-lightbox": "^3.32.2"
},
"devDependencies": {
"@biomejs/biome": "^2.5.13",
"@types/async-lock": "^1.4.2",
"@types/lokijs": "^1.5.14",
"@types/node": "^24.13.4",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@vitejs/plugin-react": "^6.1.1",
"typescript": "~7.0.2",
"vite": "^8.3.0"
}
}