42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
|
{
|
||
|
"name": "ang-2-webparts",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@angular/common": "2.0.0",
|
||
|
"@angular/compiler": "2.0.0",
|
||
|
"@angular/core": "2.0.0",
|
||
|
"@angular/forms": "2.0.0",
|
||
|
"@angular/http": "2.0.0",
|
||
|
"@angular/platform-browser": "2.0.0",
|
||
|
"@angular/platform-browser-dynamic": "2.0.0",
|
||
|
"@angular/router": "3.0.0",
|
||
|
"@angular/upgrade": "2.0.0",
|
||
|
"@microsoft/sp-client-base": "~0.4.0",
|
||
|
"@microsoft/sp-client-preview": "~0.5.0",
|
||
|
"es6-promise": "^3.0.2",
|
||
|
"es6-shim": "^0.35.0",
|
||
|
"load-styles": "^2.0.0",
|
||
|
"reflect-metadata": "^0.1.3",
|
||
|
"rxjs":"5.0.0-rc.1",
|
||
|
"zone.js": "^0.6.21"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@microsoft/sp-build-web": "~0.7.0",
|
||
|
"@microsoft/sp-module-interfaces": "~0.4.0",
|
||
|
"@microsoft/sp-webpart-workbench": "~0.5.0",
|
||
|
"typescript": "^2.0.2",
|
||
|
"typings": "^1.3.2",
|
||
|
"gulp": "~3.9.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "gulp bundle",
|
||
|
"clean": "gulp nuke",
|
||
|
"test": "gulp test"
|
||
|
}
|
||
|
}
|
||
|
|