Files
celloc3d.brain.riken.jp/package.json
T

41 lines
1.0 KiB
JSON

{
"name": "celloc3d",
"version": "3.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome lint --write .",
"lint:check": "biome lint .",
"format": "biome check --write .",
"format:check": "biome check .",
"spell:check": "cspell --no-progress .",
"preview": "vite preview"
},
"dependencies": {
"@dr.pogodin/react-helmet": "^3.2.3",
"@reduxjs/toolkit": "^2.12.0",
"ky": "^2.1.0",
"react": "^19.3.0",
"react-dom": "^19.3.0",
"react-ga4": "^3.0.1",
"react-redux": "^9.3.0",
"react-router": "^8.3.1",
"redux": "^5.0.1",
"three": "^0.186.0"
},
"devDependencies": {
"@biomejs/biome": "^2.5.13",
"@types/node": "^24.13.4",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@types/react-redux": "^7.1.34",
"@types/three": "^0.186.0",
"@vitejs/plugin-react": "^6.1.1",
"cspell": "^10.3.2",
"typescript": "~7.0.2",
"vite": "^8.3.0"
}
}