{
  "name": "@sheetxl/studio-vanilla",
  "description": "SheetXL Studio - Vanilla entry point for integrating SheetXL UI.",
  "version": "0.6.4",
  "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"
  ],
  "keywords": [
    "sheetxl",
    "spreadsheet",
    "utilities",
    "sheets",
    "grid",
    "excel",
    "vanilla",
    "office",
    "automation",
    "charting"
  ],
  "dependencies": {
    "@emotion/cache": "^11.14.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.0",
    "@mui/icons-material": "^6.5.0",
    "@mui/material": "^6.5.0",
    "@mui/styled-engine": "^6.5.0",
    "@mui/system": "^6.5.0",
    "@mui/utils": "^6.4.9",
    "@sheetxl/studio-mui": "^0.6.4",
    "@sheetxl/sdk": "^0.6.4",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "csstype": "^3.1.3",
    "http-server": "^14.1.1"
  }
}