{
  "name": "@openhpi/quiz-recap",
  "version": "3.1.0",
  "description": "Component for quiz recapitulation in education.",
  "keywords": [
    "quiz",
    "education",
    "learning"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/christophblessing/quiz-recap.git"
  },
  "license": "MIT",
  "author": "Christoph Blessing",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/quiz-recap.d.ts",
      "import": "./dist/quiz-recap.js",
      "default": "./dist/quiz-recap.js"
    },
    "./dist/style.css": "./dist/quiz-recap.css"
  },
  "main": "./dist/quiz-recap.js",
  "module": "./dist/quiz-recap.js",
  "types": "dist/quiz-recap.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc && vite build",
    "dev": "vite",
    "lint": "eslint .",
    "preview": "vite preview",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "lint-staged": {
    "**/*": [
      "prettier --write --ignore-unknown"
    ],
    "**/*.{ts,tsx}": [
      "eslint"
    ]
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^7.0.0",
    "@fortawesome/free-regular-svg-icons": "^7.0.0",
    "@fortawesome/free-solid-svg-icons": "^7.0.0",
    "@fortawesome/react-fontawesome": "^3.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.31.0",
    "@testing-library/dom": "^10.1.0",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/node": "^24.0.15",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@vitejs/plugin-react-swc": "^3.5.0",
    "autoprefixer": "^10.4.17",
    "cssnano": "^7.0.0",
    "eslint": "^9.31.0",
    "eslint-plugin-react-hooks": "^7.0.0",
    "eslint-plugin-react-refresh": "^0.4.5",
    "globals": "^17.0.0",
    "i18next": "^25.0.0",
    "jsdom": "^26.0.0",
    "lint-staged": "^15.2.2",
    "postcss": "^8.4.35",
    "prettier": "^3.2.5",
    "react-i18next": "^15.0.0",
    "react-markdown": "^10.0.0",
    "remark-gfm": "^4.0.0",
    "sass": "^1.71.1",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.37.0",
    "vite": "^6.0.0",
    "vite-plugin-dts": "^4.0.0",
    "vitest": "^4.0.0"
  }
}
