-
Notifications
You must be signed in to change notification settings - Fork 306
/
pnpm-workspace.yaml
41 lines (41 loc) · 1.17 KB
/
pnpm-workspace.yaml
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
# If you need to speedup webpack build, please also add the new package builds into
# webpack config.resolve.alias
packages:
- 'packages/test-serializer'
- 'packages/empty'
- 'packages/polyfills'
- 'packages/polyfills/types'
- 'packages/scripts'
- 'packages/dashboard'
- 'packages/mask'
- 'packages/injected-script'
- 'packages/gun-utils'
- 'packages/mask-sdk'
- 'packages/public-api'
- 'packages/shared-base'
- 'packages/shared'
- 'packages/web3-kit'
- 'packages/web3-providers'
- 'packages/web3-constants'
- 'packages/web3-contracts'
- 'packages/web3-shared/base'
- 'packages/web3-shared/evm'
- 'packages/web3-shared/flow'
- 'packages/web3-shared/solana'
- 'packages/storybook-shared'
- 'packages/icons'
- 'packages/theme'
- 'packages/plugin-infra'
- 'packages/plugins/template'
- 'packages/plugins/example'
- 'packages/plugins/Debugger'
- 'packages/plugins/Wallet'
- 'packages/plugins/Flow'
- 'packages/plugins/FileService'
- 'packages/plugins/DAO'
- 'packages/plugins/RSS3'
- 'packages/plugins/Solana'
- 'packages/external-plugin-previewer'
- 'packages/backup-format'
- 'packages/encryption'
- 'packages/provider-proxy'