-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
121 lines (121 loc) · 4.68 KB
/
package.json
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
{
"name": "nx-resume-client",
"version": "17.0.0-alpha.1",
"author": "Scott Robertson (https://github.com/sc0tt5)",
"license": "SEE LICENSE",
"private": true,
"engines": {
"node": "^18.13.0 || ^20.9.0"
},
"scripts": {
"start": "concurrently --names 'database,angular' --prefix-colors 'blue,yellow' --kill-others \"npm:serve:database\" \"nx run resume-client:serve --configuration=development\"",
"start:prod": "concurrently --names 'database,angular' --prefix-colors 'blue,yellow' --kill-others \"npm:serve:database\" \"npm run build:prod && npm run serve:prod\"",
"build:prod": "nx build resume-client --configuration=production --skip-nx-cache",
"serve:prod": "node dist/resume-client/server/server.mjs",
"serve:database": "npm run prebuild && json-server --watch db.json --port 8800 --middlewares ./node_modules/json-server-reset",
"prebuild": "ts-node tools/scripts/prebuild.ts",
"postbuild:prod": "ts-node tools/scripts/postbuild.ts",
"test": "nx run-many --target=test --all --codeCoverage && npm run test:results && npm run test:summary",
"test:results": "istanbul-merge --out tmp/coverage/coverage-final.json tmp/coverage/**/*coverage-final.json",
"test:summary": "ts-node tools/scripts/merge-coverage.ts",
"lint": "npm run lint:styles && nx run-many --target=lint --all",
"lint:styles": "stylelint \"{apps,libs}/**/*.scss\"",
"compodoc:readme": "ts-node tools/scripts/transform-doc-index.ts",
"compodoc": "compodoc --disableCoverage -p tsconfig.doc.json --unitTestCoverage tmp/coverage/coverage-summary.json -a apps/resume-client/src/assets -d tmp/documentation -s -o",
"dep-graph": "nx dep-graph",
"format:check": "nx format:check",
"format:write": "nx format:write",
"lighthouse": "lhci autorun",
"prepare": "husky install"
},
"dependencies": {
"@angular/animations": "17.2.4",
"@angular/common": "17.2.4",
"@angular/compiler": "17.2.4",
"@angular/core": "17.2.4",
"@angular/forms": "17.2.4",
"@angular/platform-browser": "17.2.4",
"@angular/platform-browser-dynamic": "17.2.4",
"@angular/platform-server": "17.2.4",
"@angular/router": "17.2.4",
"@angular/ssr": "17.2.3",
"@ngrx/effects": "17.0.1",
"@ngrx/entity": "17.0.1",
"@ngrx/router-store": "17.0.1",
"@ngrx/store": "17.0.1",
"@ngrx/store-devtools": "17.0.1",
"@nx/angular": "18.1.1",
"bootstrap": "5.3.2",
"bootstrap-icons": "1.11.2",
"express": "4.18.2",
"ngx-logger": "5.0.12",
"rxjs": "7.8.1",
"tslib": "2.3.0",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.2.3",
"@angular-devkit/core": "17.2.3",
"@angular-devkit/schematics": "17.2.3",
"@angular-eslint/eslint-plugin": "17.1.1",
"@angular-eslint/eslint-plugin-template": "17.1.1",
"@angular-eslint/template-parser": "17.1.1",
"@angular/cli": "~17.2.0",
"@angular/compiler-cli": "17.2.4",
"@angular/language-service": "17.2.4",
"@compodoc/compodoc": "1.1.23",
"@lhci/cli": "0.13.0",
"@ngrx/schematics": "17.0.1",
"@ngrx/store-devtools": "17.0.1",
"@nx/esbuild": "18.1.1",
"@nx/eslint": "18.1.1",
"@nx/eslint-plugin": "18.1.1",
"@nx/jest": "18.1.1",
"@nx/js": "18.1.1",
"@nx/workspace": "18.1.1",
"@schematics/angular": "17.2.3",
"@swc-node/register": "1.8.0",
"@swc/core": "1.3.85",
"@types/express": "4.17.17",
"@types/jest": "29.4.4",
"@types/json-server": "0.14.7",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"concurrently": "8.2.2",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-ngrx": "2.1.4",
"eslint-plugin-rxjs": "5.0.3",
"eslint-plugin-rxjs-angular": "2.0.1",
"eslint-plugin-sonarjs": "0.23.0",
"husky": "8.0.3",
"istanbul-merge": "2.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-html-reporters": "3.1.6",
"jest-marbles": "3.0.5",
"jest-preset-angular": "14.0.3",
"jest-sonar": "0.2.16",
"json-concat": "0.0.1",
"json-server": "0.17.4",
"json-server-reset": "1.6.0",
"jsonc-eslint-parser": "2.1.0",
"lcov-result-merger": "5.0.0",
"lint-staged": "15.2.0",
"ngrx-store-freeze": "0.2.4",
"nx": "18.1.1",
"prettier": "3.1.0",
"purgecss": "5.0.0",
"stylelint": "15.10.1",
"stylelint-config-prettier-scss": "1.0.0",
"stylelint-config-standard-scss": "11.0.0",
"stylelint-order": "6.0.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.3.3"
}
}