UNPKG

1.83 kBJavaScriptView Raw
1module.exports = {
2 modules: {
3 'apostrophe-utils': {},
4 'apostrophe-tasks': {},
5 'apostrophe-launder': {},
6 'apostrophe-i18n': {},
7 'apostrophe-db': {},
8 'apostrophe-locks': {},
9 'apostrophe-caches': {},
10 'apostrophe-migrations': {},
11 'apostrophe-express': {},
12 'apostrophe-urls': {},
13 'apostrophe-templates': {},
14 'apostrophe-email': {},
15 'apostrophe-push': {},
16 'apostrophe-permissions': {},
17 'apostrophe-assets': {},
18 'apostrophe-admin-bar': {},
19 'apostrophe-login': {},
20 // After login, so it can install the CSRF middleware exported by apostrophe-express and still have it
21 // be able to check req.user first
22 'apostrophe-csrf': {},
23 'apostrophe-notifications': {},
24 'apostrophe-browser-utils': {},
25 'apostrophe-ui': {},
26 'apostrophe-schemas': {},
27 'apostrophe-docs': {},
28 'apostrophe-jobs': {},
29 'apostrophe-versions': {},
30 'apostrophe-tags': {},
31 'apostrophe-modal': {},
32 'apostrophe-attachments': {},
33 'apostrophe-oembed': {},
34 'apostrophe-pager': {},
35 // global comes first so it can register a doc type manager and clean things up before
36 // pages claims any orphan page types
37 'apostrophe-global': {},
38 'apostrophe-polymorphic-manager': {},
39 'apostrophe-pages': {},
40 'apostrophe-search': {},
41 'apostrophe-any-page-manager': {},
42 'apostrophe-areas': {},
43 'apostrophe-rich-text-widgets': {},
44 'apostrophe-html-widgets': {},
45 'apostrophe-video-fields': {},
46 'apostrophe-video-widgets': {},
47 'apostrophe-groups': {},
48 'apostrophe-users': {},
49 'apostrophe-images': {},
50 'apostrophe-images-widgets': {},
51 'apostrophe-files': {},
52 'apostrophe-files-widgets': {},
53 'apostrophe-soft-redirects': {},
54 // ALWAYS LAST FOREVER
55 'apostrophe-service-bridge': {}
56 }
57};