de795ea233
TypeScript compiler will now build to ES2015 code and modules. Babili is used to minify ES2015 code, providing an initial optimization that we couldn't previously get just from Uglify. Uses Babel to convert ES2015 to UMD/ES5 code, and Uglify to minimize the output.
109 lines
3.1 KiB
JSON
109 lines
3.1 KiB
JSON
{
|
|
"name": "angular-srcs",
|
|
"version": "4.0.0-beta.8",
|
|
"private": true,
|
|
"branchPattern": "2.0.*",
|
|
"description": "Angular - a web framework for modern web apps",
|
|
"homepage": "https://github.com/angular/angular",
|
|
"bugs": "https://github.com/angular/angular/issues",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 6.9.5 < 7.0.0",
|
|
"npm": ">=3.10.7 <4.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular.git"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node tools/npm/copy-npm-shrinkwrap && webdriver-manager update"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^2.4.1",
|
|
"reflect-metadata": "^0.1.3",
|
|
"rxjs": "^5.0.1",
|
|
"zone.js": "^0.7.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"fsevents": "^1.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@types/angularjs": "^1.5.13-alpha",
|
|
"@types/base64-js": "^1.2.5",
|
|
"@types/fs-extra": "0.0.22-alpha",
|
|
"@types/hammerjs": "^2.0.33",
|
|
"@types/jasmine": "^2.2.22-alpha",
|
|
"@types/node": "^4.0.22-alpha",
|
|
"@types/selenium-webdriver": "^2.53.35",
|
|
"@types/systemjs": "^0.19.32",
|
|
"angular": "^1.5.0",
|
|
"angular-animate": "^1.5.0",
|
|
"angular-mocks": "^1.5.0",
|
|
"babel-cli": "^6.22.2",
|
|
"babel-core": "https://registry.npmjs.org/babel-core/-/babel-core-6.23.1.tgz",
|
|
"babel-loader": "^6.3.0",
|
|
"babel-preset-babili": "0.0.11",
|
|
"babel-preset-es2015": "^6.22.0",
|
|
"babili": "0.0.11",
|
|
"base64-js": "^1.2.0",
|
|
"bower": "^1.3.12",
|
|
"browserstacktunnel-wrapper": "^1.4.2",
|
|
"canonical-path": "0.0.2",
|
|
"chokidar": "^1.1.0",
|
|
"clang-format": "^1.0.32",
|
|
"cldr": "^3.5.2",
|
|
"conventional-changelog": "^1.1.0",
|
|
"cors": "^2.7.1",
|
|
"dgeni": "^0.4.2",
|
|
"dgeni-packages": "^0.16.5",
|
|
"entities": "^1.1.1",
|
|
"firefox-profile": "^0.3.4",
|
|
"fs-extra": "^0.26.3",
|
|
"glob": "^4.0.6",
|
|
"gulp": "^3.8.8",
|
|
"gulp-clang-format": "^1.0.23",
|
|
"gulp-connect": "^2.3.1",
|
|
"gulp-conventional-changelog": "^1.1.0",
|
|
"gulp-tslint": "^7.0.1",
|
|
"hammerjs": "^2.0.8",
|
|
"incremental-dom": "^0.4.1",
|
|
"jasmine": "^2.4.1",
|
|
"jasmine-core": "^2.4.1",
|
|
"jpm": "1.0.0",
|
|
"karma": "^0.13.20",
|
|
"karma-browserstack-launcher": "^0.1.9",
|
|
"karma-chrome-launcher": "^0.2.0",
|
|
"karma-jasmine": "^0.3.6",
|
|
"karma-sauce-launcher": "^0.3.0",
|
|
"karma-sourcemap-loader": "^0.3.6",
|
|
"madge": "0.5.0",
|
|
"minimist": "^1.2.0",
|
|
"nan": "^2.4.0",
|
|
"node-uuid": "1.4.x",
|
|
"parse5": "^2.2.1",
|
|
"protractor": "^4.0.11",
|
|
"react": "^0.14.0",
|
|
"rewire": "^2.3.3",
|
|
"rho": "^0.3.0",
|
|
"rollup": "^0.26.3",
|
|
"rollup-plugin-babel": "^2.7.1",
|
|
"rollup-plugin-commonjs": "^5.0.5",
|
|
"selenium-webdriver": "^2.53.3",
|
|
"semver": "^5.1.0",
|
|
"source-map": "^0.5.6",
|
|
"source-map-support": "^0.4.2",
|
|
"systemjs": "0.18.10",
|
|
"ts-api-guardian": "^0.2.1",
|
|
"tsickle": "^0.21.1",
|
|
"tslint": "^4.1.1",
|
|
"tslint-eslint-rules": "^3.1.0",
|
|
"typescript": "^2.1.5",
|
|
"universal-analytics": "^0.3.9",
|
|
"vrsource-tslint-rules": "^4.0.0",
|
|
"webpack": "^1.12.6",
|
|
"xhr2": "^0.1.4",
|
|
"yargs": "^3.31.0",
|
|
"yarn": "^0.19.1"
|
|
}
|
|
}
|