{
  "name": "tachyon-more-ui",
  "version": "32.0.0",
  "description": "Utilities and compound components for working with Core UI",
  "license": "UNLICENSED",
  "author": "Emerging Platforms Engineering",
  "homepage": "https://git.xarth.tv/pages/emerging-platforms/tachyon/",
  "main": "dist/index.js",
  "module": "module/index.js",
  "files": [
    "dist/",
    "messages/",
    "module/",
    "styles/",
    "types/"
  ],
  "scripts": {
    "build": "node scripts/build.js",
    "build:watch": "build-package --watch",
    "clean": "rimraf dist esnext module styles types",
    "docker:prune": "rimraf src babel* ts* webpack* *.md",
    "fix": "run-s lint:es:fix lint:md:fix",
    "intl:download": "twitch-intl download --midway -S \"!(node_modules)/**/!(*.test).ts?(x)\" --project-id tachyon --outdir ./messages",
    "intl:submit": "twitch-intl upload --midway -S \"!(node_modules)/**/!(*.test).ts?(x)\" --project-id tachyon --prompt --exclude-uploaded --submit --jira-ticket",
    "intl:test": "yarn intl:test:ci --midway",
    "intl:test:ci": "twitch-intl submission-check -S \"!(node_modules)/**/!(*.test).ts?(x)\" --project-id tachyon",
    "lint": "run-s lint:es lint:md lint:styles",
    "lint:es": "cross-env LOCAL_TS=1 eslint --ignore-path ../../../.eslintignore \"**/*\"",
    "lint:es:ci": "yarn lint:es --format ../../../node_modules/eslint-teamcity",
    "lint:es:fix": "yarn lint:es --fix",
    "lint:md": "yarn prettier \"**/*.md\" --check",
    "lint:md:fix": "yarn prettier \"**/*.md\" --write",
    "lint:styles": "stylelint \"src/**/*.ts?(x)\"",
    "lint:styles:ci": "yarn lint:styles --custom-formatter ../../../node_modules/stylelint-teamcity-formatter",
    "rebuild": "run-s clean build",
    "test": "jest",
    "test:ci": "jest --ci --coverage",
    "test:coverage": "run-s test:ci test:coverage:open",
    "test:coverage:open": "open ./test-results/index.html",
    "test:watch": "jest --watch",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "types": "types/index.d.ts",
  "dependencies": {
    "@babel/runtime": "^7.15.0",
    "@types/qrcode.react": "^1.0.2",
    "polished": "^4.0.0",
    "qrcode.react": "^1.0.1",
    "styled-components": "^5.0.0",
    "tachyon-intl": "^32.0.0",
    "tachyon-latency-tracker": "^32.0.0",
    "tachyon-logger": "^32.0.0",
    "tachyon-next-routing-utils": "^32.0.0",
    "tachyon-relay": "^32.0.0",
    "tsc": "^2.0.4",
    "type-fest": "^2.3.4",
    "typescript": "^4.1.5"
  },
  "peerDependencies": {
    "react": ">=16.14.0",
    "twitch-core-ui": "https://registry.npmjs.org/twitch-core-ui1/-/twitch-core-ui1-32.0.0.tgz"
  },
  "devDependencies": {
    "tachyon-package-builder1": "^32.0.0"
  },
  "browserslist": [
    "chrome 38",
    "ios >= 9"
  ]
}
