1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

package upgrade

This commit is contained in:
Braun Patrik 2016-03-18 16:02:26 +01:00
parent 0ebded43b4
commit f943c23667
3 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,7 @@
///<reference path="../typings/browser.d.ts"/>
/// <reference path="../typings/browser.d.ts"/>
/// <reference path="../common/common-classes.d.ts" />
/// <reference path="../node_modules/angular2/typings/browser.d.ts" />
/// <reference path="../node_modules/reflect-metadata/reflect-metadata.d.ts" />
/// <reference path="../node_modules/tslint/lib/tslint.d.ts" />
/// <reference path="../node_modules/zone.js/dist/zone.js.d.ts"/>

View File

@ -43,6 +43,6 @@
<body>
<pi-gallery2-app>Loading...</pi-gallery2-app>
</body>
<script src="https://code.angularjs.org/2.0.0-beta.9/angular2-polyfills.js"></script>
<script src="https://code.angularjs.org/2.0.0-beta.10/angular2-polyfills.js"></script>
<script src="dist/app-bundle.js"></script>
</html>

View File

@ -13,22 +13,33 @@
"test": "karma start ./karma.conf.js",
"start": "node ./backend/server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bpatrik/PiGallery2.git"
},
"bugs": {
"url": "https://github.com/bpatrik/PiGallery2/issues"
},
"dependencies": {
"angular2": "^2.0.0-beta.9",
"angular2": "^2.0.0-beta.10",
"debug": "^2.2.0",
"es6-promise": "^3.1.2",
"es6-shim": "^0.33.13",
"es7-reflect-metadata": "^1.6.0",
"express": "^4.13.4",
"karma-jasmine": "^0.3.8",
"morgan": "^1.7.0",
"protractor": "^3.2.0",
"reflect-metadata": "0.1.2",
"rxjs": "^5.0.0-beta.2",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"ts-loader": "^0.8.1",
"typings": "^0.7.8",
"ts-node": "^0.6.2",
"typescript": "^1.8.9",
"typings": "^0.7.9",
"webpack": "^1.12.14",
"zone.js": "^0.5.15"
"zone.js": "^0.6.4"
},
"devDependencies": {
"awesome-typescript-loader": "^0.16.0-rc.0",