2019-02-28 10:36:53 -05:00
|
|
|
{
|
|
|
|
"name": "js-theme-manager",
|
2020-06-01 00:29:29 -04:00
|
|
|
"main": "lib/index.js",
|
|
|
|
"version": "2.0.0",
|
2019-02-28 10:36:53 -05:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-06-01 00:29:29 -04:00
|
|
|
"@microsoft/sp-core-library": "1.10.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.10.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
|
|
|
|
"@microsoft/sp-property-pane": "1.10.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.10.0",
|
|
|
|
"@types/es6-promise": "0.0.33",
|
|
|
|
"@types/webpack-env": "1.13.1"
|
2019-02-28 10:36:53 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-06-01 00:29:29 -04:00
|
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
2022-10-22 16:27:42 -04:00
|
|
|
"@microsoft/sp-build-web": "1.10.0",
|
2020-06-01 00:29:29 -04:00
|
|
|
"@microsoft/sp-module-interfaces": "1.10.0",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.10.0",
|
2022-10-22 16:27:42 -04:00
|
|
|
"@microsoft/sp-webpart-workbench": "1.10.0",
|
2019-02-28 10:36:53 -05:00
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
2020-06-01 00:29:29 -04:00
|
|
|
"ajv": "~5.2.2",
|
|
|
|
"gulp": "~3.9.1"
|
2019-02-28 10:36:53 -05:00
|
|
|
}
|
|
|
|
}
|