2016-11-03 16:10:25 -04:00
|
|
|
{
|
|
|
|
"name": "ang-2-webparts",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-02-03 10:58:54 -05:00
|
|
|
"@angular/common": "^2.4.4",
|
|
|
|
"@angular/compiler": "^2.4.4",
|
|
|
|
"@angular/core": "^2.4.4",
|
|
|
|
"@angular/forms": "^2.4.4",
|
|
|
|
"@angular/http": "^2.4.4",
|
|
|
|
"@angular/platform-browser": "^2.4.4",
|
|
|
|
"@angular/platform-browser-dynamic": "^2.4.4",
|
|
|
|
"@angular/router": "^3.4.4",
|
|
|
|
"@angular/upgrade": "^2.4.4",
|
|
|
|
"@microsoft/sp-client-base": "~0.7.0",
|
|
|
|
"@microsoft/sp-client-preview": "~0.9.0",
|
|
|
|
"@microsoft/sp-core-library": "~0.1.2",
|
|
|
|
"@microsoft/sp-webpart-base": "~0.4.0",
|
|
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0",
|
|
|
|
"reflect-metadata": "^0.1.9",
|
|
|
|
"rxjs": "^5.0.3",
|
|
|
|
"zone.js": "^0.7.6"
|
2016-11-03 16:10:25 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-02-03 10:58:54 -05:00
|
|
|
"@microsoft/sp-build-web": "~0.9.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "~0.7.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "~0.8.0",
|
|
|
|
"@types/chai": "^3.4.34",
|
|
|
|
"@types/mocha": "^2.2.38",
|
2016-11-03 16:10:25 -04:00
|
|
|
"gulp": "~3.9.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
2017-02-03 10:58:54 -05:00
|
|
|
"clean": "gulp clean",
|
2016-11-03 16:10:25 -04:00
|
|
|
"test": "gulp test"
|
|
|
|
}
|
|
|
|
}
|