45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "sharepoint-crud",
|
|
"version": "1.6.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"author": {
|
|
"name": "Waldek Mastykarz",
|
|
"url": "https://rencore.com"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-core-library": "1.6.0",
|
|
"@microsoft/sp-lodash-subset": "1.6.0",
|
|
"@microsoft/sp-office-ui-fabric-core": "1.6.0",
|
|
"@microsoft/sp-webpart-base": "1.6.0",
|
|
"@pnp/common": "^1.2.3",
|
|
"@pnp/logging": "^1.2.3",
|
|
"@pnp/odata": "^1.2.3",
|
|
"@pnp/sp": "^1.2.3",
|
|
"@types/angular": "^1.6.51",
|
|
"@types/es6-promise": "0.0.33",
|
|
"@types/react": "15.6.6",
|
|
"@types/react-dom": "15.5.6",
|
|
"@types/webpack-env": "1.13.1",
|
|
"react": "15.6.2",
|
|
"react-dom": "15.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "1.6.0",
|
|
"@microsoft/sp-module-interfaces": "1.6.0",
|
|
"@microsoft/sp-webpart-workbench": "1.6.0",
|
|
"tslint-microsoft-contrib": "~5.0.0",
|
|
"gulp": "~3.9.1",
|
|
"@types/chai": "3.4.34",
|
|
"@types/mocha": "2.2.38",
|
|
"ajv": "~5.2.2"
|
|
}
|
|
}
|