{ "name": "@sentryagent/portal", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@stoplight/elements": "^9.0.16", "next": "14.2.5", "react": "^18.3.1", "react-dom": "^18.3.1" }, "devDependencies": { "@types/node": "^20.14.0", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/swagger-ui-react": "^4.18.3", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.12", "typescript": "^5.5.3" } }