-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
62 lines (61 loc) · 1.78 KB
/
pnpm-workspace.yaml
File metadata and controls
62 lines (61 loc) · 1.78 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
packages:
# all packages in subdirs of packages/ and apps/
- 'packages/**'
- 'apps/**'
catalogs:
# Packages used for building the project (e.g., vite, rolldown).
build:
'@storybook/addon-a11y': 9.1.20
'@storybook/addon-docs': 9.1.20
'@storybook/addon-vitest': 9.1.20
'@storybook/vue3-vite': 9.1.20
'@tailwindcss/vite': 4.2.2
'@vitejs/plugin-vue': 6.0.5
storybook: 9.1.20
unplugin-auto-import: 19.3.0
unplugin-vue-components: 28.8.0
vite: 7.3.2
# Packages for frontend development (e.g., vue, pinia).
frontend:
'@nuxtjs/color-mode': 3.5.2
'@pinia/nuxt': 0.11.3
'@vue-macros/nuxt': 1.13.5
'@vueuse/components': 13.9.0
'@vueuse/core': 13.9.0
'@vueuse/nuxt': 13.9.0
autoprefixer: 10.4.27
pinia: 3.0.4
tailwindcss: 4.2.2
vue: 3.5.32
# Packages for linting/formatting (e.g., eslint, knip).
lint:
'@antfu/eslint-config': 4.19.0
eslint: 9.39.4
# Packages that are included directly in the final bundle.
# inlined:
# Runtime production dependencies.
prod:
'@nuxt/devtools': 2.7.0
'@nuxt/image': 1.11.0
'@nuxt/kit': 3.21.2
'@nuxt/schema': 3.21.2
nuxt: 3.21.2
# Packages used for scripting tasks (e.g., tsx, tinyglobby, cpx).
script:
concurrently: 9.2.1
# Packages used for testing (e.g., vitest, playwright, msw).
test:
'@nuxt/test-utils-edge': 3.8.0-28284309.b3d3d7f4
'@storybook/test': 8.6.15
'@vitest/browser': 3.2.4
'@vitest/coverage-v8': 3.2.4
playwright: 1.59.1
vitest: 3.2.4
# Packages for the backend server.
# backend:
# Packages for type checking and definitions.
types:
'@tsconfig/recommended': 1.0.13
'@vue/tsconfig': 0.9.1
typescript: 5.9.3
vue-tsc: 3.2.6