2017-12-01 09:40:23 -05:00
|
|
|
{
|
|
|
|
"name": "js-propertycontrols-svg",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-12-29 14:54:34 -05:00
|
|
|
"@microsoft/sp-core-library": "1.13.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.13.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.13.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.13.0",
|
|
|
|
"@pnp/spfx-property-controls": "3.3.0"
|
2017-12-01 09:40:23 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-29 14:54:34 -05:00
|
|
|
"@microsoft/rush-stack-compiler-3.7": "0.2.3",
|
|
|
|
"@microsoft/rush-stack-compiler-3.9": "0.4.47",
|
|
|
|
"@microsoft/sp-build-web": "1.13.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.13.0",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.13.0",
|
|
|
|
"@types/webpack-env": "1.13.0",
|
|
|
|
"gulp": "4.0.2",
|
2017-12-01 09:40:23 -05:00
|
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
|
|
"@types/mocha": ">=2.2.33 <2.6.0",
|
|
|
|
"ajv": "~5.2.2"
|
|
|
|
}
|
|
|
|
}
|