{ "name": "blueprint.ui", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@azure/msal-browser": "^3.23.0", "@headlessui/react": "^2.1.2", "@heroicons/react": "^2.1.5", "@types/material-ui": "^0.21.17", "axios": "^1.8.3", "jsonwebtoken": "^9.0.2", "jwt-decode": "^4.0.0", "msal": "^1.4.18", "nanoid": "^3.3.8", "next": "^14.2.26", "react": "^18", "react-dom": "^18", "react-router-dom": "^6.26.2", "react-toastify": "^10.0.5", "sass": "^1.77.8", "swr": "^2.2.5", "zustand": "^5.0.0-rc.2" }, "devDependencies": { "@types/jsonwebtoken": "^9.0.7", "@types/jwt-decode": "^2.2.1", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.5", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }