-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
145 lines (145 loc) · 4.53 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
{
"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",
"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",
"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 create-angular",
"angular:start": "npx nx run start-angular"
},
"nx": {
"includedScripts": []
},
"private": true,
"workspaces": [
"packages/*",
"libs/*",
"docs",
"e2e"
],
"devDependencies": {
"@angular-devkit/build-angular": "~15.0.0",
"@angular-devkit/core": "~15.0.0",
"@angular-devkit/schematics": "~15.0.0",
"@angular-eslint/eslint-plugin": "~17.0.0",
"@angular-eslint/eslint-plugin-template": "~17.0.0",
"@angular-eslint/template-parser": "~17.0.0",
"@angular/animations": "~15.0.0",
"@angular/cli": "~15.0.0",
"@angular/common": "~15.0.0",
"@angular/compiler": "~15.0.0",
"@angular/compiler-cli": "~15.0.0",
"@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0",
"@angular/language-service": "~15.0.0",
"@angular/platform-browser": "~15.0.0",
"@angular/platform-browser-dynamic": "~15.0.0",
"@angular/router": "~15.0.0",
"@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": "~18.0.4",
"@nx/devkit": "~18.0.4",
"@nx/eslint": "~18.0.4",
"@nx/eslint-plugin": "~18.0.4",
"@nx/jest": "~18.0.4",
"@nx/js": "~18.0.4",
"@nx/plugin": "~18.0.4",
"@nx/react": "~18.0.4",
"@nx/rollup": "~18.0.4",
"@nx/vite": "~18.0.4",
"@nx/vue": "~18.0.4",
"@nx/web": "~18.0.4",
"@nxkit/style-dictionary": "~5.0.0",
"@schematics/angular": "~15.0.0",
"@stencil/core": "~4.11.0",
"@stencil/sass": "~3.0.8",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@swc/jest": "0.2.20",
"@types/google.maps": "~3.54.10",
"@types/jest": "~29.4.0",
"@types/lodash.isnil": "~4.0.9",
"@types/luxon": "~3.4.2",
"@types/node": "18.16.9",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "~6.13.2",
"@typescript-eslint/parser": "~6.13.2",
"@typescript-eslint/utils": "~6.13.2",
"@vitejs/plugin-react-swc": "~3.5.0",
"@vitejs/plugin-vue": "~5.0.3",
"@vitest/ui": "^1.3.1",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "~11.0.3",
"@vue/test-utils": "~2.4.1",
"autoprefixer": "~10.4.17",
"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",
"eslint": "~8.56.0",
"eslint-config-prettier": "~9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-vue": "~9.16.1",
"fs-extra": "11.2.0",
"glob": "~10.3.10",
"jest": "~29.4.1",
"jest-environment-jsdom": "~29.4.1",
"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": "~15.0.0",
"nx": "18.0.4",
"postcss": "~8.4.31",
"postcss-cli": "~11.0.0",
"postcss-url": "~10.1.3",
"prettier": "~3.2.4",
"prompts": "~2.4.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"replace-in-file": "~7.1.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": "~4.8.2",
"verdaccio": "~5.0.4",
"vite": "~5.0.12",
"vite-plugin-dts": "~2.3.0",
"vitest": "~1.3.1",
"vue": "~3.4.15",
"vue-tsc": "~1.8.8",
"zone.js": "~0.11.4"
},
"packageManager": "[email protected]+sha1.83c41fe4ebdb61e08446f8bb68a75fb48756b330"
}