{
  "name": "itk-viewer-material-ui",
  "version": "0.5.1",
  "scripts": {
    "build": "vite build",
    "start": "vite --port 8080",
    "start:production": "vite preview --port 8080",
    "prettier": "prettier --write ./src/**/*.{js,jsx}",
    "postversion": "npm publish && git push --follow-tags",
    "cypress:open": "npx cypress open",
    "cypress:run": "npx cypress run --config defaultCommandTimeout=8000",
    "cypress:runChrome": "npx cypress run --config defaultCommandTimeout=8000 --browser chrome",
    "cypress:runFirefox": "npx cypress run --config defaultCommandTimeout=8000 --browser firefox",
    "semantic-release": "semantic-release"
  },
  "keywords": [
    "react",
    "material-ui",
    "ui",
    "itk-viewer"
  ],
  "dependencies": {
    "@emotion/react": "^11.6.0",
    "@emotion/styled": "^11.6.0",
    "@mui/icons-material": "^5.1.1",
    "@mui/material": "^5.1.1",
    "@xstate/react": "^1.6.1",
    "cypress-react-selector": "^2.3.17",
    "husky": "^7.0.4",
    "itk-viewer-color-maps": "^1.0.3",
    "itk-viewer-icons": "^11.13.0",
    "itk-viewer-transfer-function-editor": "^1.2.0",
    "prettier": "^2.5.0",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "vite-plugin-css-injected-by-js": "^2.1.0",
    "xstate": "^4.23.4"
  },
  "devDependencies": {
    "@vitejs/plugin-react-refresh": "^1.3.1",
    "cypress": "^9.6.0",
    "semantic-release": "^19.0.3",
    "vite": "^2.4.4"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{js,jsx}": "prettier --write"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/InsightSoftwareConsortium/itk-viewer-material-ui.git"
  },
  "release": {
    "branches": [
      "main"
    ]
  },
  "prettier": {
    "semi": false,
    "singleQuote": true,
    "jsxSingleQuote": false,
    "bracketSpacing": true,
    "tabWidth": 2,
    "useTabs": false,
    "trailingComma": "none",
    "proseWrap": "always",
    "endOfLine": "lf"
  }
}
