{
  "name": "@matrix-widget-toolkit/semantic-ui",
  "version": "2.0.0",
  "description": "A customized semantic-ui theme that matches the style of the Element Matrix client",
  "deprecated": true,
  "author": "Nordeck IT + Consulting GmbH",
  "license": "Apache-2.0",
  "source": "./src/index.ts",
  "module": "./build/esm/index.js",
  "types": "./build/index.d.ts",
  "devDependencies": {
    "@craco/craco": "^7.1.0",
    "@semantic-ui-react/craco-less": "^3.0.0",
    "@testing-library/jest-dom": "^6.4.2",
    "@testing-library/react": "^14.2.2",
    "@testing-library/user-event": "^14.5.2",
    "@types/jest": "^27.5.2",
    "@types/node": "^20.8.6",
    "@types/react": "^18.2.74",
    "react": "^18.2.0",
    "copyfiles": "^2.4.1",
    "i18next-parser": "^8.13.0",
    "react-scripts": "5.0.1",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "build": "tsc && rollup --config ../../rollup.config.mjs",
    "postbuild": "copyfiles -E -u 1 src/locales/**/*.json build",
    "tsc": "tsc",
    "lint": "eslint .",
    "test": "jest --watch",
    "depcheck": "depcheck --ignores=@types/node --ignore-dirs=lib,build",
    "prepack": "node ../../scripts/prepack.js",
    "postpack": "node ../../scripts/postpack.js",
    "translate": "i18next src/**/*.{ts,tsx}",
    "check-api-report": "api-extractor run --verbose",
    "generate-api-report": "tsc && api-extractor run --verbose --local"
  },
  "dependencies": {
    "@fontsource/lato": "^5.0.21",
    "@matrix-widget-toolkit/api": "^3.2.2",
    "@matrix-widget-toolkit/react": "^2.0.0",
    "i18next": "^23.11.2",
    "i18next-browser-languagedetector": "^7.2.1",
    "i18next-resources-to-backend": "^1.2.1",
    "matrix-widget-api": "^1.6.0",
    "react": "^18.2.0",
    "react-i18next": "^14.1.1",
    "react-use": "^17.5.0",
    "semantic-ui-less": "^2.5.0",
    "semantic-ui-react": "^2.1.5"
  },
  "peerDependencies": {
    "@craco/craco": "^7.1.0",
    "@semantic-ui-react/craco-less": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nordeck/matrix-widget-toolkit.git",
    "directory": "packages/semantic-ui"
  },
  "files": [
    "build",
    "craco",
    "src/semantic-ui",
    "fui-icons"
  ],
  "keywords": [
    "matrix",
    "widget",
    "matrix-widget-api"
  ],
  "main": "./build/cjs/index.js"
}