mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 16:21:55 +08:00
remove unnecessary dependencies
This commit is contained in:
@ -18,8 +18,6 @@ var runSequence = require('run-sequence');
|
|||||||
var watch = require('gulp-watch');
|
var watch = require('gulp-watch');
|
||||||
var exec = require('child_process').exec;
|
var exec = require('child_process').exec;
|
||||||
var babel = require('gulp-babel');
|
var babel = require('gulp-babel');
|
||||||
var traceur = require('gulp-traceur');
|
|
||||||
var webpack = require('gulp-webpack');
|
|
||||||
var tsc = require('gulp-typescript');
|
var tsc = require('gulp-typescript');
|
||||||
var lazypipe = require('lazypipe');
|
var lazypipe = require('lazypipe');
|
||||||
var cache = require('gulp-cached');
|
var cache = require('gulp-cached');
|
||||||
|
12
package.json
12
package.json
@ -17,10 +17,8 @@
|
|||||||
"gulp-rename": "~1.2.0",
|
"gulp-rename": "~1.2.0",
|
||||||
"gulp-sass": "^1.3.3",
|
"gulp-sass": "^1.3.3",
|
||||||
"gulp-shell": "^0.4.0",
|
"gulp-shell": "^0.4.0",
|
||||||
"gulp-traceur": "^0.17.1",
|
|
||||||
"gulp-typescript": "^2.7.7",
|
"gulp-typescript": "^2.7.7",
|
||||||
"gulp-watch": "^4.2.4",
|
"gulp-watch": "^4.2.4",
|
||||||
"gulp-webpack": "^1.4.0",
|
|
||||||
"gulp-wrap": "^0.11.0",
|
"gulp-wrap": "^0.11.0",
|
||||||
"karma": "^0.12.31",
|
"karma": "^0.12.31",
|
||||||
"karma-chrome-launcher": "^0.1.7",
|
"karma-chrome-launcher": "^0.1.7",
|
||||||
@ -32,19 +30,9 @@
|
|||||||
"run-sequence": "^1.1.0",
|
"run-sequence": "^1.1.0",
|
||||||
"serve-static": "^1.9.2",
|
"serve-static": "^1.9.2",
|
||||||
"source-map-support": "^0.2.10",
|
"source-map-support": "^0.2.10",
|
||||||
"systemjs-builder": "^0.10.3",
|
|
||||||
"through2": "^0.6.3",
|
"through2": "^0.6.3",
|
||||||
"traceur-runtime": "0.0.59",
|
|
||||||
"typescript": "tlancina/TypeScript",
|
"typescript": "tlancina/TypeScript",
|
||||||
"vinyl": "^0.4.6",
|
"vinyl": "^0.4.6",
|
||||||
"webpack": "^1.9.10",
|
|
||||||
"yargs": "^3.6.0"
|
"yargs": "^3.6.0"
|
||||||
},
|
|
||||||
"jspm": {
|
|
||||||
"directories": {},
|
|
||||||
"devDependencies": {
|
|
||||||
"traceur": "github:jmcriffey/bower-traceur@0.0.88",
|
|
||||||
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.88"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
|
|
||||||
<!-- SystemJS Loader -->
|
<!-- SystemJS Loader -->
|
||||||
<script src="/scripts/resources/traceur-runtime.js"></script>
|
<script src="/scripts/resources/traceur-runtime.js"></script>
|
||||||
<script src="/jspm_packages/system.src.js"></script>
|
<script src="/scripts/resources/system.js"></script>
|
||||||
<script src="/config.js"></script>
|
<script src="/config.js"></script>
|
||||||
|
|
||||||
<!-- Angular bundle -->
|
<!-- Angular bundle -->
|
||||||
|
8
scripts/resources/es6-module-loader.js
Normal file
8
scripts/resources/es6-module-loader.js
Normal file
File diff suppressed because one or more lines are too long
2
scripts/resources/system.js
Normal file
2
scripts/resources/system.js
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user