generated from xwiki-contrib/github-template-repository
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpnpm-workspace.yaml
75 lines (75 loc) · 2.22 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
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
# See the LICENSE file distributed with this work for additional
# information regarding copyright ownership.
#
# This is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as
# published by the Free Software Foundation; either version 2.1 of
# the License, or (at your option) any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this software; if not, write to the Free
# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
# 02110-1301 USA, or see the FSF site: http://www.fsf.org.
packages:
- "api"
- "core/alerts/*"
- "core/attachments/*"
- "core/authentication/*"
- "core/backends/*"
- "core/browser/*"
- "core/configuration/*"
- "core/date/*"
- "core/document/*"
- "core/extra-tabs/*"
- "core/file-preview/*"
- "core/hierarchy/*"
- "core/history/*"
- "core/icons"
- "core/info-actions/*"
- "core/link-suggest/*"
- "core/markdown/*"
- "core/model/model-api"
- "core/model/model-click-listener"
- "core/model/model-local-url"
- "core/model/model-reference/*"
- "core/model/model-remote-url/*"
- "core/model/model-remote-url/model-remote-url-filesystem/*"
- "core/navigation-tree/*"
- "core/page-actions/*"
- "core/tiptap-extensions/*"
- "core/uiextension/*"
- "core/user/*"
- "core/xwiki/*"
- "dev/*"
- "ds/api"
- "ds/dsfr"
- "ds/shoelace"
- "ds/vuetify"
- "editors/tiptap"
- "electron"
- "electron/authentication/authentication-xwiki/*"
- "electron/main"
- "electron/preload"
- "electron/renderer"
- "electron/storage"
- "electron/browser"
- "electron/configuration/configuration-electron/*"
- "electron/link-suggest/*"
- "extension-manager"
- "extensions/menubuttons"
- "lib"
- "macros"
- "realtime"
- "rendering/rendering"
- "rendering/wikimodel"
- "sharedworker/api"
- "sharedworker/impl"
- "skin"
- "sources/xwiki/mock-server"
- "web"
- "xwiki/remoteinlineeditor"