{
  "name": "react-office-viewer",
  "version": "1.0.4",
  "description": "A React component to preview document of 'pdf,xls,xlsx,docx', which can automatically identify file types.",
  "main": "build/bundle.js",
  "scripts": {
    "build": "yarn run rollup -c",
    "start": "yarn run rollup -c -w",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/react-office-viewer/react-office-viewer.git"
  },
  "keywords": [
    "pdfjs",
    "docx",
    "xlsx",
    "react-file-viewer",
    "react-doc-viewer"
  ],
  "author": "yiiran",
  "license": "MIT",
  "dependencies": {
    "@handsontable/react": "^12.1.3",
    "@yiiran/get-file-type": "^1.0.3",
    "handsontable": "^12.3.0",
    "i18next": "^21.10.0",
    "i18next-browser-languagedetector": "^6.1.8",
    "mammoth": "^1.5.1",
    "pdfjs-dist": "2.10.377",
    "react": "^16.8.6",
    "react-dom": "^16.8.6",
    "react-i18next": "^11.18.6",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@babel/preset-env": "^7.19.3",
    "@babel/preset-react": "^7.18.6",
    "@rollup/plugin-commonjs": "^23.0.0",
    "@rollup/plugin-url": "^7.0.0",
    "@sixian/css-url": "^1.0.3",
    "autoprefixer": "^8.0.0",
    "less": "^4.1.3",
    "postcss": "^8.4.16",
    "rollup": "^2.79.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-postcss": "^4.0.2"
  },
  "files": [
    "build/",
    "readme.md",
    "LICENSE"
  ]
}