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

44 lines
1.1 KiB
JSON

{
"name": "celloc3d",
"version": "3.0.0",
"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": {
"@reduxjs/toolkit": "^2.12.0",
"ky": "^2.0.2",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-ga4": "^3.0.1",
"react-helmet-async": "^3.0.0",
"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"
}
}