{
  "name": "react-image-annotate-switchon1",
  "version": "3.0.2",
  "main": "index.js",
  "dependencies": {
    "@emotion/react": "^11.7.0",
    "@emotion/styled": "^11.6.0",
    "@fortawesome/fontawesome-svg-core": "^1.2.12",
    "@fortawesome/free-solid-svg-icons": "^5.6.3",
    "@fortawesome/react-fontawesome": "^0.1.3",
    "@mui/icons-material": "^5.2.1",
    "@mui/material": "^5.2.3",
    "@mui/styles": "^5.2.3",
    "autoseg": "^0.0.12",
    "clamp": "^1.0.1",
    "color-alpha": "^1.0.4",
    "get-image-data": "^3.0.1",
    "material-survey": "^2.1.0",
    "mmgc1-cpp": "^1.0.50",
    "moment": "^2.23.0",
    "react-full-screen": "^0.3.1",
    "react-hotkeys": "^2.0.0",
    "react-json-view": "^1.19.1",
    "react-markdown": "^6.0.3",
    "react-material-workspace-layout": "^1.0.10",
    "react-monaco-editor": "^0.25.1",
    "react-remove-scroll": "^2.0.4",
    "react-select": "5.7.5",
    "react-syntax-highlighter": "^16.1.1",
    "react-use": "^13.27.0",
    "react-use-measure": "^2.0.0",
    "rehype-raw": "^5.1.0",
    "seamless-immutable": "^7.1.4",
    "shallow-equal": "^1.2.1",
    "styled-components": "^5.2.1",
    "transformation-matrix-js": "^2.7.6",
    "use-event-callback": "^0.1.0",
    "use-key-hook": "^1.3.0"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "homepage": "https://github.com/switchontech/react-image-annotate-switchon",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/switchontech/react-image-annotate-switchon.git"
  },
  "scripts": {
    "start": "react-scripts start",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "storybook": "start-storybook -p 9090 -s public",
    "build": "npm run build:babel && cp ./package.json ./dist/package.json && cp ./README.md ./dist/README.md",
    "dist": "npm run build && cd dist && npm publish",
    "build:babel": "NODE_ENV=production babel ./src --ignore \"src/**/*.story.js\" --out-dir=./dist && rm dist/index.js && cp dist/lib.js dist/index.js",
    "build-storybook": "build-storybook",
    "build:gh-pages": "CI=false react-scripts build && mkdir build/demo && cp build/index.html build/demo/index.html",
    "gh-pages": "npm run build:gh-pages && gh-pages -d build",
    "prettier": "prettier --write \"src/**/*.js\"",
    "prettier:test": "prettier --check \"src/**/*.js\""
  },
  "eslintConfig": {
    "extends": "react-app"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/plugin-proposal-optional-chaining": "^7.11.0",
    "@storybook/addon-actions": "^9.0.8",
    "@storybook/addon-links": "^10.3.4",
    "@storybook/addons": "^7.6.17",
    "@storybook/react": "^10.3.4",
    "babel-loader": "^8.0.5",
    "babel-preset-react-app": "^10.1.0",
    "gh-pages": "^6.3.0",
    "prettier": "^2.5.1",
    "raw.macro": "^0.3.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-github-btn": "^1.1.1",
    "react-scripts": "^5.0.1",
    "storybook": "^10.3.4",
    "@semantic-release/git": "^9.0.0"
  },
  "prettier": {
    "semi": false
  },
  "description": "[![npm version](https://badge.fury.io/js/react-image-annotate.svg)](https://badge.fury.io/js/react-image-annotate)",
  "bugs": {
    "url": "https://github.com/switchontech/react-image-annotate-switchon/issues"
  },
  "author": "",
  "license": "ISC",
  "overrides": {
    "nth-check": ">=2.0.1",
    "postcss": ">=8.4.31",
    "serialize-javascript": ">=6.0.2",
    "svgo": ">=2.0.0",
    "@svgr/plugin-svgo": ">=6.0.0",
    "underscore": ">=1.13.8",
    "webpack-dev-server": "^4.15.2",
    "@tootallnate/once": ">=2.0.0",
    "semver": ">=7.5.2",
    "css-select": ">=4.0.0",
    "ws": ">=8.0.0",
    "word-wrap": ">=1.2.4",
    "follow-redirects": ">=1.16.0"
  }
}
