{
  "name": "slidecanvas",
  "version": "1.2.2",
  "description": "SlideCanvas is a high-performance, browser-native toolkit for viewing and editing PowerPoint (.pptx) files directly in the web browser. It provides an enterprise-grade engine for parsing, rendering, and exporting presentations with pixel-perfect accuracy and seamless S3 integration. Featuring advanced AI-driven text manipulation, a responsive Ribbon-style UI, and a powerful Fabric.js-based canvas, SlideCanvas empowers developers to integrate sophisticated, Google Slides-quality editing capabilities into any modern web application.",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "license": "MIT",
  "files": [
    "dist",
    "README.md"
  ],
  "keywords": [
    "pptx",
    "powerpoint",
    "presentation",
    "slides",
    "deck",
    "editor",
    "viewer",
    "renderer",
    "browser",
    "deckjs",
    "slidecanvas",
    "pptx-viewer",
    "pptx-editor",
    "pptx-renderer",
    "browser-pptx",
    "pptx-js",
    "online-pptx-editor",
    "web-pptx",
    "pptx-to-html",
    "html-to-pptx",
    "presentation-builder",
    "canvas-pptx",
    "fabricjs-pptx",
    "react-pptx-editor",
    "google-slides-clone",
    "pptx-cloud-editor",
    "slideview",
    "presentation-engine",
    "pptx-parsing",
    "slide-designer",
    "headless-pptx",
    "javascript",
    "typescript",
    "react",
    "fabricjs",
    "canvas",
    "ai",
    "gemini",
    "google-ai",
    "generative-ai",
    "office",
    "presentation-software",
    "pptx-parser",
    "pptx-exporter",
    "slide-editor",
    "drag-and-drop",
    "dnd",
    "vector-graphics",
    "shapes",
    "images",
    "designer",
    "layouts",
    "templates",
    "export-pptx",
    "import-pptx",
    "document-editor",
    "web-based",
    "interactive",
    "nextjs",
    "productivity",
    "workspace"
  ],
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "build:lib": "npx @tailwindcss/cli -i src/styles.css -o src/tailwind.css --content \"src/**/*.{ts,tsx}\" && tsup --inject-style",
    "prepublishOnly": "npm run build:lib",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fairoz-539/SlideCanvas.git"
  },
  "bugs": {
    "url": "https://github.com/fairoz-539/SlideCanvas/issues"
  },
  "homepage": "https://github.com/fairoz-539/SlideCanvas#readme",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@csstools/css-parser-algorithms": "^3.0.5",
    "@csstools/css-tokenizer": "^3.0.4",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "@google/generative-ai": "^0.24.1",
    "@types/fabric": "^5.3.11",
    "@types/jszip": "^3.4.0",
    "canva-pptx": "^1.0.7",
    "clsx": "^2.1.1",
    "fabric": "^7.1.0",
    "jszip": "^3.10.1",
    "lucide-react": "^0.562.0",
    "next": "16.1.1",
    "pptxgenjs": "^4.0.1",
    "react": "19.2.3",
    "react-dom": "19.2.3",
    "tailwind-merge": "^3.4.0"
  },
  "devDependencies": {
    "@tailwindcss/cli": "^4.1.18",
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "eslint": "^9",
    "eslint-config-next": "16.1.1",
    "tailwindcss": "^4",
    "tsup": "^8.5.1",
    "typescript": "^5"
  }
}