-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
85 lines (80 loc) · 1.95 KB
/
pnpm-workspace.yaml
File metadata and controls
85 lines (80 loc) · 1.95 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
packages:
- apps/*
- packages/*
catalogs:
dev:
'@antfu/eslint-config': ^6.1.0
'@commitlint/cli': ^20.1.0
'@commitlint/config-conventional': ^20.0.0
'@iconify-json/circle-flags': ^1.2.10
'@iconify-json/fluent': ^1.2.34
'@iconify-json/fluent-emoji-flat': ^1.2.5
'@iconify-json/lucide': ^1.2.71
'@iconify-json/simple-icons': ^1.2.56
'@nuxt/devtools': ^3.1.1
'@nuxt/image': ^2.0.0
'@nuxtjs/i18n': ^10.2.1
'@tailwindcss/typography': ^0.5.19
bumpp: ^10.3.1
dotenv: ^17.2.3
eruda: ^3.4.3
eslint: ^9.39.2
husky: ^9.1.7
lint-staged: ^16.2.7
nitropack: ^2.12.9
nuxt: ^4.2.2
nuxt-auth-utils: ^0.5.26
tailwindcss-motion: ^1.1.1
typescript: ^5.9.3
vite: ^7.3.0
vue-tsc: ^3.1.8
integrations:
'@date-fns/tz': ^1.4.1
'@internationalized/date': ^3.10.0
'@neoconfetti/vue': ^2.2.1
'@nextorders/queue': ^0.4.2
'@nuxt/ui': ^4.2.1
'@openai/agents': ^0.2.1
'@paralleldrive/cuid2': 2.2.2
'@pinia/nuxt': ^0.11.2
'@telegram-apps/init-data-node': ^2.0.10
'@tma.js/sdk-vue': ^1.0.8
'@unovis/ts': ^1.6.1
'@unovis/vue': ^1.6.1
'@vueuse/components': ^13.9.0
'@vueuse/core': ^13.9.0
'@vueuse/integrations': ^13.9.0
'@vueuse/nuxt': ^13.9.0
arktype: ^2.1.22
aws4fetch: ^1.0.20
date-fns: ^4.1.0
grammy: ^1.38.3
ioredis: ^5.8.2
libphonenumber-js: ^1.12.25
nuxt-tiptap-editor: ^2.3.1
nuxt-zod-i18n: ^1.12.1
openai: ^6.7.0
pinia: ^3.0.3
sharp: ^0.34.4
sortablejs: ^1.15.6
zod: ^3.25.76
test:
'@vitest/browser-playwright': ^4.0.5
'@vitest/coverage-v8': ^4.0.5
playwright: ^1.56.1
vitest: ^4.0.5
vitest-browser-vue: ^2.0.1
types:
'@types/node': ^24.9.2
ignoredBuiltDependencies:
- '@parcel/watcher'
- esbuild
- msw
- vue-demi
onlyBuiltDependencies:
- sharp
supportedArchitectures:
cpu: [x64, arm64]
os: [linux, darwin, win32]
nodeLinker: hoisted
autoInstallPeers: true