mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
100 lines
4.5 KiB
JSON
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#ab9c21bd229c51b4fbd2d28ba32150790471f603",
|
|
"@angular/cdk": "~12.0.0",
|
|
"@angular/common": "github:angular/common-builds#86ae05699f7daa4d2860e5eb9603912689abfd39",
|
|
"@angular/compiler": "github:angular/compiler-builds#e78305a3047aefe84ba85acbaba554a8e462c494",
|
|
"@angular/core": "github:angular/core-builds#67e2f16136b33e4611c4c8f8d7768199876a640c",
|
|
"@angular/forms": "github:angular/forms-builds#9c4c7c0055985946151ba3fb83e8ea554e33f195",
|
|
"@angular/material": "~12.0.0",
|
|
"@angular/platform-browser": "github:angular/platform-browser-builds#bda52661f4076e1f0f4485c4c0f1987ece3cd10d",
|
|
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#e52f282101ba1c29b5a639e4eb8aa6708d47dcfc",
|
|
"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#151d244a1c18d989807a3fee71a1d495363e4329",
|
|
"@angular-devkit/build-ng-packagr": "~0.1002.0",
|
|
"@angular/cli": "github:angular/cli-builds#01397e00c0b52a751ab71b421597122b94daf695",
|
|
"@angular/compiler-cli": "github:angular/compiler-cli-builds#4e9660083016ce235a117530493a8014a12676a8",
|
|
"@angular/elements": "github:angular/elements-builds#dc3233ea95f7246ac278abdfc655b7c271903ebc",
|
|
"@angular/language-service": "github:angular/language-service-builds#3df925edb2e5fb40a6afea9eceb58fc0bd142e67",
|
|
"@angular/router": "github:angular/router-builds#5e6714684243d264097f43e28e7a53e9ba465176",
|
|
"@bahmutov/add-typescript-to-cypress": "^2.1.2",
|
|
"@types/chrome": "^0.0.143",
|
|
"@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": "^7.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.7.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.0.0",
|
|
"tsickle": "^0.40.0",
|
|
"tslint": "~5.20.0",
|
|
"typescript": "~4.2.3",
|
|
"wait-on": "^5.0.0",
|
|
"webpack": "5.38.1"
|
|
}
|
|
}
|