Knockout added

This commit is contained in:
Aliaxei Terentiev 2016-11-09 13:03:02 -08:00
parent 35f2a6df96
commit b0e6fdb417
2 changed files with 5 additions and 2 deletions

View File

@ -9,11 +9,13 @@
"externals": { "externals": {
"@microsoft/sp-client-base": "node_modules/@microsoft/sp-client-base/dist/sp-client-base.js", "@microsoft/sp-client-base": "node_modules/@microsoft/sp-client-base/dist/sp-client-base.js",
"@microsoft/sp-client-preview": "node_modules/@microsoft/sp-client-preview/dist/sp-client-preview.js", "@microsoft/sp-client-preview": "node_modules/@microsoft/sp-client-preview/dist/sp-client-preview.js",
"@microsoft/sp-webpart-base": "node_modules/@microsoft/sp-webpart-base/dist/sp-webpart-base.js",
"@microsoft/sp-lodash-subset": "node_modules/@microsoft/sp-lodash-subset/dist/sp-lodash-subset.js", "@microsoft/sp-lodash-subset": "node_modules/@microsoft/sp-lodash-subset/dist/sp-lodash-subset.js",
"office-ui-fabric-react": "node_modules/office-ui-fabric-react/dist/office-ui-fabric-react.js", "office-ui-fabric-react": "node_modules/office-ui-fabric-react/dist/office-ui-fabric-react.js",
"react": "node_modules/react/dist/react.min.js", "react": "node_modules/react/dist/react.min.js",
"react-dom": "node_modules/react-dom/dist/react-dom.min.js", "react-dom": "node_modules/react-dom/dist/react-dom.min.js",
"react-dom/server": "node_modules/react-dom/dist/react-dom-server.min.js" "react-dom/server": "node_modules/react-dom/dist/react-dom-server.min.js",
"knockout": "node_modules/knockout/build/output/knockout-latest.js"
}, },
"localizedResources": { "localizedResources": {
"termSetRequesterStrings": "webparts/termSetRequester/loc/{locale}.js" "termSetRequesterStrings": "webparts/termSetRequester/loc/{locale}.js"

View File

@ -13,7 +13,8 @@
"@microsoft/sp-build-web": "~0.7.0", "@microsoft/sp-build-web": "~0.7.0",
"@microsoft/sp-module-interfaces": "~0.4.0", "@microsoft/sp-module-interfaces": "~0.4.0",
"@microsoft/sp-webpart-workbench": "~0.5.0", "@microsoft/sp-webpart-workbench": "~0.5.0",
"gulp": "~3.9.1" "gulp": "~3.9.1",
"knockout": "^3.4.1"
}, },
"scripts": { "scripts": {
"build": "gulp bundle", "build": "gulp bundle",