{
  "name": "@sentrei/sentrei",
  "version": "4.119.2",
  "private": false,
  "homepage": "https://github.com/sentrei/sentrei",
  "repository": {
    "type": "git",
    "url": "https://github.com/sentrei/sentrei.git"
  },
  "license": "MIT",
  "author": "Shun Kakinoki",
  "workspaces": [
    "packages/*"
  ],
  "scripts": {
    "bootstrap": "lerna bootstrap",
    "build": "lerna run build --stream --scope={@sentrei/blog,@sentrei/design,@sentrei/pioneer}",
    "clean": "lerna clean -y",
    "depcheck": "lerna exec --stream --no-bail 'yarn run depcheck .' --scope={@sentrei/common,@sentrei/functions,@sentrei/ui,@sentrei/web}",
    "eclint:check": "eclint check $(git ls-files -- ':!*.jpeg' ':!:*.png' ':!:*.svg')",
    "eclint:fix": "eclint fix $(git ls-files -- ':!*.jpeg' ':!:*.png' ':!:*.svg')",
    "eslint:check": "eslint . -c .eslintrc.json --ext .js,.ts,.tsx --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint",
    "eslint:fix": "eslint --fix . -c .eslintrc.json --ext .js,.ts,.tsx --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint",
    "firebase:alpha": "lerna run firebase:alpha --stream --scope={@sentrei/functions,@sentrei/web}",
    "firebase:beta": "lerna run firebase:beta --stream --scope={@sentrei/functions,@sentrei/web}",
    "firebase:login": "firebase login --no-localhost",
    "firebase:master": "lerna run firebase:master --stream --scope={@sentrei/functions,@sentrei/web}",
    "fix": "yarn run jsonsort:fix && yarn run sort-package-json:fix && yarn run eclint:fix && yarn run eslint:fix && yarn run prettier:fix",
    "jsonsort:check": "jsonsort .devcontainer .vscode locales -a -c",
    "jsonsort:fix": "jsonsort .devcontainer .vscode locales -a",
    "lint": "yarn run jsonsort:check && yarn run sort-package-json:check && yarn run eclint:check && yarn run eslint:check && yarn run prettier:check",
    "prettier:check": "prettier --check .",
    "prettier:fix": "prettier --write .",
    "publish:lerna": "lerna publish from-package --yes --dist-tag ${DIST_TAG}",
    "release": "semantic-release",
    "release-test": "semantic-release -d",
    "sentry": "lerna run sentry --stream --parallel",
    "sort-package-json:check": "sort-package-json 'package.json' 'packages/*/package.json' --check",
    "sort-package-json:fix": "sort-package-json 'package.json' 'packages/*/package.json'",
    "test": "yarn run depcheck && yarn run lint && yarn run release-test",
    "typescript": "lerna run typescript --stream --scope={@sentrei/common,@sentrei/functions,@sentrei/ui}",
    "typescript:clean": "lerna run clean --stream --parallel --scope={@sentrei/common,@sentrei/functions,@sentrei/ui}",
    "typescript:watch": "nodemon --exec yarn run typescript",
    "unsplash": "yarn run clean && yarn run bootstrap",
    "watch": "lerna run watch --stream --parallel"
  },
  "husky": {
    "hooks": {
      "prepare-commit-msg": "exec < /dev/tty && git-cz --hook || true"
    }
  },
  "dependencies": {
    "lerna": "^3.22.0",
    "next": "^9.4.4",
    "typescript": "^3.9.5"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/exec": "^5.0.0",
    "@typescript-eslint/eslint-plugin": "^3.4.0",
    "@typescript-eslint/parser": "^3.4.0",
    "commitizen": "^4.0.4",
    "depcheck": "^0.9.2",
    "eclint": "^2.8.1",
    "eslint": "^7.3.1",
    "eslint-config-airbnb-typescript": "^8.0.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.1.3",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^4.0.3",
    "git-cz": "^4.6.2",
    "husky": "^4.2.5",
    "json-sort-cli": "^1.15.23",
    "nodemon": "^2.0.4",
    "prettier": "^2.0.4",
    "semantic-release": "^17.1.0",
    "sort-package-json": "^1.43.0",
    "vercel": "^19.1.1"
  },
  "engines": {
    "npm": "please_use_yarn_instead"
  }
}
