2017-03-01 02:35:09 -05:00
|
|
|
{
|
2018-11-14 10:27:50 -05:00
|
|
|
"name": "spfx-pnpjs-example",
|
2017-03-01 02:35:09 -05:00
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2018-11-14 10:27:50 -05:00
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
},
|
2017-03-01 02:35:09 -05:00
|
|
|
"dependencies": {
|
2018-11-14 10:27:50 -05:00
|
|
|
"@microsoft/sp-core-library": "1.7.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.7.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.7.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.7.0",
|
|
|
|
"@pnp/common": "^1.2.5",
|
|
|
|
"@pnp/logging": "^1.2.5",
|
|
|
|
"@pnp/odata": "^1.2.5",
|
|
|
|
"@pnp/sp": "^1.2.5",
|
|
|
|
"@types/es6-promise": "0.0.33",
|
2017-03-01 02:35:09 -05:00
|
|
|
"@types/knockout": "3.4.39",
|
2018-11-14 10:27:50 -05:00
|
|
|
"@types/webpack-env": "1.13.1",
|
2019-11-19 08:32:46 -05:00
|
|
|
"knockout": "3.5.0"
|
2017-03-01 02:35:09 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-31 00:01:32 -05:00
|
|
|
"@microsoft/sp-build-web": "1.16.1",
|
2018-11-14 10:27:50 -05:00
|
|
|
"@microsoft/sp-tslint-rules": "1.7.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "1.7.0",
|
2022-12-31 00:01:32 -05:00
|
|
|
"@microsoft/sp-webpart-workbench": "1.12.1",
|
2017-03-01 02:35:09 -05:00
|
|
|
"gulp": "~3.9.1",
|
2018-11-14 10:27:50 -05:00
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
|
|
|
"ajv": "~5.2.2"
|
2017-03-01 02:35:09 -05:00
|
|
|
}
|
|
|
|
}
|