{
  "name": "vue-office-preview-lite",
  "version": "0.0.4",
  "description": "preview office file in vue , with out compile office lib",
  "main": "lib/index.cjs.js",
  "module": "lib/index.js",
  "typings": "lib/types/index.d.ts",
  "scripts": {
    "dev": "export SASS_SILENT_DEPRECATION_WARNINGS=true && vite",
    "tsc": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
    "build": "npm run build:lib && npm run build:html",
    "build:lib": "vite build -c vite.lib.config.ts",
    "build:html": "vite build --mode production",
    "preview": "vite preview"
  },
  "files": [
    "lib",
    "office-preview",
    "package.json",
    "README.md",
    "webpack.js"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/lodash": "^4.17.16",
    "@types/node": "^22.13.10",
    "@vitejs/plugin-vue2": "^2.3.1",
    "@vitejs/plugin-vue2-jsx": "^1.1.1",
    "@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
    "@vue/runtime-dom": "^3.5.10",
    "@vue-office/docx": "^1.6.3",
    "@vue-office/excel": "^1.7.14",
    "@vue-office/pdf": "^2.0.10",
    "@vue-office/pptx": "^1.0.1",
    "eventemitter3": "^5.0.1",
    "lodash": "^4.17.21",
    "vite-plugin-dts": "^4.5.3",
    "vue": "^2.7.14",
    "vue-demi": "^0.14.10",
    "csstype": "^3.1.3",
    "sass-embedded": "^1.86.0",
    "typescript": "~5.7.2",
    "unplugin-vue-define-options": "1.5.5",
    "vite": "^5.0.0",
    "vite-plugin-static-copy": "^2.3.0",
    "vue-tsc": "^2.2.4"
  },
  "keywords": [
    "office",
    "preview",
    "vue",
    "office-preview"
  ],
  "author": "foolishchow",
  "license": "ISC",
  "packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}
