{
  "name": "word-aligner-rcl",
  "version": "1.3.7",
  "main": "dist/index.cjs.js",
  "module": "dist/index.es.js",
  "repository": "https://github.com/unfoldingWord/word-aligner-rcl.git",
  "author": "",
  "license": "MIT",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "scripts": {
    "start": "NODE_OPTIONS=--openssl-legacy-provider npx styleguidist server",
    "build": "NODE_OPTIONS=--openssl-legacy-provider npx styleguidist build",
    "build:prod": "cross-env MINIFY=true vite build",
    "build:dev": "cross-env MINIFY=false vite build",
    "test": "jest",
    "lint": "eslint ./src",
    "lint:fix": "eslint ./src --fix",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
    "prepublishOnly": "rm -rf ./dist && npm run build:prod && npm run test",
    "postpublish": "git tag v$npm_package_version && git push origin v$npm_package_version"
  },
  "files": [
    "dist/*",
    "src/*"
  ],
  "peerDependencies": {
    "prop-types": "^15.x",
    "react": "^18.x",
    "react-dom": "^18.x",
    "react-redux": "^7.1.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.0",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@vitejs/plugin-react": "^4.2.1",
    "babel-loader": "^9.1.2",
    "cross-env": "^7.0.3",
    "fs-extra": "^11.1.0",
    "jest": "^29.5.0",
    "lodash.clonedeep": "^4.5.0",
    "ospath": "1.2.2",
    "path-extra": "^4.3.0",
    "prettier": "^2.8.4",
    "prop-types": "^15.8.1",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-icons": "^4.8.0",
    "react-redux": "9.2.0",
    "react-styleguidist": "^13.1.1",
    "react-tooltip": "^5.30.0",
    "vite": "^5.2.11",
    "webpack": "^5.76.0"
  },
  "dependencies": {
    "@emotion/react": "^11.10.0",
    "@emotion/styled": "^11.10.0",
    "@mui/icons-material": "6.5.0",
    "@mui/material": "6.5.0",
    "@mui/styled-engine": "6.5.0",
    "@mui/styles": "6.5.0",
    "bible-reference-range": "^1.1.0",
    "deep-equal": "^2.0.5",
    "file-loader": "^6.2.0",
    "lodash.clonedeep": "^4.5.0",
    "memoize-one": "^5.1.1",
    "react-bootstrap": "^0.33.1",
    "react-draggable": "^3.3.2",
    "string-punctuation-tokenizer": "2.2.0",
    "usfm-js": "^3.5.0",
    "word-aligner": "1.1.1",
    "word-aligner-lib": "1.1.1",
    "wordmap": "^0.6.0",
    "wordmap-lexer": "^0.3.6",
    "uw-tsv-parser": "1.0.3"
  },
  "resolutions": {
    "ast-types": "^0.14.0",
    "react": "^18.3.1"
  }
}
