2020-01-27 18:40:18 +00:00
|
|
|
{
|
|
|
|
|
"name": "angular-devtools",
|
|
|
|
|
"version": "0.0.0",
|
|
|
|
|
"scripts": {
|
2020-03-19 04:12:07 +00:00
|
|
|
"postinstall": "ngcc --async false --properties es2015 browser module main --first-only --create-ivy-entry-points",
|
2020-01-27 18:40:18 +00:00
|
|
|
"ng": "ng",
|
2020-02-27 16:46:41 +00:00
|
|
|
"cypress:verify": "cypress verify",
|
2020-04-02 23:23:03 +00:00
|
|
|
"start": "cross-env LATEST_SHA=`git rev-parse --short HEAD` ng serve",
|
2020-01-27 18:40:18 +00:00
|
|
|
"build": "ng build",
|
2020-04-02 23:23:03 +00:00
|
|
|
"build:chrome": "cross-env LATEST_SHA=`git rev-parse --short HEAD` ng build shell-chrome",
|
2020-04-07 01:58:11 +00:00
|
|
|
"release": "node projects/shell-chrome/set-version.js && cross-env LATEST_SHA=`git rev-parse --short HEAD` ng build shell-chrome --prod",
|
2020-01-27 18:40:18 +00:00
|
|
|
"test": "ng test",
|
|
|
|
|
"lint": "ng lint",
|
2020-02-07 21:25:16 +00:00
|
|
|
"lint:fix": "ng lint --fix",
|
2020-02-27 16:46:41 +00:00
|
|
|
"e2e": "npm run cy:run",
|
|
|
|
|
"e2e:watch": "npm run cy:run:watch",
|
|
|
|
|
"cy:verify": "$(npm bin)/cypress verify",
|
|
|
|
|
"cy:version": "$(npm bin)/cypress version",
|
2020-04-14 22:35:09 +00:00
|
|
|
"cy:run": "$(yarn bin)/cypress run",
|
|
|
|
|
"cy:open": "$(yarn bin)/cypress open",
|
|
|
|
|
"cy:ci": "start-server-and-test start http-get://localhost:4200 cy:run",
|
|
|
|
|
"cy:watch": "start-server-and-test start http-get://localhost:4200 cy:open",
|
2020-02-04 15:33:28 +00:00
|
|
|
"test:backend": "ng test ng-devtools-backend --watch=false",
|
|
|
|
|
"test:devtools": "ng test ng-devtools --watch=false",
|
2020-03-11 23:26:13 +00:00
|
|
|
"test:shared-utils": "ng test shared-utils --watch=false",
|
2020-03-24 03:46:45 +00:00
|
|
|
"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",
|
2020-02-07 21:25:16 +00:00
|
|
|
"prettier": "prettier --write \"{,!(node_modules|dist|build|coverage)/**/}*.{js,jsx,ts,tsx,json}\"",
|
2020-02-11 00:30:17 +00:00
|
|
|
"prettier:fix": "pretty-quick --staged"
|
2020-02-07 21:25:16 +00:00
|
|
|
},
|
|
|
|
|
"husky": {
|
|
|
|
|
"hooks": {
|
2020-02-11 00:30:17 +00:00
|
|
|
"pre-commit": "yarn prettier:fix"
|
2020-02-07 21:25:16 +00:00
|
|
|
}
|
2020-01-27 18:40:18 +00:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2020-08-14 19:19:17 +00:00
|
|
|
"@angular/animations": "github:angular/animations-builds#6c8dfeb0799efd9ed60040e6e2e4b2d569bb248b",
|
2020-07-27 16:19:45 +00:00
|
|
|
"@angular/cdk": "~10.1.0",
|
2020-08-14 19:19:17 +00:00
|
|
|
"@angular/common": "github:angular/common-builds#b0f82cef169b4c6d68e65c06739f2a39357aafd2",
|
|
|
|
|
"@angular/compiler": "github:angular/compiler-builds#51f5515d3ff7f0fd39ec00f952832897a1fe863b",
|
|
|
|
|
"@angular/core": "github:angular/core-builds#dd134a8de7066a37aebc1426460768b24818e1d6",
|
|
|
|
|
"@angular/forms": "github:angular/forms-builds#507531f896fdfeed85385aaf7dedd45715bb4376",
|
2020-07-27 16:19:45 +00:00
|
|
|
"@angular/material": "~10.1.0",
|
2020-08-14 19:19:17 +00:00
|
|
|
"@angular/platform-browser": "github:angular/platform-browser-builds#65386ae089ef1498ce43442266a8b73f8e67b7cd",
|
|
|
|
|
"@angular/platform-browser-dynamic": "github:angular/platform-browser-dynamic-builds#8bf8c6f95a4a718d12de821c5214620680eb0e67",
|
2020-04-01 00:04:19 +00:00
|
|
|
"memo-decorator": "^2.0.1",
|
2020-06-02 22:20:45 +00:00
|
|
|
"ngx-flamegraph": "0.0.8",
|
2020-07-02 05:43:08 +00:00
|
|
|
"rxjs": "~6.6.0",
|
2020-05-01 22:08:00 +00:00
|
|
|
"semver-dsl": "^1.0.1",
|
2020-05-14 07:52:09 +00:00
|
|
|
"tslib": "^2.0.0",
|
2020-03-13 17:48:05 +00:00
|
|
|
"webtreemap": "^2.0.1",
|
2020-01-27 18:40:18 +00:00
|
|
|
"zone.js": "~0.10.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2020-08-15 08:28:16 +00:00
|
|
|
"@angular-devkit/build-angular": "github:angular/angular-devkit-build-angular-builds#48b289f3bc4a2bdc8e64324acecbd917d0985ec2",
|
2020-06-27 22:12:55 +00:00
|
|
|
"@angular-devkit/build-ng-packagr": "~0.1000.0",
|
2020-08-15 08:28:16 +00:00
|
|
|
"@angular/cli": "github:angular/cli-builds#78ffb3a07630f377e73a2a6825d430f025e00aaa",
|
2020-08-14 19:19:17 +00:00
|
|
|
"@angular/compiler-cli": "github:angular/compiler-cli-builds#c24a3d89549aafe2f076555ed400d30712cd3170",
|
|
|
|
|
"@angular/elements": "github:angular/elements-builds#924b646b8c8220770c5857e3e2fb99817b113930",
|
|
|
|
|
"@angular/language-service": "github:angular/language-service-builds#5431d8293f1ce338daba2e22f063f001837f6230",
|
|
|
|
|
"@angular/router": "github:angular/router-builds#95bfbd2989c29905b81034702879f6fb0b6d72f3",
|
2020-05-14 00:02:23 +00:00
|
|
|
"@bahmutov/add-typescript-to-cypress": "^2.1.2",
|
2020-07-27 16:20:02 +00:00
|
|
|
"@types/chrome": "^0.0.122",
|
2020-01-27 18:40:18 +00:00
|
|
|
"@types/clone-deep": "^4.0.1",
|
|
|
|
|
"@types/jasmine": "~3.5.0",
|
|
|
|
|
"@types/jasminewd2": "~2.0.3",
|
2020-04-07 01:58:11 +00:00
|
|
|
"@types/semver": "^7.1.0",
|
2020-07-03 22:33:53 +00:00
|
|
|
"codelyzer": "^6.0.0",
|
2020-04-02 23:23:03 +00:00
|
|
|
"cross-env": "^7.0.2",
|
2020-03-12 15:55:39 +00:00
|
|
|
"cypress": "^4.0.0",
|
2020-02-07 14:42:00 +00:00
|
|
|
"cypress-browser-extension-plugin": "^0.1.0",
|
|
|
|
|
"cypress-iframe": "^1.0.1",
|
2020-05-15 02:31:10 +00:00
|
|
|
"document-register-element": "^1.7.2",
|
2020-02-07 21:25:16 +00:00
|
|
|
"husky": "^4.2.1",
|
2020-07-24 05:53:55 +00:00
|
|
|
"jasmine-core": "~3.6.0",
|
2020-03-22 15:54:41 +00:00
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
2020-06-12 06:49:48 +00:00
|
|
|
"karma": "~5.1.0",
|
2020-01-27 18:40:18 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-05-03 00:25:25 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.0",
|
2020-08-12 05:53:57 +00:00
|
|
|
"karma-jasmine": "~4.0.0",
|
2020-01-27 18:40:18 +00:00
|
|
|
"karma-jasmine-html-reporter": "^1.4.2",
|
2020-06-24 09:28:19 +00:00
|
|
|
"ng-packagr": "^10.0.0",
|
2020-07-15 06:07:14 +00:00
|
|
|
"ngx-build-plus": "^10.0.0",
|
2020-03-21 20:22:07 +00:00
|
|
|
"prettier": "^2.0.0",
|
2020-04-02 23:23:03 +00:00
|
|
|
"pretty-quick": "^2.0.1",
|
2020-05-14 06:51:58 +00:00
|
|
|
"protractor": "~7.0.0",
|
2020-04-14 22:35:09 +00:00
|
|
|
"start-server-and-test": "^1.10.11",
|
2020-01-27 18:40:18 +00:00
|
|
|
"todomvc-app-css": "^2.3.0",
|
|
|
|
|
"todomvc-common": "^1.0.5",
|
2020-05-03 21:56:15 +00:00
|
|
|
"ts-node": "~8.10.0",
|
2020-07-09 15:41:29 +00:00
|
|
|
"tsickle": "^0.39.0",
|
2020-04-16 06:19:13 +00:00
|
|
|
"tslint": "~5.20.0",
|
2020-05-20 19:09:34 +00:00
|
|
|
"typescript": "~3.9.2",
|
2020-05-05 06:53:06 +00:00
|
|
|
"wait-on": "^5.0.0",
|
2020-04-02 23:23:03 +00:00
|
|
|
"webpack": "^4.42.1"
|
2020-01-27 18:40:18 +00:00
|
|
|
}
|
|
|
|
|
}
|