{
  "name": "@sheetxl/studio-vanilla",
  "description": "SheetXL Studio - Vanilla entry point for integrating SheetXL UI.",
  "version": "0.7.27",
  "license": "SEE LICENSE IN <LICENSE>",
  "type": "module",
  "main": "./browser/esm/index.mjs",
  "module": "./browser/esm/index.mjs",
  "exports": {
    ".": {
      "import": "./browser/esm/index.mjs",
      "require": "./browser/cjs/index.cjs",
      "types": "./types/index.d.ts"
    },
    "./cdn": "./cdn/index.js",
    "./loader.js": "./cdn/loader.js"
  },
  "types": "./types/index.d.ts",
  "sideEffects": [
    "*.css",
    "**/*.css"
  ],
  "homepage": "https://sheetxl.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/sheetxl/sheetxl.git"
  },
  "bugs": {
    "url": "https://github.com/sheetxl/sheetxl/issues"
  },
  "keywords": [
    "sheetxl",
    "spreadsheet",
    "javascript",
    "typescript",
    "data grid",
    "excel",
    "xlsx",
    "utilities",
    "sheets",
    "grid",
    "vanilla",
    "office",
    "automation",
    "charting"
  ],
  "dependencies": {
    "@emotion/cache": "^11.14.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/material": "^7.3.2",
    "@mui/styled-engine": "^7.3.2",
    "@mui/system": "^7.3.2",
    "@mui/utils": "^7.3.2",
    "@sheetxl/studio-mui": "^0.7.27",
    "@sheetxl/sdk": "^0.7.27",
    "react": "^19.2.0",
    "react-dom": "^19.2.0",
    "csstype": "^3.1.3",
    "http-server": "^14.1.1"
  },
  "devDependencies": {
    "@types/react": "^19.2.0",
    "@types/react-dom": "^19.2.0"
  }
}