mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
* Sample update from drop3 to GA. Packages updated. Unnecessary typings removed. * small fixes on the html and list checks * The loader is removed since causing "Cannot read property 'replaceChild' of null" error. * Return empty array instead of undefined if list not found. The list not found error will be catched.
28 lines
681 B
JSON
28 lines
681 B
JSON
{
|
|
"name": "js-display-list",
|
|
"version": "0.0.2",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~1.0.0",
|
|
"@microsoft/sp-core-library": "~1.0.0",
|
|
"@microsoft/sp-webpart-base": "~1.0.0",
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~1.0.0",
|
|
"@microsoft/sp-module-interfaces": "~1.0.0",
|
|
"@microsoft/sp-webpart-workbench": "~1.0.0",
|
|
"gulp": "~3.9.1",
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
"@types/mocha": ">=2.2.33 <2.6.0"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
}
|