-
Notifications
You must be signed in to change notification settings - Fork 7k
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
73 lines (70 loc) · 1.33 KB
/
pnpm-workspace.yaml
File metadata and controls
73 lines (70 loc) · 1.33 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
packages:
- packages/*
- projects/*
- scripts/icon
- sdk/*
allowBuilds:
'@parcel/watcher': true
core-js: true
esbuild: true
mongodb-memory-server: true
msgpackr-extract: true
protobufjs: true
sharp: true
vue-demi: true
catalog:
'@chakra-ui/anatomy': ^2
'@chakra-ui/icons': ^2
'@chakra-ui/next-js': ^2
'@chakra-ui/react': ^2
'@chakra-ui/styled-system': ^2
'@chakra-ui/system': ^2
'@emotion/react': ^11
'@emotion/styled': ^11
'@fastgpt-sdk/logger': 0.1.2
'@fastgpt-sdk/otel': 0.1.2
'@fastgpt-sdk/storage': 0.6.15
'@modelcontextprotocol/sdk': ^1
'@types/lodash': ^4
'@types/node': ^20
'@types/react': ^18
'@types/react-dom': ^18
axios: 1.13.6
date-fns: ^3.6.0
dayjs: 1.11.19
eslint: ^8
eslint-config-next: 15.5.12
express: ^4
i18next: 23.16.8
js-yaml: ^4.1.1
json5: ^2.2.3
lodash: 4.17.23
minio: 8.0.7
next: 16.2.1
next-i18next: 15.4.2
next-rspack: 16.2.1
proxy-agent: ^6
react: ^18
react-dom: ^18
react-i18next: 14.1.2
tsdown: 0.21.4
typescript: ^5.9.3
zod: ^4
onlyBuiltDependencies:
- '@parcel/watcher'
- bufferutil
- canvas
- core-js
- esbuild
- mongodb-memory-server
- msgpackr-extract
- protobufjs
- puppeteer
- sharp
- utf-8-validate
- vue-demi
overrides:
'@types/react': ^18
'@types/react-dom': ^18
react: ^18
react-dom: ^18