From 37eac06301d62c62d37dcb7a64a4956ea25f24ce Mon Sep 17 00:00:00 2001 From: Tim Lancina Date: Thu, 4 Jun 2015 12:19:46 -0500 Subject: [PATCH] trim dependencies --- config.js | 188 +-------------------------------------------------- package.json | 18 +---- 2 files changed, 4 insertions(+), 202 deletions(-) diff --git a/config.js b/config.js index ac50c1e94d..365a4b349f 100644 --- a/config.js +++ b/config.js @@ -7,10 +7,8 @@ System.config({ ] }, "paths": { - //"ionic/*": "dist/js/es6/ionic/*.js", "github:*": "jspm_packages/github/*.js", "npm:*": "jspm_packages/npm/*.js", - //"angular2/*": "angular2/dist/js/dev/es6/angular2/*.es6", "*": "*.js" } }); @@ -18,200 +16,20 @@ System.config({ System.config({ "map": { "babel": "npm:babel-core@5.4.7", + "babel-core": "npm:babel-core@5.4.7", "babel-runtime": "npm:babel-runtime@5.4.7", - "core-js": "npm:core-js@0.9.13", + "core-js": "npm:core-js@0.9.14", "rx": "npm:rx@2.5.3", - "github:jspm/nodelibs-assert@0.1.0": { - "assert": "npm:assert@1.3.0" - }, - "github:jspm/nodelibs-buffer@0.1.0": { - "buffer": "npm:buffer@3.2.2" - }, - "github:jspm/nodelibs-events@0.1.1": { - "events": "npm:events@1.0.2" - }, - "github:jspm/nodelibs-http@1.7.1": { - "Base64": "npm:Base64@0.2.1", - "events": "github:jspm/nodelibs-events@0.1.1", - "inherits": "npm:inherits@2.0.1", - "stream": "github:jspm/nodelibs-stream@0.1.0", - "url": "github:jspm/nodelibs-url@0.1.0", - "util": "github:jspm/nodelibs-util@0.1.0" - }, - "github:jspm/nodelibs-path@0.1.0": { - "path-browserify": "npm:path-browserify@0.0.0" - }, "github:jspm/nodelibs-process@0.1.1": { "process": "npm:process@0.10.1" }, - "github:jspm/nodelibs-querystring@0.1.0": { - "querystring": "npm:querystring@0.2.0" - }, - "github:jspm/nodelibs-stream@0.1.0": { - "stream-browserify": "npm:stream-browserify@1.0.0" - }, - "github:jspm/nodelibs-url@0.1.0": { - "url": "npm:url@0.10.3" - }, - "github:jspm/nodelibs-util@0.1.0": { - "util": "npm:util@0.10.3" - }, - "npm:amdefine@0.1.0": { - "fs": "github:jspm/nodelibs-fs@0.1.2", - "module": "github:jspm/nodelibs-module@0.1.0", - "path": "github:jspm/nodelibs-path@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.1" - }, - "npm:angular2@2.0.0-alpha.25": { - "fs": "github:jspm/nodelibs-fs@0.1.2", - "path": "github:jspm/nodelibs-path@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.1", - "rtts_assert": "npm:rtts_assert@2.0.0-alpha.25", - "rx": "npm:rx@2.5.1", - "traceur": "npm:traceur@0.0.87", - "url": "github:jspm/nodelibs-url@0.1.0", - "zone.js": "npm:zone.js@0.5.0" - }, - "npm:assert@1.3.0": { - "util": "npm:util@0.10.3" - }, - "npm:brace-expansion@1.1.0": { - "balanced-match": "npm:balanced-match@0.2.0", - "concat-map": "npm:concat-map@0.0.1" - }, - "npm:buffer@3.2.2": { - "base64-js": "npm:base64-js@0.0.8", - "ieee754": "npm:ieee754@1.1.5", - "is-array": "npm:is-array@1.0.1" - }, - "npm:commander@2.6.0": { - "child_process": "github:jspm/nodelibs-child_process@0.1.0", - "events": "github:jspm/nodelibs-events@0.1.1", - "path": "github:jspm/nodelibs-path@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.1" - }, - "npm:core-js@0.9.13": { + "npm:core-js@0.9.14": { "fs": "github:jspm/nodelibs-fs@0.1.2", "process": "github:jspm/nodelibs-process@0.1.1", "systemjs-json": "github:systemjs/plugin-json@0.1.0" }, - "npm:core-util-is@1.0.1": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0" - }, - "npm:glob@4.3.5": { - "assert": "github:jspm/nodelibs-assert@0.1.0", - "events": "github:jspm/nodelibs-events@0.1.1", - "fs": "github:jspm/nodelibs-fs@0.1.2", - "inflight": "npm:inflight@1.0.4", - "inherits": "npm:inherits@2.0.1", - "minimatch": "npm:minimatch@2.0.8", - "once": "npm:once@1.3.2", - "path": "github:jspm/nodelibs-path@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.1", - "util": "github:jspm/nodelibs-util@0.1.0" - }, - "npm:inflight@1.0.4": { - "once": "npm:once@1.3.2", - "process": "github:jspm/nodelibs-process@0.1.1", - "wrappy": "npm:wrappy@1.0.1" - }, - "npm:inherits@2.0.1": { - "util": "github:jspm/nodelibs-util@0.1.0" - }, - "npm:minimatch@2.0.8": { - "brace-expansion": "npm:brace-expansion@1.1.0", - "path": "github:jspm/nodelibs-path@0.1.0" - }, - "npm:once@1.3.2": { - "wrappy": "npm:wrappy@1.0.1" - }, - "npm:path-browserify@0.0.0": { - "process": "github:jspm/nodelibs-process@0.1.1" - }, - "npm:punycode@1.3.2": { - "process": "github:jspm/nodelibs-process@0.1.1" - }, - "npm:readable-stream@1.1.13": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "core-util-is": "npm:core-util-is@1.0.1", - "events": "github:jspm/nodelibs-events@0.1.1", - "inherits": "npm:inherits@2.0.1", - "isarray": "npm:isarray@0.0.1", - "process": "github:jspm/nodelibs-process@0.1.1", - "stream": "github:jspm/nodelibs-stream@0.1.0", - "stream-browserify": "npm:stream-browserify@1.0.0", - "string_decoder": "npm:string_decoder@0.10.31", - "util": "github:jspm/nodelibs-util@0.1.0" - }, - "npm:rsvp@3.0.18": { - "assert": "github:jspm/nodelibs-assert@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.1", - "util": "github:jspm/nodelibs-util@0.1.0" - }, - "npm:rtts_assert@2.0.0-alpha.25": { - "fs": "github:jspm/nodelibs-fs@0.1.2", - "path": "github:jspm/nodelibs-path@0.1.0" - }, - "npm:rx@2.5.1": { - "process": "github:jspm/nodelibs-process@0.1.1" - }, "npm:rx@2.5.3": { "process": "github:jspm/nodelibs-process@0.1.1" - }, - "npm:semver@2.3.2": { - "process": "github:jspm/nodelibs-process@0.1.1" - }, - "npm:source-map-support@0.2.10": { - "assert": "github:jspm/nodelibs-assert@0.1.0", - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "child_process": "github:jspm/nodelibs-child_process@0.1.0", - "fs": "github:jspm/nodelibs-fs@0.1.2", - "http": "github:jspm/nodelibs-http@1.7.1", - "path": "github:jspm/nodelibs-path@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.1", - "querystring": "github:jspm/nodelibs-querystring@0.1.0", - "source-map": "npm:source-map@0.1.32" - }, - "npm:source-map@0.1.32": { - "amdefine": "npm:amdefine@0.1.0", - "fs": "github:jspm/nodelibs-fs@0.1.2", - "path": "github:jspm/nodelibs-path@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.1" - }, - "npm:stream-browserify@1.0.0": { - "events": "github:jspm/nodelibs-events@0.1.1", - "inherits": "npm:inherits@2.0.1", - "readable-stream": "npm:readable-stream@1.1.13" - }, - "npm:string_decoder@0.10.31": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0" - }, - "npm:traceur@0.0.87": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "commander": "npm:commander@2.6.0", - "fs": "github:jspm/nodelibs-fs@0.1.2", - "glob": "npm:glob@4.3.5", - "module": "github:jspm/nodelibs-module@0.1.0", - "path": "github:jspm/nodelibs-path@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.1", - "rsvp": "npm:rsvp@3.0.18", - "semver": "npm:semver@2.3.2", - "source-map-support": "npm:source-map-support@0.2.10", - "systemjs-json": "github:systemjs/plugin-json@0.1.0", - "util": "github:jspm/nodelibs-util@0.1.0" - }, - "npm:url@0.10.3": { - "assert": "github:jspm/nodelibs-assert@0.1.0", - "punycode": "npm:punycode@1.3.2", - "querystring": "npm:querystring@0.2.0", - "util": "github:jspm/nodelibs-util@0.1.0" - }, - "npm:util@0.10.3": { - "inherits": "npm:inherits@2.0.1", - "process": "github:jspm/nodelibs-process@0.1.1" - }, - "npm:zone.js@0.5.0": { - "process": "github:jspm/nodelibs-process@0.1.1" } } }); diff --git a/package.json b/package.json index 1edd6fd109..7961e8f557 100644 --- a/package.json +++ b/package.json @@ -2,14 +2,9 @@ "name": "ionic2", "version": "0.0.0", "devDependencies": { - "babel-core": "^5.0.0", - "babel-loader": "^5.1.3", - "babel-plugin-angular2-annotations": "^1.1.0", - "babel-plugin-type-assertion": "^0.2.1", "canonical-path": "0.0.2", "connect": "^3.3.4", "del": "~1.1.1", - "es6-module-loader": "^0.16.5", "gulp": "~3.8.10", "gulp-autoprefixer": "^2.3.0", "gulp-babel": "^5.1.0", @@ -35,7 +30,6 @@ "run-sequence": "^1.1.0", "serve-static": "^1.9.2", "source-map-support": "^0.2.10", - "systemjs": "^0.16.8", "systemjs-builder": "^0.10.3", "through2": "^0.6.3", "traceur-runtime": "0.0.59", @@ -43,20 +37,10 @@ "webpack": "^1.9.10", "yargs": "^3.6.0" }, - "dependencies": { - "angular2": "2.0.0-alpha.25", - "es6-module-loader": "^0.16.5", - "hammerjs": "^2.0.4", - "rtts_assert": "^2.0.0-alpha.25", - "rx": "^2.4.6", - "systemjs": "^0.16.8", - "traceur": "0.0.87", - "zone.js": "0.4.1" - }, "jspm": { "directories": {}, "dependencies": { - "angular2": "npm:angular2@^2.0.0-alpha.25", + "babel-core": "npm:babel-core@^5.4.7", "rx": "npm:rx@^2.5.3" }, "devDependencies": {