angular-cn/public/docs/_examples/quickstart/ts/package.1.json

40 lines
991 B
JSON
Raw Normal View History

{
"name": "angular2-quickstart",
"version": "1.0.0",
"scripts": {
2016-04-07 16:31:40 -04:00
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"lite": "lite-server",
"postinstall": "typings install",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings"
},
"license": "ISC",
"dependencies": {
2016-09-14 21:41:19 -04:00
"@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",
2016-04-27 14:28:22 -04:00
2016-08-31 21:08:57 -04:00
"core-js": "^2.4.1",
2016-04-27 14:28:22 -04:00
"reflect-metadata": "^0.1.3",
2016-09-13 05:34:44 -04:00
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.27",
2016-09-14 21:41:19 -04:00
"zone.js": "^0.6.23",
2016-04-27 14:28:22 -04:00
2016-09-14 21:41:19 -04:00
"angular2-in-memory-web-api": "0.0.20",
2016-04-27 14:28:22 -04:00
"bootstrap": "^3.3.6"
},
"devDependencies": {
"concurrently": "^2.2.0",
"lite-server": "^2.2.2",
"typescript": "^2.0.2",
"typings":"^1.3.2"
}
}