-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
47 lines (47 loc) · 1.26 KB
/
pnpm-workspace.yaml
File metadata and controls
47 lines (47 loc) · 1.26 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
---
catalog:
'@casl/ability': '^6.7.1'
'@casl/prisma': '^1.4.1'
'@douglasneuroinformatics/esbuild-plugin-prisma': 'latest'
'@douglasneuroinformatics/libcrypto': '^0.0.5'
'@douglasneuroinformatics/libjs': ^3.2.1
'@douglasneuroinformatics/libpasswd': 'latest'
'@douglasneuroinformatics/libstats': 'latest'
'@douglasneuroinformatics/libui': ^6.2.1
'@douglasneuroinformatics/libui-form-types': 'latest'
'@microsoft/api-extractor': '^7.47.6'
'@prisma/client': '^6.9.0'
'@tailwindcss/vite': '^4.1.4'
'@testing-library/dom': '^10.4.0'
'@testing-library/jest-dom': '^6.5.0'
'@testing-library/react': '^16.0.1'
'@testing-library/user-event': '^14.5.2'
axios: ^1.15.0
commander: '^12.1.0'
esbuild: '0.23.x'
esbuild-wasm: '0.23.x'
happy-dom: '^20.0.2'
msgpackr: ^1.11.8
motion: '11.15.0'
neverthrow: ^8.2.0
nodemon: '^3.1.9'
prisma: '^6.9.0'
tailwindcss: '^4.1.4'
tsx: '4.8.2'
serialize-error: '^11.0.3'
vite: '^6.3.3'
'@storybook/addon-docs': '9.0.0-beta.3'
'@storybook/addon-themes': '9.0.0-beta.3'
'@storybook/react-vite': '9.0.0-beta.3'
'storybook': '9.1.19'
catalogs:
react19:
react: 19.1.0
react-dom: 19.1.0
packages:
- 'apps/*'
- 'packages/*'
- 'runtime/*'
- 'storybook'
- 'testing/*'
- 'vendor/**/*'