{ "name": "sso-portal", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 5501", "build:stage": "env-cmd -f .env.staging next build", "build": "env-cmd -f .env.production next build", "start": "next start" }, "dependencies": { "@mantine/core": "^8.3.6", "@mantine/form": "^8.3.6", "@mantine/hooks": "^8.3.6", "@mantine/notifications": "8.3.18", "@tabler/icons-react": "^3.35.0", "clsx": "^2.1.1", "crypto-js": "^4.2.0", "next": "16.0.1", "react": "19.2.0", "react-dom": "19.2.0", "zustand": "^5.0.8" }, "devDependencies": { "@types/crypto-js": "^4.2.2", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "env-cmd": "^11.0.0", "postcss-preset-mantine": "^1.18.0", "postcss-simple-vars": "^7.0.1", "typescript": "^5" } }