{
  "name": "alignment-react",
  "version": "0.2.1",
  "description": "Alignment display engine for React",
  "homepage": "https://perseids-tools.github.io/alignment-react/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/perseids-tools/alignment-react.git"
  },
  "bugs": {
    "url": "https://github.com/perseids-tools/alignment-react/issues"
  },
  "license": "MIT",
  "keywords": [
    "alignment",
    "perseids",
    "ancient-greek",
    "latin"
  ],
  "main": "build/index.js",
  "module": "build/index.modern.js",
  "source": "src/index.js",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "microbundle-crl --no-compress --format modern,cjs",
    "start": "microbundle-crl watch --no-compress --format modern,cjs",
    "lint": "eslint .",
    "test": "cross-env CI=1 react-scripts test --env=jsdom",
    "predeploy": "cd example && yarn install && yarn build",
    "deploy": "gh-pages -d example/build"
  },
  "dependencies": {
    "prop-types": "^15.8.1",
    "xml2js": "^0.4.23"
  },
  "peerDependencies": {
    "react": "^16.0.0 || ^17.0.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.0.3",
    "cross-env": "^7.0.2",
    "eslint": "^6.1.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-react-app": "^5.0.2",
    "eslint-loader": "3.0.2",
    "eslint-plugin-flowtype": "3.13.0",
    "eslint-plugin-import": "2.22.1",
    "eslint-plugin-jest": "^24.1.0",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-react": "7.14.3",
    "eslint-plugin-react-hooks": "^1.6.1",
    "gh-pages": "^2.2.0",
    "microbundle-crl": "^0.13.10",
    "npm-run-all": "^4.1.5",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-scripts": "^3.4.1",
    "react-test-renderer": "^17.0.1",
    "sass": "^1.58.3"
  },
  "files": [
    "build"
  ]
}
