Files
celloc3d.brain.riken.jp/package.json
T
orrisroot 3f684a90b4 fix: correct typo and extract shared Notice component
Fix typo "Arrangemtns" to "Arrangements" in figure captions
for all 16 TE*.json dataset files.

Extract a reusable Notice component from Contact and News pages
to avoid duplicated inline notice markup.

Replace react-helmet-async with @dr.pogodin/react-helmet.

Add VS Code workspace config and cspell dictionary.
2026-06-11 00:59:27 +09:00

44 lines
1.1 KiB
JSON

{
"name": "celloc3d",
"version": "3.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"format": "biome check --write .",
"format:check": "biome check .",
"preview": "vite preview"
},
"dependencies": {
"@dr.pogodin/react-helmet": "^3.2.2",
"@reduxjs/toolkit": "^2.12.0",
"ky": "^2.0.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-ga4": "^3.0.1",
"react-redux": "^9.3.0",
"react-router-dom": "^7.17.0",
"redux": "^5.0.1",
"three": "^0.184.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.16",
"@eslint/js": "^10.0.1",
"@types/node": "^24.13.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-redux": "^7.1.34",
"@types/three": "^0.184.1",
"@vitejs/plugin-react": "^6.0.2",
"eslint": "^10.4.1",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.6.0",
"typescript": "~6.0.3",
"typescript-eslint": "^8.61.0",
"vite": "^8.0.16"
}
}