{
  "name": "@globus/static-data-portal",
  "version": "3.0.3",
  "repository": "github:globus/static-data-portal",
  "files": [],
  "license": "Apache-2.0",
  "scripts": {
    "dev": "next dev --turbopack",
    "preview": "node scripts/prebuild.js && next dev",
    "prebuild": "node scripts/prebuild.js",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "docs": "npx typedoc",
    "test": "jest"
  },
  "dependencies": {
    "@chakra-ui/icons": "^2.2.4",
    "@chakra-ui/next-js": "^2.4.2",
    "@chakra-ui/react": "^2.10.5",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@globus/react-auth-context": "^0.2.0",
    "@globus/react-components": "^2.0.0",
    "@globus/react-query": "^0.2.0",
    "@globus/sdk": "5.7.0",
    "@mdx-js/loader": "^3.1.0",
    "@mdx-js/react": "^3.1.0",
    "@next/mdx": "15.5.9",
    "@tanstack/react-query": "^5.90.12",
    "@tanstack/react-query-devtools": "^5.91.1",
    "@types/mdx": "^2.0.13",
    "framer-motion": "^11.17.0",
    "lodash": "^4.17.21",
    "next": "15.5.9",
    "react": "19.0.0",
    "react-dom": "19.0.0",
    "zustand": "^5.0.3"
  },
  "devDependencies": {
    "@globus/types": "^0.0.7",
    "@heroicons/react": "^2.2.0",
    "@jest/globals": "^29.7.0",
    "@playwright/test": "^1.57.0",
    "@tanstack/eslint-plugin-query": "^5.66.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.1",
    "@testing-library/user-event": "^14.6.1",
    "@types/node": "^22",
    "@types/react": "19.0.10",
    "@types/react-dom": "19.0.4",
    "@typescript-eslint/eslint-plugin": "^8.46.0",
    "@typescript-eslint/parser": "^8.31.0",
    "dotenv": "^17.2.3",
    "eslint": "^8.57.1",
    "eslint-config-next": "15.5.9",
    "eslint-config-prettier": "^10.1.1",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.2.6",
    "eslint-plugin-promise": "^6",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "glob": "13.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "3.6.2",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.1",
    "typedoc-plugin-markdown": "^4.6.1",
    "typedoc-plugin-missing-exports": "^4.0.0",
    "typescript": "^5.8.3"
  },
  "overrides": {
    "@types/react": "19.0.10",
    "@types/react-dom": "19.0.4"
  }
}
