mui-spfx-controls
Version:
SPFx component library built with MUI
93 lines (92 loc) • 2.71 kB
JSON
{
"name": "mui-spfx-controls",
"description": "SPFx component library built with MUI",
"version": "0.8.3",
"license": "MIT",
"engines": {
"node": ">=22.14.0 < 23.0.0"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"serve": "fast-serve --reactProfiling --hotRefresh",
"build": "gulp bundle",
"clean": "gulp clean",
"test": "jest"
},
"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.0",
"@fluentui/react": "^8.106.4",
"@microsoft/sp-component-base": "1.21.1",
"@microsoft/sp-core-library": "1.21.1",
"@microsoft/sp-lodash-subset": "1.21.1",
"@microsoft/sp-office-ui-fabric-core": "1.21.1",
"@microsoft/sp-property-pane": "1.21.1",
"@microsoft/sp-webpart-base": "1.21.1",
"@monaco-editor/react": "^4.7.0",
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"@mui/x-data-grid": "^8.3.1",
"@mui/x-date-pickers": "^8.3.1",
"@mui/x-tree-view": "^7.29.1",
"@pnp/graph": "^4.13.0",
"@pnp/sp": "^4.13.0",
"@pnp/spfx-property-controls": "^3.13.0",
"dayjs": "^1.11.13",
"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.21.1",
"@microsoft/eslint-plugin-spfx": "1.21.1",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@microsoft/rush-stack-compiler-5.3": "0.1.0",
"@microsoft/sp-build-web": "1.21.1",
"@microsoft/sp-module-interfaces": "1.21.1",
"@rushstack/eslint-config": "4.0.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.14",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.17",
"@types/react-file-icon": "^1.0.4",
"@types/webpack-env": "~1.15.2",
"ajv": "^6.12.5",
"eslint": "8.57.1",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-react-hooks": "^4.3.0",
"gulp": "4.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"spfx-fast-serve-helpers": "~1.21.0",
"ts-jest": "^29.3.4",
"typescript": "~5.3.3"
}
}