Add Angular2

This commit is contained in:
József Farkas
2016-04-06 21:44:53 +02:00
parent 3d8b6eea1a
commit dcf5cbe4d8
9 changed files with 250 additions and 139 deletions

View File

@@ -8,13 +8,22 @@
},
"license": "GPL-3.0",
"devDependencies": {
"angular2": "2.0.0-beta.13",
"browser-sync": "^2.11.0",
"es6-shim": "^0.35.0",
"gulp": "^3.9.0",
"gulp-if": "^2.0.0",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"ts-loader": "^0.8.1",
"tslint": "^3.6.0",
"yargs": "^4.2.0"
"typings": "^0.7.12",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"yargs": "^4.2.0",
"zone.js": "^0.6.9"
},
"dependencies": {
"bootstrap": "^3.3.6",
@@ -26,7 +35,10 @@
"typescript": "^1.8.9"
},
"scripts": {
"postinstall": "typings install",
"lint": "tslint **/*.ts"
"postinstall": "typings install",
"lint": "tslint **/*.ts",
"typings": "typings",
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server"
}
}