{
  "name": "@tolgee/ui",
  "version": "4.9.2",
  "description": "Translation mode UI for @tolgee/core package",
  "main": "index.js",
  "module": "./dist/tolgee-ui.esm.mjs",
  "types": "types/index.d.ts",
  "declaration": true,
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js && tsc --project tsconfig.prod.json",
    "clean": "rm -rf build build-e2e dist dist-e2e lib",
    "test": "jest --config ./jest.config.js",
    "develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --watch --preserveWatchOutput --project tsconfig.prod.json\" "
  },
  "author": "JanCizmar",
  "license": "BSD-3-Clause",
  "files": [
    "types/**/*",
    "lib/**/*",
    "dist/**/*",
    "src/**/*",
    "index.js"
  ],
  "devDependencies": {
    "@babel/preset-typescript": "^7.18.6",
    "@emotion/react": "^11.4.1",
    "@emotion/styled": "^11.3.0",
    "@mui/icons-material": "^5.0.3",
    "@mui/material": "^5.0.3",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "13.3.0",
    "@rollup/plugin-typescript": "8.3.4",
    "@testing-library/dom": "^8.7.2",
    "@testing-library/jest-dom": "^5.11.4",
    "@tolgee/core": "^4.9.2",
    "@types/jest": "^27.0.2",
    "@types/node": "^17.0.8",
    "@types/react": "^17.0.30",
    "@types/react-dom": "^17.0.1",
    "clsx": "^1.1.1",
    "concurrently": "7.3.0",
    "jest": "^27.2.4",
    "jest-fetch-mock": "^3.0.3",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-dropzone": "^11.4.2",
    "rollup": "2.78.1",
    "rollup-plugin-replace": "2.2.0",
    "rollup-plugin-sourcemaps": "^0.6.3",
    "rollup-plugin-terser": "7.0.2",
    "ts-jest": "^27.0.5",
    "ts-loader": "^9.2.6",
    "typescript": "4.7.4",
    "use-context-selector": "^1.4.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tolgee/tolgee-js.git"
  },
  "exports": {
    "require": "./dist/tolgee-ui.cjs.js",
    "import": "./dist/tolgee-ui.esm.mjs"
  },
  "keywords": [
    "localization",
    "languages",
    "internationalization",
    "framework",
    "localize"
  ],
  "bugs": {
    "url": "https://github.com/tolgee/tolgee-js/issues"
  },
  "homepage": "https://github.com/tolgee/tolgee-js#readme",
  "gitHead": "dcbded7f7d158facb5eac126baf2ec1e1dc5699e",
  "publishConfig": {
    "access": "public"
  }
}
