{ "name": "@nymproject/explorer_v2", "version": "0.1.0", "scripts": { "dev": "next dev --turbopack", "build": "next build", "build:prod": "yarn --cwd .. build && next build", "start": "next start", "lint": "biome check --fix" }, "dependencies": { "@emotion/cache": "^11.13.5", "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@mui/material": "^6.1.10", "@mui/material-nextjs": "^6.1.9", "next": "15.0.3", "react": "19.0.0-rc-66855b96-20241106", "react-dom": "19.0.0-rc-66855b96-20241106" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "15.0.3", "lefthook": "^1.8.5", "typescript": "^5" } }