{
  "name": "@amnstak/react-image-annotate",
  "version": "0.0.26",
  "type": "module",
  "main": "dist/lib.js",
  "types": "dist/lib.d.ts",
  "files": [
    "dist"
  ],
  "keywords": [
    "react",
    "image",
    "annotation",
    "labeling",
    "image-labeling",
    "image-annotation",
    "image-segmentation",
    "semantic-segmentation",
    "bounding-box",
    "react-component",
    "drawing-tool",
    "label-tool",
    "typescript"
  ],
  "exports": {
    ".": {
      "import": "./dist/lib.js",
      "types": "./dist/lib.d.ts"
    },
    "./workspace": {
      "import": "./dist/workspace.js",
      "types": "./dist/workspace/index.d.ts"
    },
    "./ImageViewer": {
      "import": "./dist/ImageViewer.js",
      "types": "./dist/ImageViewer/index.d.ts"
    }
  },
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@fortawesome/fontawesome-svg-core": "^6.5.2",
    "@fortawesome/free-solid-svg-icons": "^6.5.2",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@mui/icons-material": "^6.4.10",
    "@mui/material": "^6.4.10",
    "autoseg": "^0.0.12",
    "classnames": "^2.5.1",
    "color-alpha": "^2.0.0",
    "immer": "^10.1.1",
    "lodash": "^4.17.21",
    "lucide-react": "^0.501.0",
    "moment": "^2.30.0",
    "react-full-screen": "^1.1.1",
    "react-hotkeys": "^2.0.0",
    "react-markdown": "^9.0.0",
    "react-monaco-editor": "^0.58.0",
    "react-remove-scroll": "^2.0.4",
    "react-select": "^5.8.0",
    "react-syntax-highlighter": "^15.5.0",
    "react-use": "^17.5.0",
    "react-use-measure": "^2.0.0",
    "transformation-matrix-js": "^2.7.6",
    "tss-react": "^4.9.6",
    "use-event-callback": "^0.1.0"
  },
  "devDependencies": {
    "@rollup/plugin-replace": "^5.0.5",
    "@types/lodash": "^4.17.0",
    "@types/node": "^20.12.4",
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22",
    "@types/react-select": "^5.0.1",
    "@types/react-syntax-highlighter": "^15.5.11",
    "@types/rollup-plugin-peer-deps-external": "^2.2.5",
    "@vitejs/plugin-react": "^4.2.1",
    "cpy-cli": "^5.0.0",
    "cross-env": "^7.0.3",
    "gh-pages": "^2.0.1",
    "prettier": "^2.5.1",
    "react-github-btn": "^1.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5.2.2",
    "vite": "^5.2.7",
    "vite-plugin-dts": "^3.8.1",
    "vite-plugin-node-polyfills": "^0.21.0",
    "vite-tsconfig-paths": "^4.3.2"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aman1tagic/react-image-annotate.git"
  },
  "scripts": {
    "start": "vite --force",
    "build": "tsc && vite build",
    "watch": "tsc && vite build --watch",
    "prettier": "prettier --write \"src/**/*.js\"",
    "prettier:test": "prettier --check \"src/**/*.js\""
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "prettier": {
    "semi": true
  }
}
