@carefully-built/saas-kit 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.md +32 -0
  2. package/dist/agenda/styles.css +1 -0
  3. package/dist/agenda.d.mts +1 -0
  4. package/dist/agenda.mjs +3 -0
  5. package/dist/app-shell.d.mts +1 -0
  6. package/dist/app-shell.mjs +3 -0
  7. package/dist/association-picker.d.mts +1 -0
  8. package/dist/association-picker.mjs +3 -0
  9. package/dist/auth-pages/config.d.mts +1 -0
  10. package/dist/auth-pages/config.mjs +3 -0
  11. package/dist/auth-pages/controllers.d.mts +1 -0
  12. package/dist/auth-pages/controllers.mjs +3 -0
  13. package/dist/auth-pages/forms.d.mts +1 -0
  14. package/dist/auth-pages/forms.mjs +3 -0
  15. package/dist/auth-pages/organizations.d.mts +1 -0
  16. package/dist/auth-pages/organizations.mjs +3 -0
  17. package/dist/auth-pages/pages.d.mts +1 -0
  18. package/dist/auth-pages/pages.mjs +3 -0
  19. package/dist/auth-pages/social.d.mts +1 -0
  20. package/dist/auth-pages/social.mjs +3 -0
  21. package/dist/auth-pages/workos.d.mts +1 -0
  22. package/dist/auth-pages/workos.mjs +3 -0
  23. package/dist/auth-pages.d.mts +1 -0
  24. package/dist/auth-pages.mjs +3 -0
  25. package/dist/automations.d.mts +1 -0
  26. package/dist/automations.mjs +3 -0
  27. package/dist/charts.d.mts +1 -0
  28. package/dist/charts.mjs +3 -0
  29. package/dist/convex-crud.d.mts +1 -0
  30. package/dist/convex-crud.mjs +3 -0
  31. package/dist/convex-multitenant.d.mts +1 -0
  32. package/dist/convex-multitenant.mjs +3 -0
  33. package/dist/convex-platform.d.mts +1 -0
  34. package/dist/convex-platform.mjs +3 -0
  35. package/dist/convex-workos.d.mts +1 -0
  36. package/dist/convex-workos.mjs +3 -0
  37. package/dist/crud.d.mts +1 -0
  38. package/dist/crud.mjs +3 -0
  39. package/dist/custom-fields.d.mts +1 -0
  40. package/dist/custom-fields.mjs +3 -0
  41. package/dist/files/convex.d.mts +1 -0
  42. package/dist/files/convex.mjs +3 -0
  43. package/dist/files.d.mts +1 -0
  44. package/dist/files.mjs +3 -0
  45. package/dist/forms.d.mts +1 -0
  46. package/dist/forms.mjs +3 -0
  47. package/dist/import-export.d.mts +1 -0
  48. package/dist/import-export.mjs +3 -0
  49. package/dist/index.d.mts +1 -0
  50. package/dist/index.mjs +3 -0
  51. package/dist/kanban.d.mts +1 -0
  52. package/dist/kanban.mjs +3 -0
  53. package/dist/legal-ui.d.mts +1 -0
  54. package/dist/legal-ui.mjs +3 -0
  55. package/dist/maps-ui.d.mts +1 -0
  56. package/dist/maps-ui.mjs +3 -0
  57. package/dist/next.d.mts +1 -0
  58. package/dist/next.mjs +3 -0
  59. package/dist/notes.d.mts +1 -0
  60. package/dist/notes.mjs +3 -0
  61. package/dist/notifications.d.mts +1 -0
  62. package/dist/notifications.mjs +3 -0
  63. package/dist/resource-kit.d.mts +1 -0
  64. package/dist/resource-kit.mjs +3 -0
  65. package/dist/rich-text.d.mts +1 -0
  66. package/dist/rich-text.mjs +3 -0
  67. package/dist/search/command-palette.d.mts +1 -0
  68. package/dist/search/command-palette.mjs +3 -0
  69. package/dist/search.d.mts +1 -0
  70. package/dist/search.mjs +3 -0
  71. package/dist/server.d.mts +2 -0
  72. package/dist/server.mjs +5 -0
  73. package/dist/settings/client.d.mts +1 -0
  74. package/dist/settings/client.mjs +3 -0
  75. package/dist/settings-ui.d.mts +1 -0
  76. package/dist/settings-ui.mjs +3 -0
  77. package/dist/superadmin.d.mts +1 -0
  78. package/dist/superadmin.mjs +3 -0
  79. package/dist/theme-ui.d.mts +1 -0
  80. package/dist/theme-ui.mjs +3 -0
  81. package/dist/ui.d.mts +1 -0
  82. package/dist/ui.mjs +3 -0
  83. package/dist/user-picker.d.mts +1 -0
  84. package/dist/user-picker.mjs +3 -0
  85. package/dist/widgets.d.mts +1 -0
  86. package/dist/widgets.mjs +3 -0
  87. package/dist/workos.d.mts +1 -0
  88. package/dist/workos.mjs +3 -0
  89. package/package.json +330 -0
package/README.md ADDED
@@ -0,0 +1,32 @@
1
+ # Carefully Built SaaS Kit
2
+
3
+ One install for Carefully Built SaaS components and helpers.
4
+
5
+ ```bash
6
+ bun add @carefully-built/saas-kit
7
+ ```
8
+
9
+ ```tsx
10
+ import { SmartTable, ResourcePageShell, WorkosOrganizationLogo } from '@carefully-built/saas-kit';
11
+ ```
12
+
13
+ Use the CLI when you want editable source code copied into your app instead:
14
+
15
+ ```bash
16
+ bunx @carefully-built/cli list
17
+ bunx @carefully-built/cli add smart-table
18
+ ```
19
+
20
+ The package includes the modular Carefully Built packages as dependencies. Your app should still install the framework peer dependencies it actually uses, such as React, Next.js, Convex, WorkOS, shadcn/Radix primitives, React Hook Form, TipTap, FullCalendar, and Recharts.
21
+
22
+ For server-only helpers:
23
+
24
+ ```ts
25
+ import { createWorkosOrganization } from '@carefully-built/saas-kit/server';
26
+ ```
27
+
28
+ For Next.js superadmin helpers:
29
+
30
+ ```tsx
31
+ import { createSuperAdminPage } from '@carefully-built/saas-kit/next';
32
+ ```
@@ -0,0 +1 @@
1
+ @import "@carefully-built/agenda/styles.css";
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/agenda";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/agenda"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/app-shell";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/app-shell"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/association-picker";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/association-picker"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/auth-pages/config";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/auth-pages/config"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/auth-pages/controllers";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/auth-pages/controllers"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/auth-pages/forms";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/auth-pages/forms"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/auth-pages/organizations";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/auth-pages/organizations"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/auth-pages/pages";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/auth-pages/pages"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/auth-pages/social";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/auth-pages/social"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/auth-pages/workos";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/auth-pages/workos"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/auth-pages";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/auth-pages"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/automations";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/automations"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/charts";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/charts"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/convex-crud";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/convex-crud"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/convex-multitenant";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/convex-multitenant"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/convex-platform";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/convex-platform"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/convex-workos";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/convex-workos"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/crud";
package/dist/crud.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/crud"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/custom-fields";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/custom-fields"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/files/convex";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/files/convex"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/files";
package/dist/files.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/files"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/forms";
package/dist/forms.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/forms"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/import-export";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/import-export"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/ui";
package/dist/index.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/ui"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/kanban";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/kanban"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/legal-ui";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/legal-ui"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/maps-ui";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/maps-ui"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/superadmin/next";
package/dist/next.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/superadmin/next"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/notes";
package/dist/notes.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/notes"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/notifications";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/notifications"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/resource-kit";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/resource-kit"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/rich-text";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/rich-text"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/search/command-palette";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/search/command-palette"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/search";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/search"
2
+
3
+ export { };
@@ -0,0 +1,2 @@
1
+ export * from "@carefully-built/superadmin/server";
2
+ export * from "@carefully-built/workos/server";
@@ -0,0 +1,5 @@
1
+ export * from "@carefully-built/superadmin/server"
2
+
3
+ export * from "@carefully-built/workos/server"
4
+
5
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/settings-ui/client";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/settings-ui/client"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/settings-ui";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/settings-ui"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/superadmin";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/superadmin"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/theme-ui";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/theme-ui"
2
+
3
+ export { };
package/dist/ui.d.mts ADDED
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/ui";
package/dist/ui.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/ui"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/user-picker";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/user-picker"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/widgets";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/widgets"
2
+
3
+ export { };
@@ -0,0 +1 @@
1
+ export * from "@carefully-built/workos";
@@ -0,0 +1,3 @@
1
+ export * from "@carefully-built/workos"
2
+
3
+ export { };
package/package.json ADDED
@@ -0,0 +1,330 @@
1
+ {
2
+ "name": "@carefully-built/saas-kit",
3
+ "version": "0.1.0",
4
+ "description": "One-install Carefully Built SaaS Kit package for React, Next.js, Convex, WorkOS, and editable SaaS components.",
5
+ "type": "module",
6
+ "license": "MIT",
7
+ "author": "Alessandro Dodi",
8
+ "homepage": "https://github.com/AlessandroDodi/carefully-built-saas-kit#readme",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/AlessandroDodi/carefully-built-saas-kit.git",
12
+ "directory": "packages/saas-kit"
13
+ },
14
+ "bugs": {
15
+ "url": "https://github.com/AlessandroDodi/carefully-built-saas-kit/issues"
16
+ },
17
+ "keywords": [
18
+ "react",
19
+ "nextjs",
20
+ "convex",
21
+ "workos",
22
+ "saas",
23
+ "components",
24
+ "shadcn"
25
+ ],
26
+ "sideEffects": false,
27
+ "main": "./dist/index.mjs",
28
+ "module": "./dist/index.mjs",
29
+ "types": "./dist/index.d.mts",
30
+ "files": [
31
+ "dist",
32
+ "README.md"
33
+ ],
34
+ "exports": {
35
+ ".": {
36
+ "types": "./dist/index.d.mts",
37
+ "import": "./dist/index.mjs",
38
+ "default": "./dist/index.mjs"
39
+ },
40
+ "./agenda": {
41
+ "types": "./dist/agenda.d.mts",
42
+ "import": "./dist/agenda.mjs",
43
+ "default": "./dist/agenda.mjs"
44
+ },
45
+ "./app-shell": {
46
+ "types": "./dist/app-shell.d.mts",
47
+ "import": "./dist/app-shell.mjs",
48
+ "default": "./dist/app-shell.mjs"
49
+ },
50
+ "./association-picker": {
51
+ "types": "./dist/association-picker.d.mts",
52
+ "import": "./dist/association-picker.mjs",
53
+ "default": "./dist/association-picker.mjs"
54
+ },
55
+ "./auth-pages": {
56
+ "types": "./dist/auth-pages.d.mts",
57
+ "import": "./dist/auth-pages.mjs",
58
+ "default": "./dist/auth-pages.mjs"
59
+ },
60
+ "./automations": {
61
+ "types": "./dist/automations.d.mts",
62
+ "import": "./dist/automations.mjs",
63
+ "default": "./dist/automations.mjs"
64
+ },
65
+ "./charts": {
66
+ "types": "./dist/charts.d.mts",
67
+ "import": "./dist/charts.mjs",
68
+ "default": "./dist/charts.mjs"
69
+ },
70
+ "./convex-crud": {
71
+ "types": "./dist/convex-crud.d.mts",
72
+ "import": "./dist/convex-crud.mjs",
73
+ "default": "./dist/convex-crud.mjs"
74
+ },
75
+ "./convex-multitenant": {
76
+ "types": "./dist/convex-multitenant.d.mts",
77
+ "import": "./dist/convex-multitenant.mjs",
78
+ "default": "./dist/convex-multitenant.mjs"
79
+ },
80
+ "./convex-platform": {
81
+ "types": "./dist/convex-platform.d.mts",
82
+ "import": "./dist/convex-platform.mjs",
83
+ "default": "./dist/convex-platform.mjs"
84
+ },
85
+ "./convex-workos": {
86
+ "types": "./dist/convex-workos.d.mts",
87
+ "import": "./dist/convex-workos.mjs",
88
+ "default": "./dist/convex-workos.mjs"
89
+ },
90
+ "./crud": {
91
+ "types": "./dist/crud.d.mts",
92
+ "import": "./dist/crud.mjs",
93
+ "default": "./dist/crud.mjs"
94
+ },
95
+ "./custom-fields": {
96
+ "types": "./dist/custom-fields.d.mts",
97
+ "import": "./dist/custom-fields.mjs",
98
+ "default": "./dist/custom-fields.mjs"
99
+ },
100
+ "./files": {
101
+ "types": "./dist/files.d.mts",
102
+ "import": "./dist/files.mjs",
103
+ "default": "./dist/files.mjs"
104
+ },
105
+ "./forms": {
106
+ "types": "./dist/forms.d.mts",
107
+ "import": "./dist/forms.mjs",
108
+ "default": "./dist/forms.mjs"
109
+ },
110
+ "./import-export": {
111
+ "types": "./dist/import-export.d.mts",
112
+ "import": "./dist/import-export.mjs",
113
+ "default": "./dist/import-export.mjs"
114
+ },
115
+ "./kanban": {
116
+ "types": "./dist/kanban.d.mts",
117
+ "import": "./dist/kanban.mjs",
118
+ "default": "./dist/kanban.mjs"
119
+ },
120
+ "./legal-ui": {
121
+ "types": "./dist/legal-ui.d.mts",
122
+ "import": "./dist/legal-ui.mjs",
123
+ "default": "./dist/legal-ui.mjs"
124
+ },
125
+ "./maps-ui": {
126
+ "types": "./dist/maps-ui.d.mts",
127
+ "import": "./dist/maps-ui.mjs",
128
+ "default": "./dist/maps-ui.mjs"
129
+ },
130
+ "./notes": {
131
+ "types": "./dist/notes.d.mts",
132
+ "import": "./dist/notes.mjs",
133
+ "default": "./dist/notes.mjs"
134
+ },
135
+ "./notifications": {
136
+ "types": "./dist/notifications.d.mts",
137
+ "import": "./dist/notifications.mjs",
138
+ "default": "./dist/notifications.mjs"
139
+ },
140
+ "./resource-kit": {
141
+ "types": "./dist/resource-kit.d.mts",
142
+ "import": "./dist/resource-kit.mjs",
143
+ "default": "./dist/resource-kit.mjs"
144
+ },
145
+ "./rich-text": {
146
+ "types": "./dist/rich-text.d.mts",
147
+ "import": "./dist/rich-text.mjs",
148
+ "default": "./dist/rich-text.mjs"
149
+ },
150
+ "./search": {
151
+ "types": "./dist/search.d.mts",
152
+ "import": "./dist/search.mjs",
153
+ "default": "./dist/search.mjs"
154
+ },
155
+ "./settings-ui": {
156
+ "types": "./dist/settings-ui.d.mts",
157
+ "import": "./dist/settings-ui.mjs",
158
+ "default": "./dist/settings-ui.mjs"
159
+ },
160
+ "./superadmin": {
161
+ "types": "./dist/superadmin.d.mts",
162
+ "import": "./dist/superadmin.mjs",
163
+ "default": "./dist/superadmin.mjs"
164
+ },
165
+ "./theme-ui": {
166
+ "types": "./dist/theme-ui.d.mts",
167
+ "import": "./dist/theme-ui.mjs",
168
+ "default": "./dist/theme-ui.mjs"
169
+ },
170
+ "./ui": {
171
+ "types": "./dist/ui.d.mts",
172
+ "import": "./dist/ui.mjs",
173
+ "default": "./dist/ui.mjs"
174
+ },
175
+ "./user-picker": {
176
+ "types": "./dist/user-picker.d.mts",
177
+ "import": "./dist/user-picker.mjs",
178
+ "default": "./dist/user-picker.mjs"
179
+ },
180
+ "./widgets": {
181
+ "types": "./dist/widgets.d.mts",
182
+ "import": "./dist/widgets.mjs",
183
+ "default": "./dist/widgets.mjs"
184
+ },
185
+ "./workos": {
186
+ "types": "./dist/workos.d.mts",
187
+ "import": "./dist/workos.mjs",
188
+ "default": "./dist/workos.mjs"
189
+ },
190
+ "./auth-pages/forms": {
191
+ "types": "./dist/auth-pages/forms.d.mts",
192
+ "import": "./dist/auth-pages/forms.mjs",
193
+ "default": "./dist/auth-pages/forms.mjs"
194
+ },
195
+ "./auth-pages/controllers": {
196
+ "types": "./dist/auth-pages/controllers.d.mts",
197
+ "import": "./dist/auth-pages/controllers.mjs",
198
+ "default": "./dist/auth-pages/controllers.mjs"
199
+ },
200
+ "./auth-pages/config": {
201
+ "types": "./dist/auth-pages/config.d.mts",
202
+ "import": "./dist/auth-pages/config.mjs",
203
+ "default": "./dist/auth-pages/config.mjs"
204
+ },
205
+ "./auth-pages/organizations": {
206
+ "types": "./dist/auth-pages/organizations.d.mts",
207
+ "import": "./dist/auth-pages/organizations.mjs",
208
+ "default": "./dist/auth-pages/organizations.mjs"
209
+ },
210
+ "./auth-pages/pages": {
211
+ "types": "./dist/auth-pages/pages.d.mts",
212
+ "import": "./dist/auth-pages/pages.mjs",
213
+ "default": "./dist/auth-pages/pages.mjs"
214
+ },
215
+ "./auth-pages/social": {
216
+ "types": "./dist/auth-pages/social.d.mts",
217
+ "import": "./dist/auth-pages/social.mjs",
218
+ "default": "./dist/auth-pages/social.mjs"
219
+ },
220
+ "./auth-pages/workos": {
221
+ "types": "./dist/auth-pages/workos.d.mts",
222
+ "import": "./dist/auth-pages/workos.mjs",
223
+ "default": "./dist/auth-pages/workos.mjs"
224
+ },
225
+ "./agenda/styles.css": "./dist/agenda/styles.css",
226
+ "./files/convex": {
227
+ "types": "./dist/files/convex.d.mts",
228
+ "import": "./dist/files/convex.mjs",
229
+ "default": "./dist/files/convex.mjs"
230
+ },
231
+ "./next": {
232
+ "types": "./dist/next.d.mts",
233
+ "import": "./dist/next.mjs",
234
+ "default": "./dist/next.mjs"
235
+ },
236
+ "./search/command-palette": {
237
+ "types": "./dist/search/command-palette.d.mts",
238
+ "import": "./dist/search/command-palette.mjs",
239
+ "default": "./dist/search/command-palette.mjs"
240
+ },
241
+ "./server": {
242
+ "types": "./dist/server.d.mts",
243
+ "import": "./dist/server.mjs",
244
+ "default": "./dist/server.mjs"
245
+ },
246
+ "./settings/client": {
247
+ "types": "./dist/settings/client.d.mts",
248
+ "import": "./dist/settings/client.mjs",
249
+ "default": "./dist/settings/client.mjs"
250
+ },
251
+ "./package.json": "./package.json"
252
+ },
253
+ "scripts": {
254
+ "build": "tsdown src/index.ts src/agenda.ts src/app-shell.ts src/association-picker.ts src/auth-pages.ts src/automations.ts src/charts.ts src/convex-crud.ts src/convex-multitenant.ts src/convex-platform.ts src/convex-workos.ts src/crud.ts src/custom-fields.ts src/files.ts src/forms.ts src/import-export.ts src/kanban.ts src/legal-ui.ts src/maps-ui.ts src/notes.ts src/notifications.ts src/resource-kit.ts src/rich-text.ts src/search.ts src/settings-ui.ts src/superadmin.ts src/theme-ui.ts src/ui.ts src/user-picker.ts src/widgets.ts src/workos.ts src/server.ts src/next.ts src/auth-pages/forms.ts src/auth-pages/controllers.ts src/auth-pages/config.ts src/auth-pages/organizations.ts src/auth-pages/pages.ts src/auth-pages/social.ts src/auth-pages/workos.ts src/files/convex.ts src/search/command-palette.ts src/settings/client.ts --format esm --dts --unbundle && mkdir -p dist/agenda && cp src/agenda/styles.css dist/agenda/styles.css",
255
+ "prepublishOnly": "bun run typecheck && bun run build",
256
+ "typecheck": "tsc --noEmit"
257
+ },
258
+ "publishConfig": {
259
+ "access": "public"
260
+ },
261
+ "dependencies": {
262
+ "@carefully-built/agenda": "0.1.6",
263
+ "@carefully-built/app-shell": "0.1.2",
264
+ "@carefully-built/association-picker": "0.1.2",
265
+ "@carefully-built/auth-pages": "0.1.8",
266
+ "@carefully-built/automations": "0.1.1",
267
+ "@carefully-built/charts": "0.1.1",
268
+ "@carefully-built/convex-crud": "0.1.8",
269
+ "@carefully-built/convex-multitenant": "0.1.2",
270
+ "@carefully-built/convex-platform": "0.1.7",
271
+ "@carefully-built/convex-workos": "0.1.0",
272
+ "@carefully-built/crud": "0.1.3",
273
+ "@carefully-built/custom-fields": "0.1.2",
274
+ "@carefully-built/files": "0.1.5",
275
+ "@carefully-built/forms": "0.1.9",
276
+ "@carefully-built/import-export": "0.1.2",
277
+ "@carefully-built/kanban": "0.1.0",
278
+ "@carefully-built/legal-ui": "0.1.1",
279
+ "@carefully-built/maps-ui": "0.1.4",
280
+ "@carefully-built/notes": "0.1.3",
281
+ "@carefully-built/notifications": "0.1.0",
282
+ "@carefully-built/resource-kit": "0.1.3",
283
+ "@carefully-built/rich-text": "0.1.0",
284
+ "@carefully-built/search": "0.1.1",
285
+ "@carefully-built/settings-ui": "0.1.4",
286
+ "@carefully-built/superadmin": "0.1.8",
287
+ "@carefully-built/theme-ui": "0.1.0",
288
+ "@carefully-built/ui": "0.1.15",
289
+ "@carefully-built/user-picker": "0.1.1",
290
+ "@carefully-built/widgets": "0.1.0",
291
+ "@carefully-built/workos": "0.1.2"
292
+ },
293
+ "peerDependencies": {
294
+ "@fullcalendar/core": "^6.1.0",
295
+ "@fullcalendar/daygrid": "^6.1.0",
296
+ "@fullcalendar/interaction": "^6.1.0",
297
+ "@fullcalendar/react": "^6.1.0",
298
+ "@fullcalendar/timegrid": "^6.1.0",
299
+ "@hookform/resolvers": ">=5.0.0",
300
+ "@radix-ui/react-slot": "^1.0.0",
301
+ "@tiptap/extension-link": ">=3.0.0",
302
+ "@tiptap/extension-table": ">=3.0.0",
303
+ "@tiptap/extension-table-cell": ">=3.0.0",
304
+ "@tiptap/extension-table-header": ">=3.0.0",
305
+ "@tiptap/extension-table-row": ">=3.0.0",
306
+ "@tiptap/react": ">=3.0.0",
307
+ "@tiptap/starter-kit": ">=3.0.0",
308
+ "@xyflow/react": "^12.10.2",
309
+ "class-variance-authority": ">=0.7.0",
310
+ "clsx": ">=2.0.0",
311
+ "convex": ">=1.0.0",
312
+ "date-fns": ">=4.0.0",
313
+ "lucide-react": ">=0.400.0 || >=1.0.0",
314
+ "next": ">=15.0.0 || >=16.0.0",
315
+ "nuqs": ">=2.0.0",
316
+ "papaparse": "^5.0.0",
317
+ "radix-ui": ">=1.0.0",
318
+ "react": "^18.0.0 || ^19.0.0",
319
+ "react-country-flag": ">=3.0.0",
320
+ "react-day-picker": ">=9.0.0",
321
+ "react-dom": "^18.0.0 || ^19.0.0",
322
+ "react-hook-form": ">=7.0.0",
323
+ "react-phone-number-input": ">=3.0.0",
324
+ "recharts": ">=2.0.0",
325
+ "sonner": ">=1.0.0 || >=2.0.0",
326
+ "tailwind-merge": ">=2.0.0 || >=3.0.0",
327
+ "vaul": ">=1.0.0",
328
+ "zod": ">=4.0.0"
329
+ }
330
+ }