2019-06-17 12:26:32 -04:00
|
|
|
{
|
|
|
|
"name": "js-theme-manager-2019",
|
|
|
|
"version": "2019.0.0",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@microsoft/sp-core-library": "~1.4.0",
|
|
|
|
"@microsoft/sp-webpart-base": "~1.4.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "~1.4.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "~1.4.0",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
|
|
|
"@types/es6-promise": "0.0.33"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-10-22 16:27:42 -04:00
|
|
|
"@microsoft/sp-build-web": "~1.4.1",
|
2019-06-17 12:26:32 -04:00
|
|
|
"@microsoft/sp-module-interfaces": "~1.4.1",
|
2022-10-22 16:27:42 -04:00
|
|
|
"@microsoft/sp-webpart-workbench": "~1.4.1",
|
2019-06-17 12:26:32 -04:00
|
|
|
"gulp": "~3.9.1",
|
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
|
|
|
"ajv": "~5.2.2"
|
|
|
|
}
|
|
|
|
}
|