48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "lead-assist",
|
|
"version": "1.0.13",
|
|
"private": true,
|
|
"main": "lib/index.js",
|
|
"engines": {
|
|
"node": ">=16.13.0 <17.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"serve": "gulp serve --nobrowser",
|
|
"package": "gulp bundle --ship && gulp package-solution --ship"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/mgt-react": "^2.2.0",
|
|
"@microsoft/mgt-spfx": "^2.2.0",
|
|
"@microsoft/sp-adaptive-card-extension-base": "1.17.0",
|
|
"@microsoft/sp-core-library": "1.17.0",
|
|
"@microsoft/sp-lodash-subset": "1.17.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.17.0",
|
|
"@microsoft/sp-property-pane": "1.17.0",
|
|
"@microsoft/sp-webpart-base": "1.17.0",
|
|
"@pnp/sp": "^2.7.0",
|
|
"@pnp/spfx-controls-react": "3.11.0",
|
|
"@pnp/spfx-property-controls": "3.10.0",
|
|
"office-ui-fabric-react": "7.199.1",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1",
|
|
"tslib": "2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/eslint-config-spfx": "1.17.0",
|
|
"@microsoft/eslint-plugin-spfx": "1.17.0",
|
|
"@microsoft/rush-stack-compiler-4.5": "0.4.0",
|
|
"@microsoft/sp-build-web": "1.17.0",
|
|
"@microsoft/sp-module-interfaces": "1.17.0",
|
|
"@rushstack/eslint-config": "2.5.1",
|
|
"@types/react": "17.0.45",
|
|
"@types/react-dom": "17.0.17",
|
|
"@types/webpack-env": "1.13.1",
|
|
"ajv": "~5.2.2",
|
|
"eslint": "8.7.0",
|
|
"eslint-plugin-react-hooks": "4.3.0",
|
|
"gulp": "~4.0.2"
|
|
}
|
|
}
|