2019-02-09 05:23:15 -05:00
|
|
|
{
|
|
|
|
"name": "js-public-unjoined-teams",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@microsoft/sp-core-library": "1.7.1-plusbeta",
|
|
|
|
"@microsoft/sp-webpart-base": "1.7.1-plusbeta",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.7.1-plusbeta",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.7.1-plusbeta",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
|
|
|
"@types/es6-promise": "0.0.33"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-30 23:54:45 -05:00
|
|
|
"@microsoft/sp-build-web": "1.16.1",
|
2019-02-09 05:23:15 -05:00
|
|
|
"@microsoft/sp-tslint-rules": "1.7.1-plusbeta",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.7.1-plusbeta",
|
2022-12-30 23:54:45 -05:00
|
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
2019-02-09 05:23:15 -05:00
|
|
|
"gulp": "~3.9.1",
|
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
|
|
|
"ajv": "~5.2.2"
|
|
|
|
}
|
|
|
|
}
|