2021-08-12 23:52:52 -04:00
|
|
|
{
|
|
|
|
"name": "react-myonedrive",
|
2024-02-27 16:11:04 -05:00
|
|
|
"version": "1.1.0",
|
2021-08-12 23:52:52 -04:00
|
|
|
"private": true,
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test",
|
|
|
|
"serve": "gulp bundle --custom-serve --max_old_space_size=4096 && fast-serve"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@fluentui/react": "^8.22.2",
|
|
|
|
"@material-ui/core": "^4.11.0",
|
|
|
|
"@material-ui/icons": "^4.9.1",
|
|
|
|
"@microsoft/sp-core-library": "1.12.1",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.12.1",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.12.1",
|
|
|
|
"@microsoft/sp-property-pane": "1.12.1",
|
|
|
|
"@microsoft/sp-webpart-base": "1.12.1",
|
|
|
|
"@pnp/common": "^2.0.7",
|
|
|
|
"@pnp/graph": "^2.0.7",
|
|
|
|
"@pnp/logging": "^2.0.7",
|
|
|
|
"@pnp/odata": "^2.0.7",
|
|
|
|
"@pnp/spfx-controls-react": "^3.2.1",
|
|
|
|
"@pnp/spfx-property-controls": "^3.2.0",
|
|
|
|
"material-table": "^1.69.0",
|
|
|
|
"moment": "^2.29.0",
|
|
|
|
"office-ui-fabric-react": "6.214.0",
|
|
|
|
"react": "16.8.5",
|
|
|
|
"react-dom": "16.8.5"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/react": "16.8.8",
|
|
|
|
"@types/react-dom": "16.8.3",
|
|
|
|
"@microsoft/sp-build-web": "1.12.1",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.12.1",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.12.1",
|
|
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
|
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
|
|
|
"gulp": "~4.0.2",
|
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
|
|
|
"ajv": "~5.2.2",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
|
|
|
"@types/es6-promise": "0.0.33",
|
|
|
|
"spfx-fast-serve-helpers": "~1.12.0"
|
|
|
|
}
|
|
|
|
}
|