Files
angular-docs-cn/package.json
T

138 lines
4.8 KiB
JSON
Raw Normal View History

2014-09-18 14:56:38 -07:00
{
2015-10-15 09:57:29 -07:00
"name": "angular-srcs",
2018-09-05 21:22:46 -07:00
"version": "7.0.0-beta.5",
"private": true,
"branchPattern": "2.0.*",
2017-01-26 22:30:42 -08:00
"description": "Angular - a web framework for modern web apps",
2015-02-10 15:18:16 -08:00
"homepage": "https://github.com/angular/angular",
"bugs": "https://github.com/angular/angular/issues",
"license": "MIT",
"engines": {
2018-09-05 12:38:53 -07:00
"node": ">=10.9.0 <11.0.0",
"yarn": ">=1.9.2 <2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/angular/angular.git"
},
2014-09-18 14:56:38 -07:00
"scripts": {
2018-01-05 10:53:55 -08:00
"preskylint": "bazel build --noshow_progress @io_bazel//src/tools/skylark/java/com/google/devtools/skylark/skylint:Skylint",
"//": "deprecated-api is disabled because we use actions.new_file(genfiles_dir) which has no replacement, see https://github.com/bazelbuild/bazel/issues/4858",
"skylint": "find . -type f -name \"*.bzl\" ! -path \"*/node_modules/*\" ! -path \"./dist/*\" | xargs $(bazel info bazel-bin)/external/io_bazel/src/tools/skylark/java/com/google/devtools/skylark/skylint/Skylint --disable-checks=deprecated-api",
2018-01-05 10:53:55 -08:00
"prebuildifier": "bazel build --noshow_progress @com_github_bazelbuild_buildtools//buildifier",
"buildifier": "find . -type f \\( -name \"*.bzl\" -or -name BUILD -or -name BUILD.bazel \\) ! -path \"*/node_modules/*\" | xargs $(bazel info bazel-bin)/external/com_github_bazelbuild_buildtools/buildifier/*/buildifier",
2018-01-09 11:02:03 +01:00
"preinstall": "node tools/yarn/check-yarn.js",
"postinstall": "yarn update-webdriver && node ./tools/postinstall-patches.js",
2017-12-11 16:27:29 +02:00
"update-webdriver": "webdriver-manager update --gecko false $CHROMEDRIVER_VERSION_ARG",
"check-env": "gulp check-env",
"commitmsg": "node ./scripts/git/commit-msg.js"
2014-09-18 14:56:38 -07:00
},
"dependencies": {
2018-04-03 14:52:33 -07:00
"@angular-devkit/schematics": "^0.5.5",
"@schematics/angular": "^0.5.4",
"core-js": "^2.4.1",
2016-03-18 09:01:49 -04:00
"reflect-metadata": "^0.1.3",
2018-05-03 09:33:42 -07:00
"rxjs": "^6.0.0",
"tslib": "^1.7.1",
"zone.js": "^0.8.26"
},
"optionalDependencies": {
2017-09-22 19:51:03 +02:00
"fsevents": "1.1.2"
},
"devDependencies": {
"@bazel/ibazel": "^0.1.1",
2018-06-20 13:29:37 +03:00
"@types/angular": "^1.6.47",
2017-09-21 15:39:43 +02:00
"@types/base64-js": "1.2.5",
"@types/chai": "^4.1.2",
2017-09-21 15:39:43 +02:00
"@types/chokidar": "1.7.3",
"@types/convert-source-map": "^1.5.1",
"@types/diff": "^3.2.2",
2017-09-22 19:51:03 +02:00
"@types/fs-extra": "4.0.2",
"@types/hammerjs": "2.0.35",
"@types/jasmine": "^2.8.8",
"@types/jasminewd2": "^2.0.3",
"@types/minimist": "^1.2.0",
"@types/mock-fs": "^3.6.30",
2018-09-10 11:44:48 +01:00
"@types/node": "^10.9.4",
2017-09-22 19:51:03 +02:00
"@types/selenium-webdriver": "3.0.7",
"@types/shelljs": "^0.7.8",
"@types/source-map": "^0.5.1",
2017-09-21 15:39:43 +02:00
"@types/systemjs": "0.19.32",
"@types/yargs": "^11.1.1",
"@webcomponents/custom-elements": "^1.0.4",
"angular": "npm:angular@1.7",
"angular-1.5": "npm:angular@1.5",
"angular-1.6": "npm:angular@1.6",
"angular-mocks": "npm:angular-mocks@1.7",
"angular-mocks-1.5": "npm:angular-mocks@1.5",
"angular-mocks-1.6": "npm:angular-mocks@1.6",
2017-09-22 19:51:03 +02:00
"base64-js": "1.2.1",
"bower": "1.8.2",
"browserstacktunnel-wrapper": "2.0.1",
"canonical-path": "0.0.2",
2017-09-22 19:51:03 +02:00
"chokidar": "1.7.0",
2017-09-21 15:39:43 +02:00
"clang-format": "1.0.41",
"cldr": "4.10.0",
2017-09-21 15:39:43 +02:00
"cldr-data-downloader": "0.3.2",
"cldrjs": "0.5.0",
"conventional-changelog": "1.1.0",
"convert-source-map": "^1.5.1",
2017-09-22 19:51:03 +02:00
"cors": "2.8.4",
"dependency-graph": "^0.7.2",
"diff": "^3.5.0",
"domino": "2.0.1",
2017-09-21 15:39:43 +02:00
"entities": "1.1.1",
2017-09-22 19:51:03 +02:00
"firefox-profile": "1.0.3",
"fs-extra": "4.0.2",
"glob": "7.1.2",
2017-09-21 15:39:43 +02:00
"gulp": "3.9.1",
"gulp-clang-format": "1.0.23",
2017-09-22 19:51:03 +02:00
"gulp-connect": "5.0.0",
2017-09-21 15:39:43 +02:00
"gulp-conventional-changelog": "1.1.0",
2017-09-22 19:51:03 +02:00
"gulp-tslint": "8.1.2",
2017-09-21 15:39:43 +02:00
"hammerjs": "2.0.8",
"husky": "^0.14.3",
2017-09-21 15:39:43 +02:00
"incremental-dom": "0.4.1",
2018-07-05 21:18:38 +03:00
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
2017-09-22 19:51:03 +02:00
"jpm": "1.3.1",
"karma": "^2.0.4",
"karma-browserstack-launcher": "^1.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"madge": "0.5.0",
"magic-string": "^0.25.0",
2017-09-21 15:39:43 +02:00
"minimist": "1.2.0",
"mock-fs": "^4.5.0",
"mutation-observer": "^1.0.3",
2017-09-21 15:39:43 +02:00
"node-uuid": "1.4.8",
2018-03-20 12:34:27 -07:00
"protobufjs": "5.0.0",
2017-09-21 15:39:43 +02:00
"protractor": "5.1.2",
"rewire": "2.5.2",
"rollup": "0.47.4",
"rollup-plugin-commonjs": "8.1.0",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-sourcemaps": "0.4.2",
2017-09-22 19:51:03 +02:00
"selenium-webdriver": "3.5.0",
"semver": "5.4.1",
"shelljs": "^0.8.1",
"source-map": "^0.6.1",
2017-09-22 19:51:03 +02:00
"source-map-support": "0.4.18",
"systemjs": "0.18.10",
2018-06-25 11:11:22 +02:00
"tsickle": "0.32",
2017-09-22 19:51:03 +02:00
"tslint": "5.7.0",
"tslint-eslint-rules": "4.1.1",
"tsutils": "2.20.0",
2018-08-05 17:31:27 +02:00
"typescript": "~3.0.1",
"uglify-es": "^3.3.9",
2017-09-22 19:51:03 +02:00
"universal-analytics": "0.4.15",
2017-09-21 15:39:43 +02:00
"vlq": "0.2.2",
2017-09-22 19:51:03 +02:00
"vrsource-tslint-rules": "5.1.1",
2017-09-21 15:39:43 +02:00
"webpack": "1.12.9",
"xhr2": "0.1.4",
2017-11-03 00:11:34 +02:00
"yargs": "9.0.1"
2014-09-25 14:04:46 -07:00
}
2018-09-10 11:44:48 +01:00
}