|
1 | 1 | { |
2 | 2 | "name": "pt-starter", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "0.0.0", |
| 4 | + "private": true, |
| 5 | + "license": "MIT", |
4 | 6 | "scripts": { |
5 | 7 | "ng": "nx", |
6 | 8 | "nx": "nx", |
7 | | - "start": "nx serve -- --ssl true --proxy-config proxy.conf.json", |
| 9 | + "start": "ng serve -- --ssl true --proxy-config proxy.conf.json", |
8 | 10 | "start:mock": "ng serve --proxy-config conf/proxy.conf.mock.json", |
9 | 11 | "start-es5": "nx serve --configuration es5", |
10 | 12 | "build": "nx build", |
|
19 | 21 | "update:check": "ng update", |
20 | 22 | "dep-graph": "nx dep-graph", |
21 | 23 | "help": "nx help", |
22 | | - "preinstall": "node ./tools/npm/check-npm.js", |
23 | | - "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main", |
| 24 | + "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points", |
24 | 25 | "mock:server": "ts-node --project apps/mc-mocks-server/tsconfig.json -r tsconfig-paths/register apps/mc-mocks-server/src/main.ts", |
25 | 26 | "mock:server:debug": "nodemon --config apps/mc-mocks-server/nodemon-debug.json", |
26 | 27 | "build:tokens-default": "node ./tools/design-tokens/build.js", |
27 | 28 | "workspace-generator": "nx workspace-generator" |
28 | 29 | }, |
29 | | - "private": true, |
30 | 30 | "husky": { |
31 | 31 | "hooks": { |
32 | 32 | "commit-msg": "commitlint --config ./tools/commitlint.config.js -E HUSKY_GIT_PARAMS" |
|
59 | 59 | "luxon": "^1.27.0", |
60 | 60 | "messageformat": "^2.2.1", |
61 | 61 | "moment": "^2.24.0", |
62 | | - "rxjs": "^6.6.7", |
| 62 | + "reflect-metadata": "^0.1.13", |
| 63 | + "rxjs": "~6.6.3", |
63 | 64 | "sqlite": "^4.0.23", |
64 | | - "tslib": "^1.9.0", |
| 65 | + "tslib": "^2.3.1", |
65 | 66 | "typeorm": "^0.2.37", |
66 | 67 | "zone.js": "~0.11.4" |
67 | 68 | }, |
68 | 69 | "devDependencies": { |
69 | 70 | "@angular-devkit/build-angular": "~0.1102.14", |
| 71 | + "@angular-eslint/eslint-plugin": "~1.0.0", |
| 72 | + "@angular-eslint/eslint-plugin-template": "~1.0.0", |
| 73 | + "@angular-eslint/template-parser": "~1.0.0", |
70 | 74 | "@angular/cli": "~11.2.14", |
71 | 75 | "@angular/compiler-cli": "^11.2.14", |
72 | 76 | "@angular/language-service": "^11.2.14", |
|
78 | 82 | "@ngrx/store-devtools": "^11.1.1", |
79 | 83 | "@nrwl/angular": "^11.6.3", |
80 | 84 | "@nrwl/cli": "^11.6.3", |
| 85 | + "@nrwl/eslint-plugin-nx": "11.6.3", |
| 86 | + "@nrwl/jest": "11.6.3", |
| 87 | + "@nrwl/linter": "11.6.3", |
81 | 88 | "@nrwl/nest": "^11.6.3", |
82 | 89 | "@nrwl/node": "^11.6.3", |
83 | 90 | "@nrwl/tao": "^11.6.3", |
84 | 91 | "@nrwl/workspace": "^11.6.3", |
85 | 92 | "@ptsecurity/commitlint-config": "^1.0.0", |
86 | | - "@ptsecurity/tslint-config": "~0.12.0", |
87 | 93 | "@types/express": "^4.16.0", |
88 | 94 | "@types/faker": "^5.5.8", |
89 | 95 | "@types/jasmine": "^3.8.2", |
90 | 96 | "@types/jasminewd2": "^2.0.10", |
| 97 | + "@types/jest": "26.0.8", |
91 | 98 | "@types/node": "~8.9.4", |
| 99 | + "@typescript-eslint/eslint-plugin": "4.3.0", |
| 100 | + "@typescript-eslint/parser": "4.3.0", |
| 101 | + "eslint": "^7.10.0", |
| 102 | + "eslint-config-prettier": "^8.1.0", |
92 | 103 | "husky": "^7.0.1", |
93 | 104 | "jasmine-core": "^3.8.0", |
94 | 105 | "jasmine-marbles": "^0.8.3", |
95 | 106 | "jasmine-spec-reporter": "^7.0.0", |
| 107 | + "jest": "26.2.2", |
| 108 | + "jest-preset-angular": "8.3.2", |
96 | 109 | "karma": "^6.3.4", |
97 | 110 | "karma-coverage": "^2.0.3", |
98 | 111 | "karma-coverage-istanbul-reporter": "^3.0.3", |
99 | 112 | "karma-jasmine": "^4.0.1", |
100 | 113 | "karma-jasmine-html-reporter": "^1.7.0", |
| 114 | + "ng-packagr": "^11.0.0", |
101 | 115 | "nodemon": "^2.0.12", |
102 | | - "reflect-metadata": "^0.1.12", |
103 | | - "rimraf": "^3.0.2", |
104 | | - "sass": "^1.32.6", |
105 | 116 | "style-dictionary": "^3.0.1", |
106 | 117 | "stylelint": "^13.13.1", |
107 | 118 | "stylelint-scss": "^3.20.1", |
| 119 | + "ts-jest": "26.4.0", |
108 | 120 | "ts-node": "~10.2.1", |
109 | 121 | "tsconfig-paths": "^3.10.1", |
110 | | - "tslint": "~5.15.0", |
111 | 122 | "typescript": "~4.1.6", |
112 | | - "wait-on": "^6.0.0", |
113 | 123 | "wallaby-webpack": "^3.9.16" |
114 | 124 | } |
115 | 125 | } |
0 commit comments