angular/package.json
renovate[bot] a0bf25915c build(devtools): update dependency @types/chrome to ^0.0.154 (rangle/angular-devtools#900)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-08-29 13:05:57 -07:00

100 lines
4.5 KiB
JSON

{
"name": "angular-devtools",
"version": "0.0.0",
"scripts": {
"postinstall": "ngcc --async false --properties es2015 browser module main --first-only --create-ivy-entry-points",
"ng": "ng",
"cypress:verify": "cypress verify",
"start": "cross-env LATEST_SHA=`git rev-parse --short HEAD` ng serve",
"start-no-animations": "yarn start --configuration=e2e",
"build": "ng build",
"build:chrome": "cross-env LATEST_SHA=`git rev-parse --short HEAD` ng build shell-chrome",
"release": "node projects/shell-chrome/set-version.js && cross-env LATEST_SHA=`git rev-parse --short HEAD` ng build shell-chrome --configuration production",
"test": "ng test",
"lint": "ng lint",
"lint:fix": "ng lint --fix",
"e2e": "npm run cy:run",
"cy:verify": "$(npm bin)/cypress verify",
"cy:version": "$(npm bin)/cypress version",
"cy:run": "$(yarn bin)/cypress run",
"cy:open": "$(yarn bin)/cypress open",
"cy:ci": "start-server-and-test start-no-animations http-get://localhost:4200 cy:run",
"cy:watch": "start-server-and-test start-no-animations http-get://localhost:4200 cy:open",
"test:backend": "ng test ng-devtools-backend --watch=false",
"test:devtools": "ng test ng-devtools --watch=false",
"test:shared-utils": "ng test shared-utils --watch=false",
"test:protocol": "ng test protocol --watch=false",
"test:ci": "npm run test:backend && npm run test:devtools && npm run test:shared-utils && npm run test:protocol",
"prettier": "prettier --write \"{,!(node_modules|dist|build|coverage)/**/}*.{js,jsx,ts,tsx,json}\"",
"prettier:fix": "pretty-quick --staged"
},
"husky": {
"hooks": {
"pre-commit": "yarn prettier:fix"
}
},
"private": true,
"dependencies": {
"@angular/animations": "github:angular/animations-builds#854ecbc76ebe45d11a3654bfdfab4e4f0da71862",
"@angular/cdk": "~12.2.0",
"@angular/common": "github:angular/common-builds#118b5479ee288de9a44058d6741aaee1eed088d0",
"@angular/compiler": "github:angular/compiler-builds#cd51d3003abf5beb1d88a424d35136255832bd65",
"@angular/core": "github:angular/core-builds#374cc5a366aaebd4bfa0df0ee139ce5d1f42ed9b",
"@angular/forms": "github:angular/forms-builds#e7b74d5b9d0250ee536d4339e209529b99044356",
"@angular/material": "~12.2.0",
"@angular/platform-browser": "github:angular/platform-browser-builds#06c560b8f91799adb6372dc2152dfc5978a79447",
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#5790299a59ff671e39d918b7c3afdbe7d2b83e43",
"d3": "^5.7.0",
"memo-decorator": "^2.0.1",
"ngx-flamegraph": "0.0.10",
"rxjs": "~6.6.0",
"semver-dsl": "^1.0.1",
"tslib": "^2.0.0",
"webtreemap": "^2.0.1",
"zone.js": "~0.11.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "github:angular/angular-devkit-build-angular-builds#3e34f45fb9024bc709ed113c37e0885d1bdb2fae",
"@angular-devkit/build-ng-packagr": "~0.1002.0",
"@angular/cli": "github:angular/cli-builds#00a931d91b2b41a1ddedda6da22971f9208e0093",
"@angular/compiler-cli": "github:angular/compiler-cli-builds#cb5651c28c7bdf28b177de7ff622ec95c0ebc629",
"@angular/elements": "github:angular/elements-builds#3fbdd1bc2d483bf3ce1d74542b3af1ccfda44cc5",
"@angular/language-service": "github:angular/language-service-builds#2eeff3b2f69f2ea32a02cd68205edf8b151d27ba",
"@angular/router": "github:angular/router-builds#845cf6e0d66709b5043b4532abe7beafe8c1795f",
"@bahmutov/add-typescript-to-cypress": "^2.1.2",
"@types/chrome": "^0.0.154",
"@types/clone-deep": "^4.0.1",
"@types/jasmine": "~3.7.0",
"@types/jasminewd2": "~2.0.3",
"@types/resize-observer-browser": "^0.1.5",
"@types/semver": "^7.1.0",
"codelyzer": "^6.0.0",
"cross-env": "^7.0.2",
"cypress": "^8.0.0",
"cypress-browser-extension-plugin": "^0.1.0",
"cypress-iframe": "^1.0.1",
"document-register-element": "^1.7.2",
"husky": "^4.3.8",
"jasmine-core": "~3.9.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.4.2",
"ng-packagr": "^12.0.0",
"ngx-build-plus": "^11.0.0",
"prettier": "^2.0.0",
"pretty-quick": "^3.0.0",
"protractor": "~7.0.0",
"start-server-and-test": "^1.10.11",
"todomvc-app-css": "^2.3.0",
"todomvc-common": "^1.0.5",
"ts-node": "~10.2.0",
"tsickle": "^0.43.0",
"tslint": "~5.20.0",
"typescript": "~4.2.3",
"wait-on": "^6.0.0",
"webpack": "5.46.0"
}
}