-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
147 lines (147 loc) · 5.96 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "RVDM-Angular-Starterkit",
"version": "9.0.0",
"homepage": "/",
"author": "Rick van der Meij",
"private": false,
"license": "ISC",
"scripts": {
"affected": "nx affected --base=$npm_config_base",
"affected:apps": "nx affected:apps --base=$npm_config_base",
"affected:build": "nx affected:build --base=$npm_config_base",
"affected:build-ci": "nx affected --target=build-ci --base=$npm_config_base",
"affected:dep-graph": "nx affected:dep-graph --base=$npm_config_base",
"affected:e2e": "start-server-and-test 'nx serve mockserver' 'http://localhost:3999/mocking' 'nx affected:e2e --base=$npm_config_base'",
"affected:lint": "npm run lockfile:lint && nx affected --target=stylelint --base=$npm_config_base && nx affected:lint --base=$npm_config_base && npx tsc --noemit",
"affected:lint-ci": "npm run lockfile:lint && nx affected --target=stylelint-ci --base=$npm_config_base && nx affected --target=lint-ci --base=$npm_config_base && npx tsc --noemit",
"affected:test": "nx affected:test --watch=false --browsers Chromium --base=$npm_config_base",
"affected:test-ci": "nx affected:test --code-coverage --watch=false --browsers ChromiumNoSandbox --base=$npm_config_base",
"certificate:generate:mac": "cd ci && bash tools/ssl-generator/generateCertificateOSX.sh",
"certificate:copy": "cp -a ./ssl/default/. ./ssl/.",
"e2e": "nx e2e $APP",
"e2e:no-serve": "nx e2e $APP --configuration=no-serve",
"e2e:only-tag": "TAGS=@only npm run e2e:no-serve --retry=0",
"dep-graph": "nx dep-graph",
"format:check": "nx format:check",
"format:staged": "lint-staged",
"format:write": "nx format:write",
"lockfile:lint": "lockfile-lint -p package-lock.json -t npm -a npm",
"ng": "nx",
"postinstall": "npx rimraf node_modules/node-sass && npm run set-base",
"prepare": "husky install",
"set-base": "node ./tools/nx-resolver/resolveBase.js",
"test-vr": "start-server-and-test 'nx run storybook-bundle:build-storybook --skip-nx-cache && http-server dist/storybook/storybook-bundle -s -p 4400' 4400 \"docker run --rm --name playwright-vr -p 4400:4400 -v $(pwd):/work/ -w /work/ mcr.microsoft.com/playwright:v1.39.0-focal npx playwright test ${FILESPATH} --config=playwright.config.ts\"",
"test-vr-update": "start-server-and-test 'nx run storybook-bundle:build-storybook --skip-nx-cache && http-server dist/storybook/storybook-bundle -s -p 4400' 4400 \"docker run --rm --name playwright-vr -p 4400:4400 -v $(pwd):/work/ -w /work/ mcr.microsoft.com/playwright:v1.39.0-focal npx playwright test ${FILESPATH} --config=playwright.config.ts --update-snapshots\"",
"update": "nx migrate latest"
},
"dependencies": {
"@angular/animations": "17.0.2",
"@angular/cdk": "17.0.0",
"@angular/common": "17.0.2",
"@angular/compiler": "17.0.2",
"@angular/core": "17.0.2",
"@angular/elements": "17.0.2",
"@angular/forms": "17.0.2",
"@angular/platform-browser": "17.0.2",
"@angular/platform-browser-dynamic": "17.0.2",
"@angular/platform-server": "17.0.2",
"@angular/router": "17.0.2",
"@angular/service-worker": "17.0.2",
"@angular/ssr": "17.0.0",
"@ngrx/component": "16.3.0",
"@ngrx/effects": "16.3.0",
"@ngrx/entity": "16.3.0",
"@ngrx/router-store": "16.3.0",
"@ngrx/store": "16.3.0",
"@ngrx/store-devtools": "16.3.0",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@nx/angular": "17.1.1",
"@storybook/core-server": "7.5.3",
"ngx-markdown": "17.1.0",
"radash": "11.0.0",
"rxjs": "7.8.1",
"tslib": "2.6.2",
"web-push": "3.6.6",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/architect": "0.1700.0",
"@angular-devkit/build-angular": "17.0.0",
"@angular-devkit/core": "17.0.0",
"@angular-devkit/schematics": "17.0.0",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "17.0.2",
"@angular/language-service": "17.0.2",
"@axe-core/playwright": "4.8.1",
"@cucumber/cucumber": "10.0.1",
"@ng-apimock/base-client": "3.3.1",
"@ng-apimock/core": "3.11.0",
"@ng-apimock/dev-interface": "3.2.1",
"@nx/devkit": "17.1.1",
"@nx/eslint": "17.1.1",
"@nx/eslint-plugin": "17.1.1",
"@nx/jest": "17.1.1",
"@nx/js": "17.1.1",
"@nx/node": "17.1.1",
"@nx/plugin": "17.1.1",
"@nx/storybook": "17.1.1",
"@nx/workspace": "17.1.1",
"@playwright/test": "1.39.0",
"@schematics/angular": "17.0.0",
"@storybook/addon-a11y": "7.5.3",
"@storybook/addon-actions": "7.5.3",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-themes": "7.5.3",
"@storybook/angular": "7.5.3",
"@storybook/jest": "0.2.3",
"@storybook/testing-library": "0.2.2",
"@testing-library/jest-dom": "6.1.4",
"@types/jest": "29.5.8",
"@types/node": "20.9.0",
"@types/tailwindcss": "3.1.0",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"autoprefixer": "10.4.16",
"eslint": "8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-tailwindcss": "3.13.0",
"express-healthcheck": "0.1.0",
"http-server": "14.1.1",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "13.1.4",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "15.1.0",
"lockfile-lint": "4.12.1",
"morgan": "1.10.0",
"nx": "17.1.1",
"postcss": "8.4.31",
"prettier": "3.1.0",
"prettier-plugin-tailwindcss": "0.5.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"request": "2.88.2",
"rimraf": "5.0.5",
"sass": "1.69.5",
"sass-loader": "13.3.2",
"start-server-and-test": "2.0.2",
"storybook": "7.5.3",
"stylelint": "15.11.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-sass-guidelines": "10.0.0",
"stylelint-config-standard": "34.0.0",
"tailwindcss": "3.3.5",
"timeshift-js": "1.2.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
}
}