tech(systemjs): starting work on systemjs bundling

This commit is contained in:
Torkel Ödegaard
2015-12-17 19:18:30 +01:00
parent df1e52e394
commit 545c39356a
11 changed files with 67 additions and 35 deletions

View File

@@ -10,6 +10,9 @@
"url": "http://github.com/torkelo/grafana.git"
},
"devDependencies": {
"angular2": "2.0.0-beta.0",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"expect.js": "~0.2.0",
"glob": "~3.2.7",
"grunt": "~0.4.0",
@@ -32,6 +35,7 @@
"grunt-karma": "~0.8.3",
"grunt-ng-annotate": "^0.9.2",
"grunt-string-replace": "~0.2.4",
"grunt-systemjs-builder": "^0.2.5",
"grunt-tslint": "^2.5.0",
"grunt-typescript": "^0.8.0",
"grunt-usemin": "3.0.0",
@@ -48,15 +52,12 @@
"karma-script-launcher": "0.1.0",
"load-grunt-tasks": "0.2.0",
"mocha": "2.2.4",
"reflect-metadata": "0.1.2",
"requirejs": "2.1.17",
"rjs-build-analysis": "0.0.3",
"tslint": "^2.5.0-beta",
"angular2": "2.0.0-beta.0",
"systemjs": "0.19.6",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.0",
"systemjs": "0.19.6",
"tslint": "^2.5.0-beta",
"zone.js": "0.5.10"
},
"engines": {
@@ -74,6 +75,7 @@
"karma-sinon": "^1.0.3",
"lodash": "^2.4.1",
"sinon": "1.16.1",
"systemjs-builder": "^0.14.15",
"typescript": "^1.7.5"
}
}