-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
150 lines (150 loc) · 4.71 KB
/
package.json
File metadata and controls
150 lines (150 loc) · 4.71 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
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "design-system",
"version": "0.0.0",
"homepage": "https://design.baloise.dev",
"license": "Apache-2.0",
"scripts": {
"start": "npx nx run core:start",
"docs": "npx nx run docs:start",
"e2e": "npx nx run e2e:start",
"play": "npx nx run core:e2e-ui",
"build": "npx nx run-many -t build",
"build:force": "npx nx reset && npx nx run-many -t build",
"lint": "npx nx run-many -t lint",
"test": "npx nx run-many -t test -- --watch=false",
"format": "npx nx format:write --all --end-of-line lf",
"format:check": "npx nx format:check --all --end-of-line lf",
"spell": "cspell --no-progress",
"registry": "bash registry",
"changeset": "npx nx run changeset",
"optimize": "npx nx run-many -t optimize",
"angular": "npx nx run angular-create",
"angular:start": "npx nx run angular-start",
"react": "npx nx run react-create",
"react:start": "npx nx run react-start"
},
"nx": {
"includedScripts": []
},
"private": true,
"workspaces": [
"packages/*",
"libs/*",
"docs",
"e2e"
],
"devDependencies": {
"@angular-devkit/build-angular": "~18.0.0",
"@angular-devkit/core": "~18.0.0",
"@angular-devkit/schematics": "~18.0.0",
"@angular-eslint/eslint-plugin": "~18.0.0",
"@angular-eslint/eslint-plugin-template": "~18.0.0",
"@angular-eslint/template-parser": "~18.0.0",
"@angular/animations": "~18.0.0",
"@angular/cli": "~18.0.0",
"@angular/common": "~18.0.0",
"@angular/compiler": "~18.0.0",
"@angular/compiler-cli": "~18.0.0",
"@angular/core": "~18.0.0",
"@angular/forms": "~18.0.0",
"@angular/language-service": "~18.0.0",
"@angular/platform-browser": "~18.0.0",
"@angular/platform-browser-dynamic": "~18.0.0",
"@angular/router": "~18.0.0",
"@axe-core/playwright": "^4.10.1",
"@changesets/changelog-github": "~0.5.0",
"@changesets/cli": "~2.27.1",
"@changesets/get-github-info": "~0.6.0",
"@changesets/types": "~6.0.0",
"@cypress/mount-utils": "^4.1.0",
"@nx/angular": "20.4.0",
"@nx/devkit": "20.4.0",
"@nx/eslint": "20.4.0",
"@nx/eslint-plugin": "20.4.0",
"@nx/jest": "20.4.0",
"@nx/js": "20.4.0",
"@nx/playwright": "20.4.0",
"@nx/plugin": "20.4.0",
"@nx/react": "20.4.0",
"@nx/rollup": "20.4.0",
"@nx/vite": "20.4.0",
"@nx/web": "20.4.0",
"@nxkit/style-dictionary": "~6.0.0",
"@playwright/test": "^1.36.0",
"@schematics/angular": "~18.0.0",
"@stencil/core": "4.38.2",
"@stencil/react-output-target": "1.2.0",
"@stencil/sass": "3.0.12",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.14",
"@swc/core": "1.5.29",
"@swc/helpers": "0.5.15",
"@swc/jest": "0.2.37",
"@types/google.maps": "~3.54.10",
"@types/jest": "29.5.14",
"@types/lodash.isnil": "~4.0.9",
"@types/luxon": "~3.4.2",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/utils": "7.16.0",
"@vitejs/plugin-react-swc": "~3.5.0",
"@vitest/ui": "1.3.1",
"autoprefixer": "~10.4.17",
"axe-core": "^4.10.2",
"cheerio": "1.0.0-rc.12",
"clean-css": "~5.3.3",
"clean-css-cli": "~5.6.2",
"concurrently": "~8.2.2",
"cspell": "~8.3.2",
"dompurify": "3.1.2",
"eslint": "8.57.1",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-playwright": "^1.6.2",
"fast-deep-equal": "^3.1.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "5.0.0",
"fs-extra": "11.2.0",
"glob": "~10.3.10",
"compression": "~1.8.1",
"express": "~4.22.1",
"serve-index": "~1.9.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "~29.4.1",
"jsdom": "~24.0.0",
"jsonc-eslint-parser": "~2.1.0",
"lodash.camelcase": "~4.3.0",
"lodash.get": "~4.4.2",
"lodash.setwith": "~4.3.2",
"lodash.upperfirst": "~4.3.1",
"ng-packagr": "~18.0.0",
"nx": "20.4.0",
"postcss": "8.4.38",
"postcss-cli": "~11.0.0",
"postcss-url": "~10.1.3",
"prettier": "~3.2.4",
"prompts": "~2.4.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"replace-in-file": "8.4.0",
"rxjs": "~7.8.0",
"sass": "~1.70.0",
"shelljs": "~0.8.5",
"style-dictionary": "~3.9.0",
"svgo": "~3.2.0",
"ts-jest": "~29.1.0",
"ts-node": "10.9.1",
"tslib": "~2.3.0",
"typescript": "~5.4.2",
"vite": "~5.0.12",
"vite-plugin-dts": "~2.3.0",
"vitest": "1.3.1",
"zone.js": "~0.14.3"
},
"packageManager": "pnpm@8.5.0+sha1.83c41fe4ebdb61e08446f8bb68a75fb48756b330"
}