{
	"name": "pptx-vue-viewer",
	"version": "4.12.0",
	"description": "pptx-viewer for Vue 3: a PowerPoint viewer and editor component to render, edit, and export PPTX slides in the browser.",
	"keywords": [
		"editor",
		"export",
		"office",
		"openxml",
		"powerpoint",
		"ppt",
		"pptx",
		"pptx-viewer",
		"presentation",
		"slides",
		"slideshow",
		"viewer",
		"vue",
		"vue-component",
		"vue3"
	],
	"homepage": "https://github.com/ChristopherVR/pptx-viewer",
	"bugs": {
		"url": "https://github.com/ChristopherVR/pptx-viewer/issues"
	},
	"license": "Apache-2.0",
	"author": "ChristopherVR",
	"repository": {
		"type": "git",
		"url": "https://github.com/ChristopherVR/pptx-viewer.git",
		"directory": "packages/vue"
	},
	"files": [
		"dist/",
		"CHANGELOG.md",
		"LICENSE",
		"NOTICE",
		"README.md"
	],
	"type": "module",
	"main": "dist/index.cjs",
	"module": "dist/index.js",
	"types": "dist/index.d.ts",
	"exports": {
		".": {
			"types": "./dist/index.d.ts",
			"import": "./dist/index.js",
			"require": "./dist/index.cjs"
		},
		"./viewer": {
			"types": "./dist/viewer/index.d.ts",
			"import": "./dist/viewer/index.js",
			"require": "./dist/viewer/index.cjs"
		},
		"./internals": {
			"types": "./dist/internals.d.ts",
			"import": "./dist/internals.js",
			"require": "./dist/internals.cjs"
		},
		"./i18n": {
			"types": "./dist/i18n.d.ts",
			"import": "./dist/i18n.js",
			"require": "./dist/i18n.cjs"
		},
		"./styles": "./dist/pptx-vue-viewer.css",
		"./styles.css": "./dist/pptx-vue-viewer.css",
		"./i18n/fr": {
			"import": {
				"types": "./dist/i18n/fr.d.mts",
				"default": "./dist/i18n/fr.mjs"
			},
			"require": {
				"types": "./dist/i18n/fr.d.cts",
				"default": "./dist/i18n/fr.cjs"
			}
		},
		"./i18n/es": {
			"import": {
				"types": "./dist/i18n/es.d.mts",
				"default": "./dist/i18n/es.mjs"
			},
			"require": {
				"types": "./dist/i18n/es.d.cts",
				"default": "./dist/i18n/es.cjs"
			}
		},
		"./i18n/de": {
			"import": {
				"types": "./dist/i18n/de.d.mts",
				"default": "./dist/i18n/de.mjs"
			},
			"require": {
				"types": "./dist/i18n/de.d.cts",
				"default": "./dist/i18n/de.cjs"
			}
		},
		"./i18n/zh-CN": {
			"import": {
				"types": "./dist/i18n/zh-CN.d.mts",
				"default": "./dist/i18n/zh-CN.mjs"
			},
			"require": {
				"types": "./dist/i18n/zh-CN.d.cts",
				"default": "./dist/i18n/zh-CN.cjs"
			}
		}
	},
	"scripts": {
		"build": "vite build && node ../../scripts/vue-css-merge.mjs save dist/pptx-vue-viewer.css && npx @tailwindcss/cli -i src/styles/pptx-vue-viewer.css -o dist/pptx-vue-viewer.css --minify && node ../../scripts/vue-css-merge.mjs merge dist/pptx-vue-viewer.css && node ../locales/scripts/copy-subpaths.mjs && node ../../scripts/compress-dist.mjs dist",
		"dev": "vite build --watch",
		"typecheck": "vue-tsc --noEmit -p tsconfig.json",
		"test": "vitest run",
		"test:watch": "vitest",
		"pack": "bun run build && bun pm pack"
	},
	"dependencies": {
		"clsx": "^2.1.1",
		"dompurify": "^3.4.15",
		"html2canvas-pro": "^2.4.2",
		"jspdf": "^4.2.1",
		"lucide-vue-next": "^1.0.0",
		"opentype.js": "^2.0.0",
		"pptx-viewer-mcp": "^2.5.6",
		"tailwind-merge": "^3.6.0"
	},
	"devDependencies": {
		"@ai-sdk/vue": "^4.0.107",
		"@rollup/plugin-terser": "^1.0.0",
		"@tailwindcss/cli": "^4.3.3",
		"@types/dompurify": "^3.2.0",
		"@types/opentype.js": "^1.3.10",
		"@types/three": "^0.185.4",
		"@vitejs/plugin-vue": "^6.0.8",
		"@vue/compiler-sfc": "^3.5.43",
		"@vue/test-utils": "^2.5.1",
		"happy-dom": "^20.14.0",
		"jsdom": "^30.0.1",
		"tailwindcss": "^4.3.3",
		"terser": "^5.51.2",
		"three": "^0.186.0",
		"typescript": "6.0.3",
		"vite": "^8.3.0",
		"vite-plugin-dts": "^5.1.0",
		"vitest": "^5.0.0",
		"vue-tsc": "^3.3.11",
		"y-webrtc": "^10.3.0",
		"y-websocket": "^3.1.0",
		"yjs": "^13.6.32"
	},
	"peerDependencies": {
		"@ai-sdk/vue": "^4.0.65",
		"ai": ">=6 <8",
		"fast-xml-parser": "^5.10.1",
		"jszip": "^3.10.1",
		"three": "^0.186.0",
		"vue": "^3.5.39",
		"vue-i18n": "^11.4.6",
		"yjs": "^13.6.32"
	},
	"peerDependenciesMeta": {
		"@ai-sdk/vue": {
			"optional": true
		},
		"ai": {
			"optional": true
		},
		"three": {
			"optional": true
		},
		"yjs": {
			"optional": true
		}
	},
	"optionalDependencies": {
		"three": "^0.186.0",
		"y-webrtc": "^10.3.0",
		"y-websocket": "^3.1.0"
	}
}
