forked from DouglasNeuroInformatics/OpenDataCapture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
71 lines (71 loc) · 1.79 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
71 lines (71 loc) · 1.79 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
---
allowBuilds:
'@import-meta-env/unplugin': true
'@nestjs/core': true
'@prisma/client': true
'@prisma/engines': true
'@scarf/scarf': false
'@swc/core': true
cypress: true
esbuild: true
mongodb-memory-server: true
msgpackr-extract: false
prisma: true
sharp: true
sqlite3: true
blockExoticSubdeps: true
catalog:
'@casl/ability': '^6.7.1'
'@casl/prisma': '^1.4.1'
'@douglasneuroinformatics/esbuild-plugin-prisma': 'latest'
'@douglasneuroinformatics/libcrypto': '^0.0.6'
'@douglasneuroinformatics/libjs': ^3.2.1
'@douglasneuroinformatics/libpasswd': '^0.0.3'
'@douglasneuroinformatics/libstats': '^0.2.1'
'@douglasneuroinformatics/libui': ^6.16.1
'@douglasneuroinformatics/libui-form-types': ^1.4.0
'@microsoft/api-extractor': '^7.47.6'
'@prisma/client': '^6.9.0'
'@tailwindcss/vite': '4.3.0'
'@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.18.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
nodemailer: ^7.0.12
'@types/nodemailer': ^7.0.5
nodemon: '^3.1.9'
prisma: '^6.9.0'
react-dropzone: ^14.3.8
'@tailwindcss/postcss': '4.3.0'
tailwindcss: '4.3.0'
tsx: '4.8.2'
serialize-error: '^11.0.3'
vite: '^6.3.3'
zustand: ^5.0.13
'@storybook/addon-docs': '^10.3.5'
'@storybook/addon-themes': '^10.3.5'
'@storybook/react-vite': '^10.3.5'
'storybook': '^10.3.5'
catalogs:
react19:
react: 19.1.0
react-dom: 19.1.0
minimumReleaseAge: 10080 # 7 days
minimumReleaseAgeExclude:
- '@douglasneuroinformatics/*'
- find-my-way
packages:
- 'apps/*'
- 'packages/*'
- 'runtime/*'
- 'storybook'
- 'testing'
- 'vendor/**/*'