{
  "name": "@wger-project/react-components",
  "description": "React components for the wger fitness and nutrition manager",
  "keywords": [
    "wger",
    "fitness",
    "nutrition",
    "workout",
    "react",
    "components"
  ],
  "author": "wger team",
  "homepage": "https://github.com/wger-project/react",
  "bugs": {
    "url": "https://github.com/wger-project/react/issues"
  },
  "files": [
    "README.md",
    "LICENSE",
    "index.html",
    "src/",
    "build/"
  ],
  "main": "build/main.js",
  "exports": {
    ".": "./build/index.js"
  },
  "version": "26.7.24",
  "license": "AGPL-3.0-or-later",
  "repository": "https://github.com/wger-project/react",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@hello-pangea/dnd": "^18.0.1",
    "@mui/icons-material": "^9.1.1",
    "@mui/lab": "^9.0.0-beta.5",
    "@mui/material": "^9.1.1",
    "@mui/system": "^9.1.1",
    "@mui/x-data-grid": "^9.5.0",
    "@mui/x-date-pickers": "^9.5.0",
    "@tanstack/react-query": "^5.101.0",
    "@vitejs/plugin-react": "^6.0.2",
    "axios": "^1.18.0",
    "formik": "^2.4.9",
    "history": "^5.3.0",
    "i18next": "^26.3.1",
    "i18next-browser-languagedetector": "^8.2.1",
    "i18next-http-backend": "^4.0.0",
    "luxon": "^3.7.2",
    "markdown-to-jsx": "^9.8.2",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "react-grid-layout": "^2.2.3",
    "react-i18next": "^17.0.8",
    "react-is": "^19.2.7",
    "react-responsive": "^10.0.1",
    "react-router-dom": "^7.17.0",
    "react-simple-wysiwyg": "^3.4.1",
    "react-slick": "^0.31.0",
    "recharts": "^3.8.1",
    "slick-carousel": "^1.8.1",
    "slug": "^12.0.1",
    "typescript": "^6.0.3",
    "yup": "^1.7.1"
  },
  "devDependencies": {
    "@eslint-react/eslint-plugin": "^5.18.0",
    "@eslint/js": "^10.0.1",
    "@nabla/vite-plugin-eslint": "^3.0.1",
    "@stylistic/eslint-plugin": "^5.10.0",
    "@tanstack/react-query-devtools": "^5.101.0",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^7.0.0",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/lodash": "^4.17.24",
    "@types/luxon": "^3.7.1",
    "@types/node": "^24.13.3",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@types/react-is": "^19.2.0",
    "@types/react-slick": "^0.23.13",
    "@types/slug": "^5.0.9",
    "@vitest/coverage-v8": "^4.1.9",
    "eslint": "^10.7.0",
    "eslint-plugin-import-x": "^4.17.1",
    "eslint-plugin-react-hooks": "^7.1.1",
    "happy-dom": "^20.10.3",
    "i18next-cli": "^1.64.0",
    "jsdom": "^29.1.1",
    "typescript-eslint": "^8.65.0",
    "vite": "^8.0.16",
    "vitest": "^4.1.9",
    "webpack-bundle-analyzer": "^5.3.0"
  },
  "scripts": {
    "start": "vite",
    "build": "vite build",
    "serve": "vite preview",
    "test": "LANG=de_de vitest run",
    "test:watch": "LANG=de_de vitest",
    "test:coverage": "LANG=de_de vitest run --coverage",
    "i18n": "i18next",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src",
    "lint:quiet": "eslint --quiet src",
    "lint:fix": "eslint --fix src"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "packageManager": "npm@10.5.0"
}
