{ "name": "@mintel/gatekeeper", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "test": "vitest run" }, "dependencies": { "@mintel/next-utils": "workspace:*", "clsx": "^2.1.1", "lucide-react": "^0.474.0", "next": "15.1.6", "next-intl": "^4.8.2", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^2.6.0" }, "devDependencies": { "@mintel/eslint-config": "workspace:*", "@mintel/next-config": "workspace:*", "@mintel/tsconfig": "workspace:*", "@tailwindcss/typography": "^0.5.19", "@types/node": "^20.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "autoprefixer": "^10.4.20", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "typescript": "^5.0.0" } }