Files
Orchard/src/Package.json
Daniel Stolt 7e5bdb28e3 Updated Gulp pipeline to use latest version of TypeScript.
This also required a change to flow all .js source files through the TypeScript transpiler and let TypeScript do the concatenation/bundling where applicable. This has the added bonus of catching more errors in plain .js files as the TypeScript compiler applies its structural and semantic understanding of the JavaScript code.
2017-01-13 19:11:37 +01:00

30 lines
816 B
JSON

{
"private": true,
"devDependencies": {
"fs": "0.0.2",
"glob": "7.1.1",
"path-posix": "1.0.0",
"es6-promise": "4.0.5",
"merge-stream": "1.0.0",
"gulp": "3.9.1",
"gulp-if": "2.0.2",
"gulp-print": "2.0.1",
"gulp-debug": "3.0.0",
"gulp-newer": "1.3.0",
"gulp-plumber": "1.1.0",
"gulp-sourcemaps": "2.4.0",
"gulp-less": "3.3.0",
"gulp-postcss": "6.2.0",
"autoprefixer": "6.6.1",
"cssnano": "3.10.0",
"gulp-sass": "3.1.0",
"typescript": "2.1.5",
"gulp-typescript": "3.1.4",
"gulp-uglify": "2.0.0",
"gulp-rename": "1.2.2",
"gulp-concat": "2.6.1",
"gulp-header": "1.8.8",
"gulp-eol": "0.1.2"
},
"dependencies": {}
}