|
1 | 1 | { |
2 | | - "name": "positive-starter", |
| 2 | + "name": "pt-starter", |
3 | 3 | "version": "1.0.0", |
4 | 4 | "scripts": { |
5 | | - "ng": "ng", |
6 | | - "start": "ng serve", |
| 5 | + "ng": "nx", |
| 6 | + "nx": "nx", |
| 7 | + "start": "nx serve -- --ssl true --proxy-config proxy.conf.json", |
7 | 8 | "start:mock": "ng serve --proxy-config conf/proxy.conf.mock.json", |
8 | | - "build": "ng build", |
9 | | - "build:prod": "ng build mc-web --prod", |
| 9 | + "start-es5": "nx serve --configuration es5", |
| 10 | + "build": "nx build", |
| 11 | + "build:prod": "nx build --prod", |
10 | 12 | "test": "ng test", |
11 | 13 | "lint": "ng lint", |
12 | 14 | "lint:styles": "stylelint \"**/*.scss\"", |
13 | | - "e2e": "ng e2e", |
| 15 | + "format": "nx format:write", |
| 16 | + "format:write": "nx format:write", |
| 17 | + "format:check": "nx format:check", |
| 18 | + "update": "nx migrate latest", |
| 19 | + "update:check": "ng update", |
| 20 | + "dep-graph": "nx dep-graph", |
| 21 | + "help": "nx help", |
14 | 22 | "preinstall": "node ./tools/npm/check-npm.js", |
15 | | - "dep-graph": "rimraf dist/mxdeps.json && ./node_modules/.bin/mx dep-graph", |
| 23 | + "postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main", |
16 | 24 | "mock:server": "ts-node --project apps/mc-mocks-server/tsconfig.json -r tsconfig-paths/register apps/mc-mocks-server/src/main.ts", |
17 | 25 | "mock:server:debug": "nodemon --config apps/mc-mocks-server/nodemon-debug.json", |
18 | | - "build:tokens-default": "node ./tools/design-tokens/build.js" |
| 26 | + "build:tokens-default": "node ./tools/design-tokens/build.js", |
| 27 | + "workspace-generator": "nx workspace-generator" |
19 | 28 | }, |
20 | 29 | "private": true, |
21 | 30 | "husky": { |
|
44 | 53 | "@ptsecurity/cdk": "^11.3.4", |
45 | 54 | "@ptsecurity/mosaic": "^11.3.4", |
46 | 55 | "@ptsecurity/mosaic-icons": "^5.3.0", |
47 | | - "@ptsecurity/mosaic-moment-adapter": "^11.3.4", |
48 | 56 | "@ptsecurity/mosaic-luxon-adapter": "^11.3.4", |
| 57 | + "@ptsecurity/mosaic-moment-adapter": "^11.3.4", |
49 | 58 | "faker": "^5.5.3", |
50 | | - "messageformat": "^2.2.1", |
51 | 59 | "luxon": "^1.27.0", |
| 60 | + "messageformat": "^2.2.1", |
52 | 61 | "moment": "^2.24.0", |
53 | 62 | "rxjs": "^6.6.7", |
54 | 63 | "sqlite": "^4.0.23", |
|
66 | 75 | "@nestjs/schematics": "^8.0.2", |
67 | 76 | "@nestjs/testing": "^8.0.6", |
68 | 77 | "@ngrx/store-devtools": "^11.1.1", |
| 78 | + "@nrwl/workspace": "^11.6.3", |
69 | 79 | "@ptsecurity/commitlint-config": "^1.0.0", |
70 | 80 | "@ptsecurity/tslint-config": "~0.12.0", |
71 | 81 | "@types/express": "^4.16.0", |
|
82 | 92 | "karma-coverage-istanbul-reporter": "^3.0.3", |
83 | 93 | "karma-jasmine": "^4.0.1", |
84 | 94 | "karma-jasmine-html-reporter": "^1.7.0", |
85 | | - "sass": "^1.32.6", |
86 | | - "style-dictionary": "^3.0.1", |
87 | 95 | "nodemon": "^2.0.12", |
| 96 | + "reflect-metadata": "^0.1.12", |
88 | 97 | "rimraf": "^3.0.2", |
| 98 | + "sass": "^1.32.6", |
| 99 | + "style-dictionary": "^3.0.1", |
89 | 100 | "stylelint": "^13.13.1", |
90 | 101 | "stylelint-scss": "^3.20.1", |
91 | 102 | "ts-node": "~10.2.1", |
92 | 103 | "tsconfig-paths": "^3.10.1", |
93 | 104 | "tslint": "~5.15.0", |
94 | 105 | "typescript": "~4.1.6", |
95 | | - "reflect-metadata": "^0.1.12", |
96 | 106 | "wait-on": "^6.0.0", |
97 | 107 | "wallaby-webpack": "^3.9.16" |
98 | 108 | } |
|
0 commit comments