{
  "name": "ode-explorer",
  "version": "2.5.7",
  "description": "Edifice Explorer",
  "homepage": "https://github.com/edificeio/explorer#readme",
  "bugs": {
    "url": "https://github.com/edificeio/explorer/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/edificeio/explorer.git"
  },
  "license": "AGPL-3.0",
  "author": "Edifice",
  "type": "module",
  "exports": {
    "./lib": {
      "import": "./lib/index.js",
      "types": "./lib/index.d.ts"
    }
  },
  "files": [
    "dist/!(assets)",
    "lib",
    "*.d.ts"
  ],
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "**/*.{ts,tsx}": [
      "pnpm run format",
      "pnpm run lint"
    ]
  },
  "dependencies": {
    "@dnd-kit/core": "^6.1.0",
    "@dnd-kit/modifiers": "^7.0.0",
    "@edifice.io/react": "2.5.16",
    "@edifice.io/bootstrap": "2.5.16",
    "@edifice.io/client": "2.5.16",
    "@react-spring/web": "^9.7.3",
    "@tanstack/react-query": "5.62.7",
    "clsx": "^2.1.1",
    "dayjs": "1.11.10",
    "i18next": "23.8.1",
    "i18next-http-backend": "2.4.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-error-boundary": "4.0.13",
    "react-hook-form": "^7.53.0",
    "react-i18next": "14.1.0",
    "react-router-dom": "^6.23.1",
    "zustand": "^4.5.0"
  },
  "devDependencies": {
    "@axe-core/react": "^4.10.0",
    "@babel/plugin-transform-react-pure-annotations": "7.23.3",
    "@eslint/js": "^9.11.1",
    "@tanstack/react-query-devtools": "^5.59.13",
    "@testing-library/jest-dom": "^6.5.0",
    "@testing-library/react": "^16.0.1",
    "@testing-library/user-event": "^14.5.2",
    "@types/node": "^18.16.9",
    "@types/react": "^18.3.10",
    "@types/react-dom": "^18.3.0",
    "@vitejs/plugin-react": "^4.3.2",
    "@vitest/coverage-v8": "^2.1.2",
    "@vitest/ui": "^2.1.2",
    "eslint": "^9.11.1",
    "eslint-plugin-react-hooks": "^5.1.0-rc.0",
    "eslint-plugin-react-refresh": "^0.4.12",
    "globals": "^15.9.0",
    "husky": "^9.1.6",
    "jsdom": "^25.0.1",
    "lint-staged": "15.2.9",
    "msw": "^2.4.10",
    "nx": "19.6.0",
    "prettier": "^3.3.3",
    "typescript": "^5.4.5",
    "typescript-eslint": "^8.7.0",
    "vite": "5.4.1",
    "vite-plugin-dts": "^4.2.4",
    "vite-tsconfig-paths": "^5.0.1",
    "vitest": "^2.1.2"
  },
  "engines": {
    "node": "18 || 20"
  },
  "nx": {},
  "scripts": {
    "build": "vite build && vite build --mode lib",
    "dev": "vite",
    "format": "prettier --write .",
    "lint": "eslint .",
    "pre-commit": "lint-staged",
    "preview": "vite preview",
    "test": "vitest",
    "test:coverage": "vitest run --coverage",
    "test:ui": "vitest --ui",
    "test:watch": "vitest --watch"
  }
}