-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.yarnrc.yml
More file actions
239 lines (229 loc) · 7.57 KB
/
Copy path.yarnrc.yml
File metadata and controls
239 lines (229 loc) · 7.57 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
plugins:
# Specify the desired Node version constraint using engines.node field
# and the plugin will fail installation if the current Node version does not satisfy it
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: 'https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js'
# Path where the downloaded packages are stored on your system.
# @see: https://yarnpkg.com/configuration/yarnrc#cacheFolder
cacheFolder: ./.yarn/cache
# Compression level employed for zip archives
# @see: https://yarnpkg.com/configuration/yarnrc#compressionLevel
compressionLevel: mixed
# Define whether the cache should be shared between all local projects.
# @see: https://yarnpkg.com/configuration/yarnrc#enableGlobalCache
enableGlobalCache: false
# Define whether anonymous telemetry data should be sent or not.
# @see: https://yarnpkg.com/configuration/yarnrc#enableTelemetry
enableTelemetry: false
# Define how Node packages should be installed.
# @see: https://yarnpkg.com/configuration/yarnrc#nodeLinker
nodeLinker: node-modules
# Do not run postinstall scripts from 3rd party packages
# @see: https://pnpm.io/supply-chain-security
# @see: https://yarnpkg.com/configuration/yarnrc#enableScripts
enableScripts: false
# Reduce the likelihood of installing compromised packages
# @see: https://yarnpkg.com/configuration/yarnrc#npmMinimalAgeGate
npmMinimalAgeGate: '7d'
# List of packages that are pre-approved to bypass the minimal age gate
# @see: https://yarnpkg.com/configuration/yarnrc#npmPreapprovedPackages
npmPreapprovedPackages: ['@alma-oss/*']
# Enable provenance publishing for npm packages
# @see: https://yarnpkg.com/configuration/yarnrc#npmPublishProvenance
npmPublishProvenance: true
# Catalogs provide centralized dependency version management for workspaces.
# @see: https://yarnpkg.com/features/catalogs
catalogs:
# Core frontend framework dependencies
frontend:
next: 16.2.6
react: 19.2.6
react-dom: 19.2.6
classnames: ^2.3.1
'@floating-ui/react': ^0.27.0
'@floating-ui/dom': ^1.5.3
react-transition-group: ^4.4.5
'@csstools/normalize.css': ^12.0.0
html-dom-parser: 5.0.13
html-react-parser: 5.1.1
nuqs: 2.8.9
react-image-crop: 11.0.10
# Packages used for content rendering
content:
'@mdx-js/loader': 3.1.1
'@mdx-js/react': 3.1.1
'@next/mdx': 15.5.18
remark-gfm: 4.0.1
html-loader: 5.1.0
rehype-pretty-code: 0.14.3
shiki: 3.23.0
# Packages used for scripting tasks
script:
cross-env: 10.1.0
npm-run-all2: 8.0.4
shx: 0.4.0
rimraf: 6.1.3
glob: 11.1.0
tsx: 4.22.4
ts-node: 10.9.2
execa: ^9.0.0
zx: ^8.3.0
sade: ^1.8.1
jscodeshift: ^17.0.0
recast: 0.23.11
filedirname: ^3.0.0
# Lerna does not natively resolve Yarn Catalog `catalog:` references when publishing packages.
# The patch injects catalog resolution logic so that `catalog:` specs in package.json
# are replaced with real semver ranges before lerna builds the package graph, packs, and publishes.
# @see: https://github.com/lerna/lerna/issues/4055
lerna: patch:lerna@npm%3A9.0.7#~/.yarn/patches/lerna-npm-9.0.7-48cf5841a6.patch
nx: 22.7.5
is-ci: 4.1.0
svg2react-icon: 3.1.178
dotenv: 17.4.2
dotenv-safe: ^9.1.0
gitdiff-parser: ^0.3.1
simple-git: ^3.27.0
slackify-markdown: ^4.4.0
bossy: 3.0.4
d3: 4.13.0
d3-node: 1.1.3
sharp: 0.34.5
netlify-cli: 17.38.1
react-scanner: ^1.1.0
verdaccio: 6.7.2
# Packages used for building the project
build:
vite: 7.3.5
rollup: 4.61.0
'@rollup/plugin-terser': 0.4.4
'@rollup/plugin-typescript': 12.3.0
'@rollup/plugin-babel': 6.1.0
'@rollup/plugin-node-resolve': 15.3.1
'@rollup/plugin-replace': 6.0.3
rollup-preserve-directives: 1.1.3
vite-plugin-dts: 4.5.4
'@vitejs/plugin-react': 4.7.0
'@babel/core': 7.29.7
'@babel/preset-react': 7.29.7
'@babel/preset-env': 7.29.7
'@babel/preset-typescript': 7.29.7
'@swc/core': 1.15.40
ts-loader: 9.6.0
tsup: 8.5.1
tslib: 2.8.1
sass: 1.100.0
sass-embedded: 1.100.0
postcss: 8.5.15
postcss-cli: 11.0.1
autoprefixer: 10.5.0
postcss-preset-env: 10.6.1
clean-css-cli: 5.6.3
'@lmc-eu/browserslist-config': 2.0.1
vite-plugin-handlebars: 2.0.3
vite-raw-plugin: 1.0.2
vite-plugin-externalize-deps: 0.10.0
html-element-attributes: 3.5.0
jsdom: 25.0.1
# Linting and formatting tools
lint:
eslint: 9.39.4
prettier: 3.8.3
stylelint: 16.26.1
'@eslint/compat': 1.4.1
'@eslint/eslintrc': 3.3.5
eslint-plugin-prettier: 5.5.6
stylelint-order: 6.0.4
stylelint-prettier: 5.0.3
prettier-plugin-toml: 2.0.6
'@typescript-eslint/eslint-plugin': 6.21.0
'@typescript-eslint/parser': 6.21.0
'@stylistic/eslint-plugin': ^3.1.0
eslint-config-airbnb: 19.0.4
eslint-config-prettier: ^9.1.2
eslint-plugin-import: 2.32.0
eslint-plugin-jsx-a11y: 6.10.2
eslint-plugin-promise: 6.6.0
eslint-plugin-react: 7.37.5
eslint-plugin-react-hooks: 4.6.2
eslint-plugin-react-refresh: 0.5.2
eslint-plugin-standard: 5.0.0
eslint-plugin-storybook: ^10.0.0
eslint-plugin-jest: ^27.0.0
eslint-plugin-jest-dom: ^5.0.0
eslint-plugin-jsdoc: ^48.0.0
eslint-plugin-ssr-friendly: ^1.3.0
eslint-plugin-testing-library: ^6.0.1
eslint-import-resolver-typescript: 3.10.1
eslint-restricted-globals: ^0.2.0
'@commitlint/cli': 19.8.1
'@alma-oss/commitlint-config': 3.0.0
conventional-changelog-conventionalcommits: 8.0.0
lint-staged: 16.4.0
husky: 9.1.7
remark-cli: 12.0.1
remark-frontmatter: 5.0.0
remark-lint-heading-capitalization: 1.3.0
'@almacareer/remark-config': 0.1.0
'@almacareer/stylelint-config': 9.1.3
'@lmc-eu/eslint-config-base': 3.1.3
'@lmc-eu/eslint-config-react': 2.0.6
'@lmc-eu/eslint-config-typescript': 2.1.5
'@lmc-eu/eslint-config-jest': 3.0.6
'@lmc-eu/prettier-config': 2.0.1
'@next/eslint-plugin-next': 16.2.6
eslint-config-next: 14.2.35
globals: 16.5.0
eslint-config-airbnb-base: ^15.0.0
'@html-eslint/eslint-plugin': 0.61.0
'@html-eslint/parser': 0.61.0
# Storybook and addons
storybook:
storybook: 10.4.1
'@storybook/react': 10.4.1
'@storybook/react-vite': 10.4.1
'@storybook/html': 10.4.1
'@storybook/addon-a11y': 10.4.1
'@storybook/addon-docs': 10.4.1
'@storybook/addon-mcp': 0.6.0
'@storybook/mcp': 0.7.0
# Design system tooling
design-tools:
'@figma/code-connect': 1.4.7
'@supernovaio/export-helpers': 1.0.33
'@supernovaio/sdk-exporters': 2.3.4
'@omlet/cli': 1.13.4
# Testing frameworks and libraries
test:
jest: 30.4.2
jest-cli: 30.4.2
jest-axe: 10.0.0
jest-environment-jsdom: 30.4.1
jest-environment-node-single-context: 29.4.0
'@playwright/test': 1.60.0
'@axe-core/playwright': 4.11.3
'@testing-library/jest-dom': 6.9.1
'@testing-library/dom': 10.4.1
'@testing-library/react': 16.3.2
'@testing-library/user-event': 14.6.1
axe-core: 4.11.4
resize-observer-polyfill: ^1.5.1
'@juggle/resize-observer': 3.4.0
'@swc/jest': 0.2.39
'@babel/eslint-parser': ^7.19.1
sass-true: 10.1.0
# TypeScript and type definitions
types:
typescript: 5.9.3
'@types/node': 20.19.41
'@types/react': 18.3.29
'@types/react-dom': 18.3.7
'@types/react-transition-group': 4.4.12
'@types/jscodeshift': ^0.12.0
'@types/babel__core': 7.20.5
'@types/eslint': 9.6.1
'@types/jest': 30.0.0
'@types/jest-axe': 3.5.9
'@types/dotenv-safe': 8.1.6
csstype: 3.2.3
'@types/mdx': 2.0.13