{
  "name": "mui-spfx-controls",
  "description": "SPFx component library built with MUI",
  "version": "0.8.4",
  "license": "MIT",
  "engines": {
    "node": ">=22.14.0 < 23.0.0"
  },
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "lib-commonjs"
  ],
  "scripts": {
    "build": "heft test --clean --production && heft package-solution --production",
    "start": "heft start --clean",
    "clean": "heft clean",
    "eject-webpack": "heft eject-webpack",
    "test": "jest --coverage"
  },
  "author": {
    "name": "Anapeksha Mukherjee",
    "email": "anapeksha.mukherjee@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anapeksha/mui-spfx-controls.git"
  },
  "bugs": {
    "url": "https://github.com/anapeksha/mui-spfx-controls/issues"
  },
  "keywords": [
    "sharepoint",
    "microsoft365",
    "m365",
    "office365",
    "tools",
    "spfx",
    "mui",
    "material ui",
    "sharepoint framework"
  ],
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@fluentui/react": "^8.125.3",
    "@microsoft/sp-component-base": "1.22.1",
    "@microsoft/sp-core-library": "1.22.1",
    "@microsoft/sp-lodash-subset": "1.22.1",
    "@microsoft/sp-office-ui-fabric-core": "1.22.1",
    "@microsoft/sp-property-pane": "1.22.1",
    "@microsoft/sp-webpart-base": "1.22.1",
    "@monaco-editor/react": "^4.7.0",
    "@mui/icons-material": "^7.3.6",
    "@mui/material": "^7.3.6",
    "@mui/x-data-grid": "^8.23.0",
    "@mui/x-date-pickers": "^8.23.0",
    "@mui/x-tree-view": "^8.23.0",
    "@pnp/graph": "^4.17.0",
    "@pnp/sp": "^4.17.0",
    "dayjs": "^1.11.19",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "react-file-icon": "^1.6.0",
    "tslib": "2.3.1"
  },
  "devDependencies": {
    "@microsoft/eslint-config-spfx": "1.22.1",
    "@microsoft/eslint-plugin-spfx": "1.22.1",
    "@microsoft/sp-module-interfaces": "1.22.1",
    "@microsoft/spfx-heft-plugins": "1.22.1",
    "@microsoft/spfx-web-build-rig": "1.22.1",
    "@pnp/spfx-property-controls": "^3.22.0",
    "@rushstack/eslint-config": "4.5.2",
    "@rushstack/heft": "1.1.2",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^12.1.5",
    "@testing-library/user-event": "^13.5.0",
    "@types/heft-jest": "1.0.2",
    "@types/react": "17.0.45",
    "@types/react-dom": "17.0.17",
    "@types/react-file-icon": "^1.0.4",
    "@types/webpack-env": "~1.15.2",
    "@typescript-eslint/parser": "8.46.2",
    "css-loader": "~7.1.2",
    "eslint": "8.57.1",
    "eslint-plugin-react-hooks": "4.3.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^29.5.0",
    "ts-jest": "^29.4.6",
    "typescript": "~5.8.0"
  },
  "overrides": {
    "@rushstack/heft": "1.1.2"
  },
  "resolutions": {
    "@types/react": "17.0.45"
  }
}
