51 lines
1.5 KiB
JSON
51 lines
1.5 KiB
JSON
|
{
|
||
|
"name": "smart-profile-photo-editor",
|
||
|
"version": "1.1.0",
|
||
|
"private": true,
|
||
|
"main": "lib/index.js",
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "gulp bundle",
|
||
|
"clean": "gulp clean",
|
||
|
"test": "gulp test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@azure/cognitiveservices-computervision": "^6.0.0",
|
||
|
"@azure/ms-rest-js": "^2.0.5",
|
||
|
"@microsoft/sp-core-library": "1.11.0",
|
||
|
"@microsoft/sp-dialog": "1.11.0",
|
||
|
"@microsoft/sp-lodash-subset": "1.11.0",
|
||
|
"@microsoft/sp-office-ui-fabric-core": "1.11.0",
|
||
|
"@microsoft/sp-property-pane": "1.11.0",
|
||
|
"@microsoft/sp-webpart-base": "1.11.0",
|
||
|
"@pnp/spfx-controls-react": "^1.19.0",
|
||
|
"@pnp/spfx-property-controls": "^1.20.0-beta.1472053",
|
||
|
"cropperjs": "^1.5.6",
|
||
|
"ms-rest-azure": "^3.0.0",
|
||
|
"office-ui-fabric-react": "6.214.0",
|
||
|
"react": "16.8.5",
|
||
|
"react-butterfiles": "^1.3.3",
|
||
|
"react-cropper": "^1.3.0",
|
||
|
"react-cropperjs": "^1.2.5",
|
||
|
"react-dom": "16.8.5",
|
||
|
"react-webcam": "^3.1.1"
|
||
|
},
|
||
|
"resolutions": {
|
||
|
"@types/react": "16.8.8"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@microsoft/rush-stack-compiler-2.9": "0.7.16",
|
||
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
||
|
"@microsoft/sp-build-web": "1.11.0",
|
||
|
"@microsoft/sp-module-interfaces": "1.11.0",
|
||
|
"@microsoft/sp-tslint-rules": "1.11.0",
|
||
|
"@microsoft/sp-webpart-workbench": "1.11.0",
|
||
|
"@types/chai": "3.4.34",
|
||
|
"@types/mocha": "2.2.38",
|
||
|
"ajv": "~5.2.2",
|
||
|
"gulp": "~3.9.1"
|
||
|
}
|
||
|
}
|