{
  "name": "@tolgee/web",
  "version": "7.0.0",
  "description": "Tolgee for web",
  "declaration": true,
  "type": "module",
  "main": "./index.cjs",
  "types": "./types/index.d.ts",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "production": {
        "import": "./dist/tolgee-web.production.esm.js",
        "require": "./dist/tolgee-web.production.umd.cjs"
      },
      "import": "./dist/tolgee-web.development.esm.js",
      "require": "./index.cjs"
    },
    "./tools": {
      "types": "./types/tools.d.ts",
      "import": "./dist/tolgee-in-context-tools.esm.js",
      "require": "./dist/tolgee-in-context-tools.umd.cjs"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "dev": "vite",
    "develop": "concurrently --raw \"tsc --watch --preserveWatchOutput --project tsconfig.prod.json\" \"vite build --watch\"",
    "build": "tsc --project tsconfig.prod.json && vite build && vite build --config vite.config.production.ts && vite build --config vite.config.tools.ts",
    "test": "jest --collect-coverage --runInBand",
    "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview",
    "schema": "openapi-typescript 'http://localhost:8080/v3/api-docs/Accessible%20with%20Project%20API%20key%20(V2)' --output ./src/package/ui/client/apiSchema.generated.ts",
    "tsc": "tsc --noEmit",
    "clean": "rm -rf dist lib coverage"
  },
  "author": "Tolgee",
  "license": "BSD-3-Clause",
  "files": [
    "types/**/*",
    "lib/**/*",
    "dist/**/*",
    "src/**/*",
    "tools/**/*",
    "index.cjs"
  ],
  "dependencies": {
    "@tolgee/core": "7.0.0"
  },
  "devDependencies": {
    "@emotion/react": "^11.11.4",
    "@emotion/styled": "^11.11.5",
    "@mui/icons-material": "^5.15.14",
    "@mui/material": "^5.15.14",
    "@rollup/plugin-replace": "^4.0.0",
    "@testing-library/dom": "^9.3.4",
    "@testing-library/jest-dom": "^6.4.2",
    "@tginternal/editor": "^1.15.2",
    "@tolgee/format-icu": "7.0.0",
    "@types/jest": "^29.5.0",
    "@types/react": "^18.3.16",
    "@types/react-dom": "^18.3.5",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "@vitejs/plugin-react": "^4.2.1",
    "codemirror": "6.0.1",
    "eslint": "^8.57.0",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-refresh": "^0.4.6",
    "fast-text-encoding": "^1.0.6",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "openapi-typescript": "^6.7.6",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-query": "^3.39.3",
    "rollup": "^4.14.0",
    "rollup-plugin-terser": "7.0.2",
    "ts-jest": "^29.4.6",
    "typescript": "^5.2.2",
    "use-context-selector": "^1.4.4",
    "use-debounce": "^10.0.0",
    "vite": "^5.2.0",
    "vite-plugin-replace": "^0.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tolgee/tolgee-js.git"
  },
  "keywords": [
    "localization",
    "languages",
    "internationalization",
    "framework",
    "localize"
  ],
  "bugs": {
    "url": "https://github.com/tolgee/tolgee-js/issues"
  },
  "homepage": "https://github.com/tolgee/tolgee-js#readme",
  "gitHead": "23591f6b53bcc546aa349977169b980d1cf12f31",
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false
}
