Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 15 additions & 74 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,44 +5,6 @@
"description": "Universal (isomorphic) JavaScript support for Angular",
"homepage": "https://github.com/angular/universal",
"license": "MIT",
"contributors": [
"gdi2290",
"manekinekko",
"jeffwhelpley",
"MarkPieszak",
"ashsidhu",
"jeffbcross",
"wesleycho",
"dbabaioff",
"tamascsaba",
"alexpods",
"laskoviymishka",
"JohnGorter",
"valorkin",
"playground",
"swirlycheetah",
"datwheat",
"btrigueiro",
"Krijger",
"vangorden",
"alfamegaxq",
"QuinntyneBrown",
"vvakame",
"gitter-badger",
"juristr",
"filipesilva",
"lightningtgc",
"justindujardin",
"wellingWilliam",
"adams",
"alxhub",
"naomiblack",
"NathanWalker",
"basarat",
"visikov",
"tbosch",
"bnjjj"
],
"repository": {
"type": "git",
"url": "https://github.com/angular/universal"
Expand All @@ -59,55 +21,48 @@
"scripts": {
"postinstall": "ngc -p ./angular-metadata.tsconfig.json",
"lint": "tslint -c tslint.json '+(modules|tools)/**/*.ts' --exclude '**/node_modules/**/*'",
"build": "ts-node --project ./tools/tsconfig.json build.ts",
"upver": "standard-version",
"upver:beta": "standard-version --prerelease beta",
"upver:rc": "standard-version --prerelease rc",
"upver:push": "standard-version",
"build": "npm run bazel:build",
"prebuildifier": "bazel build --noshow_progress @com_github_bazelbuild_buildtools//buildifier",
"bazel:format": "find . -type f \\( -name \"*.bzl\" -or -name BUILD -or -name BUILD.bazel -or -name WORKSPACE \\) ! -path \"*/node_modules/*\" | xargs buildifier -v",
"bazel:lint": "yarn bazel:format --lint=warn",
"bazel:lint-fix": "yarn bazel:format --lint=fix",
"bazel:build": "bazel build //...",
"bazel:build": "bazel build //modules/...",
"test": "bazel test //modules/...",
"build:watch": "ibazel build //...",
"build:watch": "ibazel build //modules/...",
"test:watch": "ibazel test //modules/...",
"preinstall": "node ./tools/npm/check-npm.js",
"bazel": "bazel"
},
"dependencies": {
"@angular/animations": "^9.0.0-next.5",
"@angular/common": "^9.0.0-next.5",
"@angular/compiler": "^9.0.0-next.5",
"@angular/compiler-cli": "^9.0.0-next.5",
"@angular/core": "^9.0.0-next.5",
"@angular/platform-browser": "^9.0.0-next.5",
"@angular/platform-browser-dynamic": "^9.0.0-next.5",
"@angular/platform-server": "^9.0.0-next.5",
"rxjs": "^6.4.0",
"@angular/animations": "9.0.0-next.5",
"@angular/common": "9.0.0-next.5",
"@angular/compiler": "9.0.0-next.5",
"@angular/compiler-cli": "9.0.0-next.5",
"@angular/core": "9.0.0-next.5",
"@angular/platform-browser": "9.0.0-next.5",
"@angular/platform-browser-dynamic": "9.0.0-next.5",
"@angular/platform-server": "9.0.0-next.5",
"rxjs": "^6.5.3",
"typescript": "~3.5.3"
},
"devDependencies": {
"@angular/bazel": "^9.0.0-next.5",
"@angular/bazel": "9.0.0-next.5",
"@bazel/bazel": "0.28.1",
"@bazel/buildifier": "^0.25.1",
"@bazel/hide-bazel-files": "^0.32.2",
"@bazel/ibazel": "^0.10.3",
"@bazel/jasmine": "^0.32.2",
"@bazel/karma": "^0.32.2",
"@bazel/typescript": "^0.32.2",
"@schematics/angular": "^9.0.0-next.3",
"@schematics/angular": "^9.0.0-next.5",
"@types/express": "^4.0.39",
"@types/fs-extra": "^4.0.5",
"@types/hapi": "^17.0.12",
"@types/inert": "^5.1.2",
"@types/jasmine": "^2.8.6",
"@types/node": "^9.4.6",
"camelcase": "^4.1.0",
"domino": "^2.1.2",
"express": "^4.15.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
"hapi": "^17.5.1",
"jasmine-core": "^2.8.0",
"karma": "^4.1.0",
Expand All @@ -117,26 +72,12 @@
"karma-typescript": "^4.1.0",
"minimatch": "^3.0.4",
"protractor": "5.4.2",
"replace-in-file": "^3.1.1",
"rimraf": "^2.6.1",
"rollup": "^0.56.5",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-uglify": "^2.0.1",
"sorcery": "^0.10.0",
"source-map-support": "^0.5.9",
"standard-version": "^4.3.0",
"systemjs": "0.19.43",
"ts-node": "^3.0.4",
"tsconfig-paths": "^2.3.0",
"tslib": "1.9.3",
"tslint": "^5.18.0",
"ts-node": "8.4.1",
"tsutils": "^2.21.2",
"uglify-js": "^2.8.14",
"xhr2": "^0.1.4",
"yarn": "^1.10.1",
"zone.js": "^0.10.2"
}
}
Loading