2017-01-25 03:04:30 -08:00
|
|
|
{
|
|
|
|
"name": "angular.io",
|
|
|
|
"version": "0.0.0",
|
2017-01-25 19:39:01 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"repository": "git@github.com:angular/angular.git",
|
|
|
|
"author": "Angular",
|
2017-01-25 03:04:30 -08:00
|
|
|
"license": "MIT",
|
2017-01-27 00:20:51 -08:00
|
|
|
"scripts": {
|
2018-02-28 01:24:07 +02:00
|
|
|
"preinstall": "node ../tools/yarn/check-yarn.js",
|
2018-11-23 21:03:21 +02:00
|
|
|
"postinstall": "node tools/cli-patches/patch.js",
|
2017-11-28 10:13:52 -08:00
|
|
|
"aio-use-local": "node tools/ng-packages-installer overwrite . --debug",
|
2017-10-24 11:43:52 +01:00
|
|
|
"aio-use-npm": "node tools/ng-packages-installer restore .",
|
2017-10-06 13:37:56 +01:00
|
|
|
"aio-check-local": "node tools/ng-packages-installer check .",
|
2017-03-03 11:18:15 +00:00
|
|
|
"ng": "yarn check-env && ng",
|
2018-04-27 14:42:01 +03:00
|
|
|
"start": "yarn check-env && ng serve --configuration=fast",
|
2019-01-09 14:52:26 +02:00
|
|
|
"prebuild": "yarn setup",
|
|
|
|
"build": "yarn ~~build",
|
2017-08-16 03:34:53 +03:00
|
|
|
"prebuild-local": "yarn setup-local",
|
2019-01-09 14:52:26 +02:00
|
|
|
"build-local": "yarn ~~build",
|
2019-01-16 08:56:56 +00:00
|
|
|
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 4ae713b5a",
|
2018-01-25 10:13:30 +00:00
|
|
|
"lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint",
|
2017-04-21 20:20:02 +01:00
|
|
|
"test": "yarn check-env && ng test",
|
2018-02-28 01:24:07 +02:00
|
|
|
"pree2e": "yarn check-env && yarn update-webdriver",
|
2017-06-14 18:34:13 +03:00
|
|
|
"e2e": "ng e2e --no-webdriver-update",
|
2018-09-06 12:54:53 +03:00
|
|
|
"presetup": "yarn --cwd .. install && yarn install --frozen-lockfile && yarn ~~check-env && yarn ~~clean-generated && yarn boilerplate:remove",
|
2017-10-06 14:48:37 +01:00
|
|
|
"setup": "yarn aio-use-npm && yarn example-use-npm",
|
2018-11-23 21:03:21 +02:00
|
|
|
"postsetup": "yarn ~~build-ie-polyfills && yarn ~~minify-lunr && yarn boilerplate:add && yarn extract-cli-command-docs && yarn docs",
|
2017-08-16 03:34:53 +03:00
|
|
|
"presetup-local": "yarn presetup",
|
2017-10-24 11:43:52 +01:00
|
|
|
"setup-local": "yarn aio-use-local && yarn example-use-local",
|
2017-08-16 03:34:53 +03:00
|
|
|
"postsetup-local": "yarn postsetup",
|
2018-08-30 18:32:32 +02:00
|
|
|
"set-opensearch-url": "node --eval \"const sh = require('shelljs'); sh.set('-e'); sh.sed('-i', /PLACEHOLDER_URL/g, process.argv[1], 'dist/assets/opensearch.xml');\"",
|
2018-10-22 15:33:40 +03:00
|
|
|
"presmoke-tests": "yarn update-webdriver",
|
|
|
|
"smoke-tests": "protractor tests/deployment/e2e/protractor.conf.js --suite smoke --baseUrl",
|
2017-04-01 02:24:25 +03:00
|
|
|
"test-pwa-score": "node scripts/test-pwa-score",
|
2018-10-10 18:52:10 +03:00
|
|
|
"test-pwa-score-localhost": "run-p --race \"~~http-server dist -p 4200 --silent\" \"test-pwa-score http://localhost:4200 {1} {2}\" --",
|
2017-10-06 13:37:56 +01:00
|
|
|
"example-e2e": "yarn example-check-local && node ./tools/examples/run-example-e2e",
|
2017-05-03 19:31:02 +02:00
|
|
|
"example-lint": "tslint -c \"content/examples/tslint.json\" \"content/examples/**/*.ts\" -e \"content/examples/styleguide/**/*.avoid.ts\"",
|
2018-06-20 14:01:23 +03:00
|
|
|
"example-use-local": "node tools/ng-packages-installer overwrite ./tools/examples/shared --debug",
|
2017-10-06 13:37:56 +01:00
|
|
|
"example-use-npm": "node tools/ng-packages-installer restore ./tools/examples/shared",
|
|
|
|
"example-check-local": "node tools/ng-packages-installer check ./tools/examples/shared",
|
2017-07-27 16:12:04 +01:00
|
|
|
"deploy-production": "scripts/deploy-to-firebase.sh",
|
2017-08-16 03:34:53 +03:00
|
|
|
"check-env": "yarn ~~check-env",
|
2017-10-06 13:37:56 +01:00
|
|
|
"postcheck-env": "yarn aio-check-local",
|
2017-05-23 17:20:56 -07:00
|
|
|
"payload-size": "scripts/payload.sh",
|
2018-02-01 16:30:50 +00:00
|
|
|
"predocs": "yarn generate-stackblitz && yarn generate-zips",
|
2018-09-14 10:04:39 +01:00
|
|
|
"docs": "yarn docs-only",
|
|
|
|
"docs-only": "dgeni ./tools/transforms/angular.io-package",
|
2017-04-16 21:31:21 +01:00
|
|
|
"docs-watch": "node tools/transforms/authors-package/watchr.js",
|
|
|
|
"docs-lint": "eslint --ignore-path=\"tools/transforms/.eslintignore\" tools/transforms",
|
2017-06-21 14:18:26 +01:00
|
|
|
"docs-test": "node tools/transforms/test.js",
|
2018-04-15 23:55:21 +03:00
|
|
|
"redirects-test": "jasmine-ts tests/deployment/unit/**/*.spec.ts",
|
2018-01-25 10:13:30 +00:00
|
|
|
"firebase-utils-test": "jasmine-ts tools/firebase-test-utils/*.spec.ts",
|
|
|
|
"tools-lint": "tslint -c \"tools/tslint.json\" \"tools/firebase-test-utils/**/*.ts\"",
|
|
|
|
"tools-test": "./scripts/deploy-to-firebase.test.sh && yarn docs-test && yarn boilerplate:test && jasmine tools/ng-packages-installer/index.spec.js && yarn firebase-utils-test",
|
2018-01-26 18:05:52 +02:00
|
|
|
"preserve-and-sync": "yarn docs",
|
2018-09-27 16:35:05 +03:00
|
|
|
"serve-and-sync": "run-p \"start\" \"docs-watch --watch-only\"",
|
2017-07-27 08:29:17 +01:00
|
|
|
"boilerplate:add": "node ./tools/examples/example-boilerplate add",
|
|
|
|
"boilerplate:remove": "node ./tools/examples/example-boilerplate remove",
|
|
|
|
"boilerplate:test": "node tools/examples/test.js",
|
2017-11-03 18:08:28 +01:00
|
|
|
"generate-stackblitz": "node ./tools/stackblitz-builder/generateStackblitz",
|
2017-05-11 13:21:27 -07:00
|
|
|
"generate-zips": "node ./tools/example-zipper/generateZips",
|
2018-04-05 14:24:37 +03:00
|
|
|
"build-404-page": "node scripts/build-404-page",
|
2018-02-28 01:24:07 +02:00
|
|
|
"update-webdriver": "webdriver-manager update --standalone false --gecko false $CHROMEDRIVER_VERSION_ARG",
|
2017-08-16 03:34:53 +03:00
|
|
|
"~~check-env": "node scripts/check-environment",
|
2018-09-06 12:54:53 +03:00
|
|
|
"~~clean-generated": "node --eval \"require('shelljs').rm('-rf', 'src/generated')\"",
|
2019-01-09 14:52:26 +02:00
|
|
|
"~~build": "ng build --configuration=stable",
|
2018-09-27 16:35:05 +03:00
|
|
|
"post~~build": "yarn build-404-page",
|
2018-11-23 21:03:21 +02:00
|
|
|
"~~build-ie-polyfills": "webpack-cli src/ie-polyfills.js -o src/generated/ie-polyfills.min.js --mode production",
|
|
|
|
"~~http-server": "http-server",
|
|
|
|
"~~minify-lunr": "uglifyjs node_modules/lunr/lunr.js -c -m -o src/generated/lunr.min.js --source-map"
|
2017-01-27 00:20:51 -08:00
|
|
|
},
|
2017-06-14 18:34:13 +03:00
|
|
|
"engines": {
|
2018-09-05 12:38:53 -07:00
|
|
|
"node": ">=10.9.0 <11.0.0",
|
2018-11-20 06:21:05 -08:00
|
|
|
"yarn": ">=1.10.1 <1.13.0"
|
2017-06-14 18:34:13 +03:00
|
|
|
},
|
2017-01-27 00:20:51 -08:00
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2018-10-18 13:37:57 -07:00
|
|
|
"@angular/animations": "^7.0.0",
|
|
|
|
"@angular/cdk": "7.0.0",
|
|
|
|
"@angular/common": "^7.0.0",
|
|
|
|
"@angular/core": "^7.0.0",
|
|
|
|
"@angular/elements": "^7.0.0",
|
|
|
|
"@angular/forms": "^7.0.0",
|
|
|
|
"@angular/material": "7.0.0",
|
|
|
|
"@angular/platform-browser": "^7.0.0",
|
|
|
|
"@angular/platform-browser-dynamic": "^7.0.0",
|
|
|
|
"@angular/router": "^7.0.0",
|
|
|
|
"@angular/service-worker": "^7.0.0",
|
2018-09-04 11:08:47 -07:00
|
|
|
"@webcomponents/custom-elements": "^1.2.0",
|
2017-05-15 21:22:06 +01:00
|
|
|
"classlist.js": "^1.1.20150312",
|
2017-01-27 00:20:51 -08:00
|
|
|
"core-js": "^2.4.1",
|
2018-09-24 13:58:23 -07:00
|
|
|
"rxjs": "^6.3.0",
|
2018-03-19 23:56:30 -07:00
|
|
|
"tslib": "^1.9.0",
|
2017-05-15 21:22:06 +01:00
|
|
|
"web-animations-js": "^2.2.5",
|
2018-04-07 01:00:28 +09:00
|
|
|
"zone.js": "^0.8.26"
|
2017-01-27 00:20:51 -08:00
|
|
|
},
|
2017-01-25 03:04:30 -08:00
|
|
|
"devDependencies": {
|
2018-10-18 17:55:13 -07:00
|
|
|
"@angular-devkit/build-angular": "~0.10.0",
|
2018-12-17 17:38:56 +00:00
|
|
|
"@angular/cli": "7.2.0-beta.2",
|
2018-10-18 13:37:57 -07:00
|
|
|
"@angular/compiler": "^7.0.0",
|
|
|
|
"@angular/compiler-cli": "^7.0.0",
|
|
|
|
"@angular/language-service": "^7.0.0",
|
2017-06-18 11:31:30 +03:00
|
|
|
"@types/jasmine": "^2.5.52",
|
2018-09-27 17:03:40 +03:00
|
|
|
"@types/jasminewd2": "^2.0.4",
|
2017-02-20 19:05:40 -08:00
|
|
|
"@types/node": "~6.0.60",
|
2017-04-16 23:40:47 +02:00
|
|
|
"archiver": "^1.3.0",
|
2018-10-24 13:24:14 +01:00
|
|
|
"canonical-path": "1.0.0",
|
2017-08-16 03:34:53 +03:00
|
|
|
"chalk": "^2.1.0",
|
2018-01-25 10:13:30 +00:00
|
|
|
"cjson": "^0.5.0",
|
2018-04-14 00:44:09 -07:00
|
|
|
"codelyzer": "~4.2.1",
|
2017-04-13 22:35:13 +01:00
|
|
|
"cross-spawn": "^5.1.0",
|
2017-11-17 13:37:15 +00:00
|
|
|
"css-selector-parser": "^1.3.0",
|
2018-12-17 17:38:56 +00:00
|
|
|
"dgeni": "^0.4.11",
|
2018-12-29 16:12:22 +00:00
|
|
|
"dgeni-packages": "^0.27.1",
|
2017-02-09 19:58:36 +00:00
|
|
|
"entities": "^1.1.1",
|
2017-04-01 21:34:10 +03:00
|
|
|
"eslint": "^3.19.0",
|
|
|
|
"eslint-plugin-jasmine": "^2.2.0",
|
2018-10-25 13:07:45 +03:00
|
|
|
"firebase-tools": "^5.1.1",
|
2017-04-13 22:35:13 +01:00
|
|
|
"fs-extra": "^2.1.2",
|
2017-03-15 22:41:15 +01:00
|
|
|
"globby": "^6.1.0",
|
2017-04-28 15:05:05 +01:00
|
|
|
"hast-util-is-element": "^1.0.0",
|
2017-05-10 18:34:19 +01:00
|
|
|
"hast-util-to-string": "^1.0.0",
|
2017-04-01 21:32:48 +03:00
|
|
|
"html": "^1.0.0",
|
2017-04-01 02:24:25 +03:00
|
|
|
"http-server": "^0.9.0",
|
2017-06-07 22:34:11 +01:00
|
|
|
"ignore": "^3.3.3",
|
2017-04-28 15:05:05 +01:00
|
|
|
"image-size": "^0.5.1",
|
2018-04-18 08:37:46 +03:00
|
|
|
"jasmine": "^2.6.0",
|
2017-11-29 16:30:04 +02:00
|
|
|
"jasmine-core": "^2.8.0",
|
2018-04-30 07:23:24 -05:00
|
|
|
"jasmine-marbles": "^0.3.1",
|
2017-06-11 15:57:14 +03:00
|
|
|
"jasmine-spec-reporter": "^4.1.0",
|
2018-01-25 10:13:30 +00:00
|
|
|
"jasmine-ts": "^0.2.1",
|
2017-03-28 19:29:47 +02:00
|
|
|
"jsdom": "^9.12.0",
|
2018-09-14 10:05:57 +01:00
|
|
|
"json-schema-traverse": "^0.4.1",
|
|
|
|
"json5": "^1.0.1",
|
2017-06-11 15:01:25 +03:00
|
|
|
"karma": "^1.7.0",
|
|
|
|
"karma-chrome-launcher": "^2.1.1",
|
|
|
|
"karma-cli": "^1.0.1",
|
|
|
|
"karma-coverage-istanbul-reporter": "^1.3.0",
|
|
|
|
"karma-jasmine": "^1.1.0",
|
2017-02-20 19:05:40 -08:00
|
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
2018-10-10 18:46:47 +03:00
|
|
|
"lighthouse": "^3.2.1",
|
2017-02-09 19:58:36 +00:00
|
|
|
"lodash": "^4.17.4",
|
2017-06-12 21:51:41 +01:00
|
|
|
"lunr": "^2.1.0",
|
2018-11-26 22:01:46 +02:00
|
|
|
"npm-run-all": "^4.1.5",
|
2017-11-02 21:32:23 +02:00
|
|
|
"protractor": "^5.2.0",
|
2018-10-17 12:24:16 +01:00
|
|
|
"rehype": "^6.0.0",
|
2017-04-27 14:04:51 +01:00
|
|
|
"rehype-slug": "^2.0.0",
|
2018-10-17 12:24:16 +01:00
|
|
|
"remark": "^9.0.0",
|
|
|
|
"remark-html": "^8.0.0",
|
2017-03-23 17:23:09 +00:00
|
|
|
"rimraf": "^2.6.1",
|
2017-06-14 18:34:13 +03:00
|
|
|
"semver": "^5.3.0",
|
2017-03-15 22:41:15 +01:00
|
|
|
"shelljs": "^0.7.7",
|
2017-04-13 22:35:13 +01:00
|
|
|
"tree-kill": "^1.1.0",
|
2017-10-02 13:09:39 +01:00
|
|
|
"ts-node": "^3.3.0",
|
2018-04-14 00:44:09 -07:00
|
|
|
"tslint": "~5.9.1",
|
2018-12-17 17:38:56 +00:00
|
|
|
"typescript": "^3.2.2",
|
2017-06-12 21:51:41 +01:00
|
|
|
"uglify-js": "^3.0.15",
|
2017-05-30 22:24:20 +03:00
|
|
|
"unist-util-filter": "^0.2.1",
|
2017-04-28 15:05:05 +01:00
|
|
|
"unist-util-source": "^1.0.1",
|
|
|
|
"unist-util-visit": "^1.1.1",
|
2017-08-18 14:48:40 +01:00
|
|
|
"unist-util-visit-parents": "^1.1.1",
|
2018-04-14 00:44:09 -07:00
|
|
|
"vrsource-tslint-rules": "^5.8.2",
|
2017-04-13 22:35:13 +01:00
|
|
|
"watchr": "^3.0.1",
|
2018-10-02 01:26:21 +03:00
|
|
|
"webpack-cli": "^3.1.2",
|
2018-01-25 10:13:30 +00:00
|
|
|
"xregexp": "^4.0.0",
|
2018-04-07 11:41:02 -07:00
|
|
|
"yargs": "^7.0.2"
|
2017-01-25 03:04:30 -08:00
|
|
|
}
|
2018-10-23 18:20:10 +01:00
|
|
|
}
|