{
  "name": "__tests__",
  "version": "0.0.0",
  "description": "Test suite for react-dynamic-portal",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "vitest",
    "test:ui": "vitest --ui",
    "test:coverage": "vitest run --coverage",
    "lint": "eslint --fix --cache",
    "check": "tsc --noEmit"
  },
  "keywords": [],
  "author": "molvqingtai",
  "license": "MIT",
  "dependencies": {
    "react-magic-portal": "workspace:*"
  },
  "devDependencies": {
    "@eslint-react/eslint-plugin": "^2.0.6",
    "@eslint/js": "^9.37.0",
    "@testing-library/react": "^16.3.0",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.1",
    "@vitejs/plugin-react": "^5.0.4",
    "@vitest/coverage-v8": "^3.2.4",
    "@vitest/ui": "^3.2.4",
    "eslint": "^9.37.0",
    "eslint-plugin-prettier": "^5.5.4",
    "globals": "^16.4.0",
    "happy-dom": "^20.0.0",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.46.0",
    "vite": "^7.1.9",
    "vitest": "^3.2.4"
  }
}
