-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.7 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 4.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "pt-starter",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"ng": "nx",
"nx": "nx",
"start": "ng serve -- --ssl true --proxy-config proxy.conf.json",
"start:mock": "ng serve --proxy-config conf/proxy.conf.mock.json",
"start-es5": "nx serve --configuration es5",
"build": "nx build",
"build:prod": "nx build --prod",
"test": "ng test",
"lint": "ng lint",
"lint:styles": "stylelint \"**/*.scss\"",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"update:check": "ng update",
"dep-graph": "nx dep-graph",
"help": "nx help",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"mock:server": "ts-node --project apps/mc-mocks-server/tsconfig.json -r tsconfig-paths/register apps/mc-mocks-server/src/main.ts",
"mock:server:debug": "nodemon --config apps/mc-mocks-server/nodemon-debug.json",
"build:tokens-default": "node ./tools/design-tokens/build.js",
"workspace-generator": "nx workspace-generator"
},
"husky": {
"hooks": {
"commit-msg": "commitlint --config ./tools/commitlint.config.js -E HUSKY_GIT_PARAMS"
}
},
"dependencies": {
"@angular/animations": "^11.2.14",
"@angular/cdk": "^11.2.13",
"@angular/common": "^11.2.14",
"@angular/compiler": "^11.2.14",
"@angular/core": "^11.2.14",
"@angular/forms": "^11.2.14",
"@angular/platform-browser": "^11.2.14",
"@angular/platform-browser-dynamic": "^11.2.14",
"@angular/router": "^11.2.14",
"@nestjs/common": "^8.0.6",
"@nestjs/core": "^8.0.6",
"@nestjs/platform-express": "^8.0.6",
"@nestjs/typeorm": "^8.0.2",
"@ngrx/effects": "^11.1.1",
"@ngrx/entity": "^11.1.1",
"@ngrx/router-store": "^11.1.1",
"@ngrx/store": "^11.1.1",
"@ptsecurity/cdk": "^11.3.4",
"@ptsecurity/mosaic": "^11.3.4",
"@ptsecurity/mosaic-icons": "^5.3.0",
"@ptsecurity/mosaic-luxon-adapter": "^11.3.4",
"@ptsecurity/mosaic-moment-adapter": "^11.3.4",
"faker": "^5.5.3",
"luxon": "^1.27.0",
"messageformat": "^2.2.1",
"moment": "^2.24.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.6.3",
"sqlite": "^4.0.23",
"tslib": "^2.3.1",
"typeorm": "^0.2.37",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1102.14",
"@angular-eslint/eslint-plugin": "~1.0.0",
"@angular-eslint/eslint-plugin-template": "~1.0.0",
"@angular-eslint/template-parser": "~1.0.0",
"@angular/cli": "~11.2.14",
"@angular/compiler-cli": "^11.2.14",
"@angular/language-service": "^11.2.14",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@nestjs/schematics": "^8.0.2",
"@nestjs/testing": "^8.0.6",
"@ngrx/schematics": "^11.1.1",
"@ngrx/store-devtools": "^11.1.1",
"@nrwl/angular": "^11.6.3",
"@nrwl/cli": "^11.6.3",
"@nrwl/eslint-plugin-nx": "11.6.3",
"@nrwl/jest": "11.6.3",
"@nrwl/linter": "11.6.3",
"@nrwl/nest": "^11.6.3",
"@nrwl/node": "^11.6.3",
"@nrwl/tao": "^11.6.3",
"@nrwl/workspace": "^11.6.3",
"@ptsecurity/commitlint-config": "^1.0.0",
"@types/express": "^4.16.0",
"@types/faker": "^5.5.8",
"@types/jasmine": "^3.8.2",
"@types/jasminewd2": "^2.0.10",
"@types/jest": "26.0.8",
"@types/node": "~8.9.4",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^8.1.0",
"husky": "^7.0.1",
"jasmine-core": "^3.8.0",
"jasmine-marbles": "^0.8.3",
"jasmine-spec-reporter": "^7.0.0",
"jest": "26.2.2",
"jest-preset-angular": "8.3.2",
"karma": "^6.3.4",
"karma-coverage": "^2.0.3",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "^4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
"ng-packagr": "^11.0.0",
"nodemon": "^2.0.12",
"style-dictionary": "^3.0.1",
"stylelint": "^13.13.1",
"stylelint-scss": "^3.20.1",
"ts-jest": "26.4.0",
"ts-node": "~10.2.1",
"tsconfig-paths": "^3.10.1",
"typescript": "~4.1.6",
"wallaby-webpack": "^3.9.16"
}
}