package.json
{
"name": "angular2-quickstart",
"version": "1.0.0",
"scripts": {
"start": "concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install"
},
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-beta.10",
"systemjs": "0.19.24",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "^0.6.4"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.1.0",
"typescript": "^1.8.7",
"typings":"^0.7.5",
"grunt" : "^0.4.5",
"grunt-contrib-clean" : "^1.0.0",
"grunt-contrib-concat" : "^1.0.0",
"grunt-contrib-sass" : "^0.9.2",
"grunt-contrib-watch" : "^0.6.1"
}
}
node_modules/angular2/package.json
"peerDependencies": {
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "^0.6.4"
},
, , , .
, (https://github.com/angular/quickstart/blob/master/package.json) .
: :
- "angular2": "2.0.0-beta.10"
- "es6-shim": "^ 0.35.0",
- "zone.js": "^ 0.6.4"
source
share