@reframejs/unframer 4.2.0-reframe.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 (111) hide show
  1. package/README.md +389 -0
  2. package/bin.js +5 -0
  3. package/dist/babel-jsx.d.ts +24 -0
  4. package/dist/babel-jsx.js +299 -0
  5. package/dist/babel-plugin-imports.d.ts +15 -0
  6. package/dist/babel-plugin-imports.js +211 -0
  7. package/dist/babel-typedoc.d.ts +39 -0
  8. package/dist/babel-typedoc.js +76 -0
  9. package/dist/bin.d.ts +2 -0
  10. package/dist/bin.js +3 -0
  11. package/dist/cli.d.ts +59 -0
  12. package/dist/cli.js +821 -0
  13. package/dist/compat.d.ts +2 -0
  14. package/dist/compat.js +23 -0
  15. package/dist/config.d.ts +18 -0
  16. package/dist/config.js +27 -0
  17. package/dist/css-core.d.ts +50 -0
  18. package/dist/css-core.js +231 -0
  19. package/dist/css.d.ts +15 -0
  20. package/dist/css.js +36 -0
  21. package/dist/esbuild.d.ts +31 -0
  22. package/dist/esbuild.js +317 -0
  23. package/dist/exporter.d.ts +96 -0
  24. package/dist/exporter.js +1151 -0
  25. package/dist/flat-cache-interceptor.d.ts +24 -0
  26. package/dist/flat-cache-interceptor.js +87 -0
  27. package/dist/framer-chunks/chunk-IKQSD2QC.js +10 -0
  28. package/dist/framer-chunks/fontshare-PZLWRK4B-MHMZIGTX.js +7 -0
  29. package/dist/framer-chunks/fontshare-SXU5BGFE-OWTMMPGS.js +7 -0
  30. package/dist/framer-chunks/fontshare-TIA7QUPT-PUDLUTQ7.js +7 -0
  31. package/dist/framer-chunks/framer-font-RD2SUPQH-Q4MS7WS6.js +7 -0
  32. package/dist/framer-chunks/google-EGNT223R-P4DUHBW2.js +7 -0
  33. package/dist/framer-chunks/google-H6SFY4F5-5JSJCGDR.js +7 -0
  34. package/dist/framer-chunks/google-YSYBFRE6-L7YAHH7V.js +7 -0
  35. package/dist/framer-client.server.d.ts +4 -0
  36. package/dist/framer-client.server.js +45 -0
  37. package/dist/framer-package-versions.d.ts +781 -0
  38. package/dist/framer-package-versions.js +782 -0
  39. package/dist/framer-types.d.ts +30 -0
  40. package/dist/framer-types.js +35 -0
  41. package/dist/framer.d.ts +4990 -0
  42. package/dist/framer.js +64296 -0
  43. package/dist/index.d.ts +10 -0
  44. package/dist/index.js +13 -0
  45. package/dist/package-manager.d.ts +10 -0
  46. package/dist/package-manager.js +138 -0
  47. package/dist/plugin-mcp-dist/lib/client-websocket.d.ts +5 -0
  48. package/dist/plugin-mcp-dist/lib/client-websocket.js +103 -0
  49. package/dist/plugin-mcp-dist/lib/cms.d.ts +10 -0
  50. package/dist/plugin-mcp-dist/lib/cms.js +58 -0
  51. package/dist/plugin-mcp-dist/lib/errors.d.ts +5 -0
  52. package/dist/plugin-mcp-dist/lib/errors.js +48 -0
  53. package/dist/plugin-mcp-dist/lib/framer-client.d.ts +2 -0
  54. package/dist/plugin-mcp-dist/lib/framer-client.js +4 -0
  55. package/dist/plugin-mcp-dist/lib/framer-client.server.d.ts +3 -0
  56. package/dist/plugin-mcp-dist/lib/framer-client.server.js +46 -0
  57. package/dist/plugin-mcp-dist/lib/framer.d.ts +30 -0
  58. package/dist/plugin-mcp-dist/lib/framer.js +1084 -0
  59. package/dist/plugin-mcp-dist/lib/hooks.d.ts +6 -0
  60. package/dist/plugin-mcp-dist/lib/hooks.js +46 -0
  61. package/dist/plugin-mcp-dist/lib/mcp-client.d.ts +142 -0
  62. package/dist/plugin-mcp-dist/lib/mcp-client.js +40 -0
  63. package/dist/plugin-mcp-dist/lib/mcp-handlers.d.ts +385 -0
  64. package/dist/plugin-mcp-dist/lib/mcp-handlers.js +1924 -0
  65. package/dist/plugin-mcp-dist/lib/mcp-tools.d.ts +5 -0
  66. package/dist/plugin-mcp-dist/lib/mcp-tools.js +5 -0
  67. package/dist/plugin-mcp-dist/lib/mcp-websocket.d.ts +10 -0
  68. package/dist/plugin-mcp-dist/lib/mcp-websocket.js +88 -0
  69. package/dist/plugin-mcp-dist/lib/plugin-websocket.d.ts +5 -0
  70. package/dist/plugin-mcp-dist/lib/plugin-websocket.js +170 -0
  71. package/dist/plugin-mcp-dist/lib/react-export.d.ts +51 -0
  72. package/dist/plugin-mcp-dist/lib/react-export.js +358 -0
  73. package/dist/plugin-mcp-dist/lib/schema.d.ts +276 -0
  74. package/dist/plugin-mcp-dist/lib/schema.js +907 -0
  75. package/dist/plugin-mcp-dist/lib/store.d.ts +2 -0
  76. package/dist/plugin-mcp-dist/lib/store.js +10 -0
  77. package/dist/plugin-mcp-dist/lib/tree-utils.d.ts +6 -0
  78. package/dist/plugin-mcp-dist/lib/tree-utils.js +141 -0
  79. package/dist/plugin-mcp-dist/lib/tunnel.d.ts +46 -0
  80. package/dist/plugin-mcp-dist/lib/tunnel.js +117 -0
  81. package/dist/plugin-mcp-dist/lib/types.d.ts +110 -0
  82. package/dist/plugin-mcp-dist/lib/types.js +188 -0
  83. package/dist/plugin-mcp-dist/lib/upstream-socket.d.ts +13 -0
  84. package/dist/plugin-mcp-dist/lib/upstream-socket.js +56 -0
  85. package/dist/plugin-mcp-dist/lib/utils.d.ts +13 -0
  86. package/dist/plugin-mcp-dist/lib/utils.js +57 -0
  87. package/dist/plugin-mcp-dist/lib/websocket-server.d.ts +10 -0
  88. package/dist/plugin-mcp-dist/lib/websocket-server.js +88 -0
  89. package/dist/plugin-mcp-dist/lib/xml.d.ts +10 -0
  90. package/dist/plugin-mcp-dist/lib/xml.js +395 -0
  91. package/dist/react.d.ts +76 -0
  92. package/dist/react.js +280 -0
  93. package/dist/renamer.d.ts +11 -0
  94. package/dist/renamer.js +139 -0
  95. package/dist/sentry.d.ts +2 -0
  96. package/dist/sentry.js +5 -0
  97. package/dist/stackblitz.d.ts +9 -0
  98. package/dist/stackblitz.js +179 -0
  99. package/dist/styles/framer.css +920 -0
  100. package/dist/styles/reset.css +37 -0
  101. package/dist/typescript.d.ts +24 -0
  102. package/dist/typescript.js +197 -0
  103. package/dist/undici-dispatcher.d.ts +2 -0
  104. package/dist/undici-dispatcher.js +10 -0
  105. package/dist/unframer-loader.d.ts +2 -0
  106. package/dist/unframer-loader.js +12 -0
  107. package/dist/utils.d.ts +20 -0
  108. package/dist/utils.js +81 -0
  109. package/dist/version.d.ts +2 -0
  110. package/dist/version.js +2 -0
  111. package/package.json +131 -0
@@ -0,0 +1,782 @@
1
+ // Auto-generated by scripts/extract-framer-package-versions.ts
2
+ // Do not edit manually
3
+ export const framerPackageVersions = {
4
+ '@emotion/hash': '0.8.0',
5
+ '@motionone/dom': '10.13.1',
6
+ '@motionone/easing': '10.14.0',
7
+ '@motionone/utils': '10.14.0',
8
+ '@react-three/drei': '8.3.1',
9
+ '@react-three/fiber': '7.0.24',
10
+ airtable: '0.11.1',
11
+ 'canvas-confetti': '1.4.0',
12
+ 'color-diff': '1.2.0',
13
+ 'color-hash': '2.0.1',
14
+ 'framer-motion-3d': '6.0.0-beta.8',
15
+ framesync: '6.1.2',
16
+ motion: '10.14.1',
17
+ popmotion: '11.0.3',
18
+ 'react-confetti': '6.0.1',
19
+ 'shopify-buy': '2.14.0',
20
+ 'style-value-types': '5.1.0',
21
+ three: '0.136.0',
22
+ tinycolor2: '1.4.2',
23
+ valtio: '1.2.9',
24
+ zustand: '3.7.1',
25
+ 'zustand/middleware': '3.7.1',
26
+ hsluv: '1.0.0',
27
+ cobe: '0.6.0',
28
+ 'react-tsparticles': '2.2.4',
29
+ tsparticles: '2.2.4',
30
+ '@vimeo/player': '2.16.4',
31
+ 'easing-coordinates': '2.0.2',
32
+ '@signal-noise/react-shader-canvas': '0.0.3',
33
+ 'canvas-noise': '1.0.0',
34
+ 'react-noisy-canvas': '1.0.4',
35
+ 'shadertoy-react': '1.1.2',
36
+ 'figma-squircle': '0.3.0',
37
+ 'highlight.js': '11.6.0',
38
+ 'highlight.js/lib/common': '11.6.0',
39
+ prismjs: '1.29.0',
40
+ 'prismjs/components/prism-jsx': '1.29.0',
41
+ 'prismjs/components/prism-tsx': '1.29.0',
42
+ 'react-svg': '15.1.9',
43
+ 'convert-svg-react': '1.0.0',
44
+ himalaya: '1.1.0',
45
+ 'html-react-parser': '3.0.0',
46
+ 'html-to-react': '1.5.0',
47
+ htmlparser2: '8.0.1',
48
+ jsdom: '20.0.0',
49
+ 'react-html-parser': '2.0.2',
50
+ 'react-htmlparser2': '0.1.0',
51
+ flubber: '0.4.2',
52
+ 'arc-text': '1.0.1',
53
+ 'react-helmet': '6.1.0',
54
+ 'browser-jsonp': '1.1.5',
55
+ 'fetch-jsonp': '1.2.1',
56
+ jsonp: '0.2.1',
57
+ '@codesandbox/sandpack-react': '1.3.1',
58
+ 'firebase/app': '9.12.1',
59
+ 'firebase/auth': '9.12.1',
60
+ 'firebase/firestore': '9.12.1',
61
+ 'react-tooltip': '4.4.3',
62
+ '@cyriacbr/react-split-text': '1.0.0',
63
+ 'react-hook-form': '7.39.5',
64
+ 'styled-components': '5.3.6',
65
+ 'typewriter-effect': '2.19.0',
66
+ '@dotlottie/player-component': '1.3.2',
67
+ 'objects-to-csv': '1.3.6',
68
+ 'react-spring': '9.6.1',
69
+ 'react-parallax-tilt': '1.7.71',
70
+ '@faker-js/faker': '7.6.0',
71
+ '@popmotion/popcorn': '0.4.4',
72
+ '@rainbow-me/rainbowkit': '0.4.5',
73
+ '@rainbow-me/rainbowkit/styles.css': '0.4.5',
74
+ '@react-spring/three': '9.6.1',
75
+ '@uniswap/widgets/fonts.css': '2.0.0',
76
+ '@vanilla-extract/css': '1.9.2',
77
+ 'array-move': '4.0.0',
78
+ 'chart.js': '4.1.1',
79
+ 'chart.js/auto': '4.1.1',
80
+ cmdk: '0.1.16',
81
+ gsap: '3.11.3',
82
+ 'matter-js': '0.18.0',
83
+ 'react-chartjs-2': '5.1.0',
84
+ 'react-sortable-hoc': '2.0.0',
85
+ 'react-three-fiber': '6.0.13',
86
+ 'react-use-measure': '2.1.1',
87
+ wagmi: '0.6.0',
88
+ 'wagmi/providers/alchemy': '0.6.0',
89
+ 'wagmi/providers/public': '0.6.0',
90
+ 'usehooks-ts': '2.9.1',
91
+ '@react-hook/mouse-position': '4.1.3',
92
+ aframe: '1.3.0',
93
+ 'aframe-mountain-component': '0.3.3',
94
+ 'aframe-particle-system-component': '1.1.3',
95
+ 'aframe-react': '4.4.0',
96
+ 'openweather-api-node': '1.4.1',
97
+ 'openweather-apis': '4.4.2',
98
+ 'react-html-id': '0.1.5',
99
+ 'react-icons/fi': '4.7.1',
100
+ 'three-stdlib': '2.17.0',
101
+ '@stitches/react': '1.2.7',
102
+ 'email-validator': '2.0.4',
103
+ kbar: '0.1.0-beta.36',
104
+ 'next-themes': '0.2.1',
105
+ 'reakit/Popover': '1.3.11',
106
+ lodash: '4.17.21',
107
+ 'react-grid-layout': '1.3.4',
108
+ 'use-resize-observer': '9.1.0',
109
+ '@radix-ui/colors': '0.1.8',
110
+ '@radix-ui/react-dialog': '1.0.2',
111
+ 'boring-avatars': '1.7.0',
112
+ connectkit: '1.1.0',
113
+ 'countries-and-timezones': '3.4.1',
114
+ ethers: '6.0.8',
115
+ 'fetch-dedupe': '3.0.0',
116
+ 'lodash.debounce': '4.0.8',
117
+ 'lodash.defer': '4.1.0',
118
+ 'qrcode.react': '3.1.0',
119
+ 'react-copy-to-clipboard': '5.1.0',
120
+ 'react-markdown': '8.0.4',
121
+ 'react-qr-code': '2.0.8',
122
+ 'react-syntax-highlighter/dist/esm/styles/hljs': '15.5.0',
123
+ 'react-tilt': '0.1.4',
124
+ 'react-timezone-select': '1.4.0',
125
+ 'scroller-motion': '1.2.3',
126
+ 'wagmi/chains': '0.6.6',
127
+ '@emotion/css': '11.9.0',
128
+ '@mediapipe/camera_utils': '0.3.1640029074',
129
+ '@mediapipe/hands': '0.4.1646424915',
130
+ '@shadergradient/store': '0.0.0',
131
+ '@tensorflow-models/hand-pose-detection': '2.0.0',
132
+ '@tensorflow-models/handpose': '0.0.7',
133
+ '@tensorflow/tfjs': '3.18.0',
134
+ '@tensorflow/tfjs-backend-wasm': '3.18.0',
135
+ '@tensorflow/tfjs-backend-webgl': '3.18.0',
136
+ '@tensorflow/tfjs-core': '3.18.0',
137
+ 'copy-to-clipboard': '3.3.3',
138
+ 'jsonp-promise': '0.1.2',
139
+ 'query-string': '8.1.0',
140
+ 'react-speech-kit': '3.0.1',
141
+ 'react-webcam': '7.0.1',
142
+ 'to-querystring': '1.1.1',
143
+ 'lodash-es/omit': '4.17.21',
144
+ 'zustand/shallow': '3.7.0',
145
+ 'highlight.js/lib/languages/javascript': '11.5.0',
146
+ lowlight: '2.6.1',
147
+ 'react-lowlight': '3.0.0',
148
+ 'react-lowlight/common': '3.0.0',
149
+ 'react-syntax-highlighter/dist/esm/languages/hljs/javascript': '15.5.0',
150
+ 'react-syntax-highlighter/dist/esm/styles/hljs/docco': '15.5.0',
151
+ '@calcom/embed-react': '1.0.10',
152
+ '@researchgate/react-intersection-observer': '1.3.5',
153
+ 'animated-number-react': '0.1.2',
154
+ axios: '1.4.0',
155
+ 'react-animated-counter': '1.2.4',
156
+ 'react-animated-number': '0.4.4',
157
+ 'react-circle': '1.1.1',
158
+ 'react-circle-progress-bar': '0.1.4',
159
+ 'react-circular-progressbar': '2.1.0',
160
+ 'react-countup': '6.4.2',
161
+ 'react-customizable-progressbar': '1.2.0',
162
+ 'react-hook-inview': '4.5.0',
163
+ 'react-intersection-observer': '9.4.3',
164
+ 'react-progress-label': '3.1.7',
165
+ 'react-sweet-progress': '1.1.2',
166
+ sonner: '0.3.5',
167
+ 'use-count-up': '3.0.1',
168
+ 'react-canvas-confetti': '1.4.0',
169
+ 'react-particles': '2.9.3',
170
+ 'react-use/lib/useWindowSize': '17.4.0',
171
+ swiper: '9.0.5',
172
+ 'swiper/css': '9.0.5',
173
+ 'swiper/css/effect-fade': '9.0.5',
174
+ 'swiper/css/navigation': '9.0.5',
175
+ 'swiper/css/pagination': '9.0.5',
176
+ 'swiper/css/scrollbar': '9.0.5',
177
+ 'swiper/react': '9.0.5',
178
+ classnames: '2.3.2',
179
+ 'prop-types': '15.8.0',
180
+ 'react-block-image': '1.0.0',
181
+ 'simple-icons': '8.15.0',
182
+ 'react-use': '17.4.0',
183
+ 'date-fns': '2.29.3',
184
+ '@splinetool/r3f-spline': '1.0.2',
185
+ 'js-cookie': '3.0.1',
186
+ 'react-use/lib/useCookie': '17.4.0',
187
+ 'react-use/lib/useToggle': '17.4.0',
188
+ 'os-name': '5.1.0',
189
+ '@elgorditosalsero/react-gtm-hook': '2.7.2',
190
+ rect: '1.2.1',
191
+ '@material-ui/core': '4.12.4',
192
+ '@material-ui/icons': '4.11.3',
193
+ '@n8tb1t/use-scroll-position': '2.0.3',
194
+ '@splinetool/runtime': '0.9.202',
195
+ 'classnames/bind': '2.3.2',
196
+ 'dotenv-safe': '8.2.0',
197
+ 'modern-react-qr-reader': '1.0.12',
198
+ openai: '3.1.0',
199
+ p5: '1.6.0',
200
+ 'qr-scanner': '1.4.2',
201
+ 'react-3d-viewer': '1.0.12',
202
+ 'react-audio-player': '0.17.0',
203
+ 'react-beautiful-dnd': '13.1.1',
204
+ 'react-camera-pro': '1.2.1',
205
+ 'react-chat-widget': '3.1.4',
206
+ 'react-chat-widget/lib/styles.css': '3.1.4',
207
+ 'react-cmdk': '1.3.9',
208
+ 'react-countdown': '2.3.5',
209
+ 'react-drag-and-drop': '3.0.0',
210
+ 'react-fetch-hook': '1.9.5',
211
+ 'react-geolocated': '4.0.3',
212
+ 'react-github-corner': '2.5.0',
213
+ 'react-hook-gyroscope': '1.1.12',
214
+ 'react-hook-speech-to-text': '0.8.0',
215
+ 'react-icalendar-link': '3.0.2',
216
+ 'react-image-effects': '1.0.0',
217
+ 'react-image-magnifiers': '1.4.0',
218
+ 'react-image-magnify': '2.7.4',
219
+ 'react-infinite-scroll-component': '6.1.0',
220
+ 'react-linear-gradient-button': '1.1.1',
221
+ 'react-p5': '1.3.33',
222
+ 'react-qr-reader': '3.0.0-beta-1',
223
+ 'react-qrcode-scanner': '1.0.5',
224
+ 'react-router-dom': '6.10.0',
225
+ 'react-scanned-qr': '1.2.4',
226
+ 'react-scroll-video': '1.0.6',
227
+ 'react-speech-recognition': '3.10.0',
228
+ 'react-tridi': '2.1.1',
229
+ 'react-use-scroll-position': '2.0.0',
230
+ 'react-video-scroll': '1.0.1',
231
+ 'react-water-wave': '2.0.1',
232
+ 'speech-synthesizer-react': '1.2.0',
233
+ 'tiny-viewer': '2.0.0',
234
+ 'vcard-creator': '0.6.0',
235
+ victory: '36.6.8',
236
+ '@itsjonq/controls': '0.0.9',
237
+ '@p5-wrapper/react': '4.2.0',
238
+ 'mouse-follower': '1.1.2',
239
+ 'next/dynamic': '13.4.5',
240
+ 'p5-react': '1.0.3',
241
+ 'rc-slider': '10.4.0',
242
+ 'rc-slider/assets/index.css': '10.4.0',
243
+ 'react-animated-cursor': '2.7.0',
244
+ 'react-dynamic-import': '1.1.5',
245
+ '@chakra-ui/icons': '2.0.16',
246
+ '@mui/icons-material': '5.11.11',
247
+ '@mui/icons-material/Twitter': '5.11.11',
248
+ 'react-simple-keyboard': '3.5.28',
249
+ 'virtual-keyboard-react': '1.0.2',
250
+ '@fortawesome/free-regular-svg-icons': '6.0.0',
251
+ '@fortawesome/free-solid-svg-icons': '6.0.0',
252
+ '@fortawesome/react-fontawesome': '0.1.17',
253
+ '@radix-ui/react-icons': '1.1.0',
254
+ '@radix-ui/react-popover': '0.1.6',
255
+ '@radix-ui/react-slider': '0.1.4',
256
+ '@tinymce/tinymce-react': '3.13.0',
257
+ '@tldraw/tldraw': '1.9.1',
258
+ 'bootstrap/dist/css/bootstrap.min.css': '5.1.3',
259
+ 'canvas-sketch': '0.7.6',
260
+ 'canvas-sketch-util/math': '1.10.0',
261
+ 'canvas-sketch-util/random': '1.10.0',
262
+ 'chartjs-plugin-colorschemes': '0.4.0',
263
+ 'chroma-js': '2.4.2',
264
+ 'firebase/database': '9.12.1',
265
+ 'lodash/range': '4.17.21',
266
+ 'mapbox-gl': '2.13.0',
267
+ 'phosphor-react': '1.4.1',
268
+ 'react-bootstrap': '2.1.2',
269
+ 'react-bootstrap/Button': '2.1.2',
270
+ 'react-bootstrap/Dropdown': '2.1.2',
271
+ 'react-bootstrap/DropdownButton': '2.1.2',
272
+ 'react-bootstrap/Form': '2.1.2',
273
+ 'react-bootstrap/FormControl': '2.1.2',
274
+ 'react-bootstrap/InputGroup': '2.1.2',
275
+ 'react-canvas-draw': '1.2.1',
276
+ 'react-color': '2.19.3',
277
+ 'react-confetti-explosion': '1.5.1',
278
+ 'react-date-picker': '8.4.0',
279
+ 'react-datepicker': '4.6.0',
280
+ 'react-datepicker/dist/react-datepicker-cssmodules.css': '4.6.0',
281
+ 'react-datepicker/dist/react-datepicker.css': '4.6.0',
282
+ 'react-digital-clock': '0.1.2',
283
+ 'react-live-preview': '0.0.8-alpha',
284
+ 'react-uuid': '1.0.2',
285
+ 'shuffle-letters': '1.0.2',
286
+ tone: '14.7.77',
287
+ 'unsplash-js': '7.0.15',
288
+ 'unsplash-react': '0.2.1',
289
+ 'use-sound': '4.0.1',
290
+ 'whatwg-fetch': '3.6.2',
291
+ '@emotion/styled': '11.10.6',
292
+ 'react-draggable': '4.4.5',
293
+ 'react-konva': '18.2.5',
294
+ '@9gustin/react-notion-render': '3.11.2',
295
+ '@notionhq/client': '2.2.3',
296
+ '@paultalarian/react-notion-x': '6.15.28',
297
+ 'prismjs/components/prism-javascript': '1.29.0',
298
+ 'prismjs/components/prism-typescript': '1.29.0',
299
+ 'react-content-loader': '6.2.0',
300
+ 'react-image': '4.0.3',
301
+ 'react-notion': '0.10.0',
302
+ 'react-notion-x': '6.16.0',
303
+ '@studio-freight/lenis': '1.0.29',
304
+ luxon: '3.4.4',
305
+ 'tz-lookup': '6.1.25',
306
+ '@firebase/app': '0.8.2',
307
+ '@rive-app/react-canvas': '3.0.35',
308
+ '@u-wave/react-vimeo': '0.9.10',
309
+ animejs: '3.2.1',
310
+ bootstrap: '5.3.3',
311
+ 'canvas-sketch-util': '1.10.0',
312
+ 'dom-to-image': '2.6.0',
313
+ dompurify: '3.0.6',
314
+ 'file-saver': '2.0.5',
315
+ firestore: '1.1.6',
316
+ html: '1.0.0',
317
+ 'html-to-image': '1.11.11',
318
+ html2canvas: '1.4.1',
319
+ lenis: '1.1.2',
320
+ 'lodash-es': '4.17.21',
321
+ primereact: '10.6.3',
322
+ 'react-animated-numbers': '0.16.0',
323
+ 'react-contenteditable': '3.3.7',
324
+ 'react-cookie': '4.1.1',
325
+ 'react-error-boundary': '4.0.11',
326
+ 'react-hot-toast': '2.4.1',
327
+ 'react-loading': '2.0.3',
328
+ 'react-loading-screen': '0.0.17',
329
+ 'react-loading-skeleton': '3.3.1',
330
+ 'react-mentions': '4.4.10',
331
+ 'react-player': '2.13.0',
332
+ 'react-spinners': '0.13.8',
333
+ 'react-spinners-kit': '1.9.1',
334
+ 'react-tagify': '1.0.7',
335
+ 'react-vimeo': '2.0.0',
336
+ reacts: '0.0.0',
337
+ reakit: '1.3.11',
338
+ 'sanitize-html': '2.11.0',
339
+ 'spinners-react': '1.0.7',
340
+ 'styled-jsx': '5.1.2',
341
+ swr: '2.0.2',
342
+ 'use-immer': '0.9.0',
343
+ '@carbon/charts-react': '1.13.8',
344
+ '@carbon/charts-react/styles.css': '1.13.8',
345
+ '@carbon/charts/styles.css': '1.13.8',
346
+ '@carbon/charts/styles/styles.scss': '1.13.8',
347
+ 'chartjs-plugin-gradient': '0.6.1',
348
+ csvtojson: '2.0.10',
349
+ 'csvtojson/v2': '2.0.10',
350
+ d3: '7.8.5',
351
+ echarts: '5.4.3',
352
+ 'echarts/charts': '5.4.3',
353
+ 'echarts/components': '5.4.3',
354
+ 'echarts/core': '5.4.3',
355
+ 'echarts/renderers': '5.4.3',
356
+ gridjs: '6.0.6',
357
+ 'gridjs-react': '6.0.1',
358
+ 'lodash/throttle': '4.17.21',
359
+ svgo: '3.0.2',
360
+ 'react-reconciler': '0.29.2',
361
+ 'react-reconciler/constants': '0.29.2',
362
+ '@fireworks-js/react': '2.10.6',
363
+ '@formspree/react': '2.4.2',
364
+ '@material-ui/core/IconButton': '4.12.4',
365
+ '@material-ui/icons/ArrowDropDown': '4.11.3',
366
+ '@material-ui/icons/Facebook': '4.11.3',
367
+ '@material-ui/icons/Favorite': '4.11.3',
368
+ '@material-ui/icons/FavoriteBorder': '4.11.3',
369
+ '@material-ui/icons/FileCopy': '4.11.3',
370
+ '@material-ui/icons/LinkedIn': '4.11.3',
371
+ '@material-ui/icons/Twitter': '4.11.3',
372
+ '@memberstack/react': '2.0.11',
373
+ '@supabase/auth-ui-react': '0.4.2',
374
+ '@supabase/auth-ui-shared': '0.1.6',
375
+ '@supabase/supabase-js': '2.21.0',
376
+ jotai: '1.9.2',
377
+ 'jotai/utils': '1.9.2',
378
+ moment: '2.29.4',
379
+ 'moment-timezone': '0.5.43',
380
+ mousetrap: '1.6.5',
381
+ prettier: '3.2.5',
382
+ 'prettier/parser-html': '3.2.5',
383
+ 'prettier/standalone': '3.2.5',
384
+ 'random-word': '2.0.0',
385
+ 'random-words': '1.2.0',
386
+ 'react-autocomplete-hint': '2.0.0',
387
+ 'react-autocomplete-input': '1.0.19',
388
+ 'react-device-detect': '2.2.2',
389
+ 'react-intl-tel-input': '8.2.0',
390
+ 'reading-time': '1.5.0',
391
+ 'use-dencrypt-effect': '2.0.0',
392
+ uuid: '9.0.0',
393
+ 'firebase-admin': '11.10.1',
394
+ 'firebase/analytics': '9.12.1',
395
+ 'react-firebase-hooks/firestore': '5.1.1',
396
+ 'react-loading-skeleton/dist/skeleton.css': '3.3.1',
397
+ 'react-spinners/BounceLoader': '0.13.8',
398
+ 'react-spinners/ClipLoader': '0.13.8',
399
+ 'primereact/mention': '10.0.3',
400
+ 'styled-jsx/css': '5.1.2',
401
+ 'styled-jsx/style': '5.1.2',
402
+ 'swr/infinite': '2.2.4',
403
+ 'swr/mutation': '2.2.4',
404
+ '@agentofuser/remark-oembed': '1.0.4',
405
+ '@airtable/blocks': '1.18.1',
406
+ '@auth0/auth0-react': '2.2.1',
407
+ '@botpoison/browser': '0.1.30',
408
+ '@clerk/clerk-react': '4.24.2',
409
+ '@emotion/core': '11.0.0',
410
+ '@formspark/use-formspark': '0.1.39',
411
+ '@fortawesome/fontawesome-svg-core': '6.4.2',
412
+ '@monaco-editor/react': '4.4.6',
413
+ '@phosphor-icons/react': '2.0.10',
414
+ '@radix-ui/react-context-menu': '2.1.4',
415
+ '@radix-ui/react-switch': '1.0.3',
416
+ '@radix-ui/react-tooltip': '1.0.6',
417
+ '@ramonak/react-progress-bar': '5.0.3',
418
+ '@react-spring/web': '9.7.2',
419
+ '@react-three/cannon': '6.5.2',
420
+ '@reactuses/core': '4.0.8',
421
+ '@scotato/react-squircle': '1.1.3',
422
+ '@splinetool/loader': '0.9.150',
423
+ '@tanstack/react-query': '4.35.3',
424
+ '@uidotdev/usehooks': '2.2.0',
425
+ '@veltdev/react': '1.0.15',
426
+ '@zag-js/pin-input': '0.13.0',
427
+ '@zag-js/react': '0.13.0',
428
+ '@zoom-image/react': '0.3.10',
429
+ algoliasearch: '4.24.0',
430
+ alpinejs: '3.12.0',
431
+ atrament: '3.0.0',
432
+ 'caniuse-api': '3.0.0',
433
+ 'caniuse-lite': '1.0.30001492',
434
+ canvas: '2.11.0',
435
+ 'color-thief': '2.2.5',
436
+ 'color-thief-react': '2.1.0',
437
+ 'corner-smoothing': '0.1.3',
438
+ 'countup.js': '2.8.0',
439
+ 'css-to-react-native': '3.2.0',
440
+ 'dat.js': '0.0.1',
441
+ 'date-fns-tz': '2.0.0',
442
+ dayjs: '1.11.7',
443
+ handlebars: '4.7.7',
444
+ 'hex-rgb': '5.0.0',
445
+ 'instagram-followers': '1.0.0',
446
+ kmenu: '1.2.2-nightly-dev',
447
+ 'lodash-move': '1.1.1',
448
+ 'lottie-web': '5.12.1',
449
+ 'lucide-react': '0.115.0',
450
+ macy: '2.5.1',
451
+ marked: '4.2.12',
452
+ masonry: '0.0.2',
453
+ 'material-icons': '1.13.12',
454
+ 'micromark-extension-gfm': '2.0.1',
455
+ 'ninja-keys': '1.2.2',
456
+ 'node-vibrant': '3.2.1-alpha.1',
457
+ 'number-format.js': '2.0.9',
458
+ pagemap: '1.4.0',
459
+ qrcode: '1.5.3',
460
+ 'qrcode-svg': '1.1.0',
461
+ querystring: '0.2.1',
462
+ raf: '3.4.1',
463
+ 'react-animejs-wrapper': '1.0.35',
464
+ 'react-append-to-body': '2.0.26',
465
+ 'react-css-variables': '2.0.1',
466
+ 'react-dom-confetti': '0.2.0',
467
+ 'react-flashlight': '1.0.6',
468
+ 'react-fps-stats': '0.3.1',
469
+ 'react-glitch-animation': '1.0.0',
470
+ 'react-gooey': '1.5.1',
471
+ 'react-google-maps': '9.4.5',
472
+ 'react-hotkeys-hook': '4.4.1',
473
+ 'react-idle-timer': '5.7.2',
474
+ 'react-instantsearch-hooks-web': '6.39.3',
475
+ 'react-leaflet': '4.2.1',
476
+ 'react-lottie': '1.2.3',
477
+ 'react-map-gl': '7.0.21',
478
+ 'react-map-interaction': '2.1.0',
479
+ 'react-masonry-css': '1.0.16',
480
+ 'react-odometerjs': '3.1.0',
481
+ 'react-p5-wrapper': '4.1.2',
482
+ 'react-particle-effect-button': '1.0.1',
483
+ 'react-picture-in-picture': '1.0.0',
484
+ 'react-punch': '0.1.0',
485
+ 'react-query': '3.39.3',
486
+ 'react-resizable-panels': '0.0.55',
487
+ 'react-responsive-masonry': '2.1.7',
488
+ 'react-ripples': '2.2.1',
489
+ 'react-router': '6.10.0',
490
+ 'react-scroll-trigger': '0.6.14',
491
+ 'react-select': '5.7.4',
492
+ 'react-shuffle-text': '1.0.6',
493
+ 'react-ticker': '1.3.2',
494
+ 'react-timeago': '7.2.0',
495
+ 'react-toast-notifications': '2.5.1',
496
+ 'react-toastify': '9.1.2',
497
+ 'react-tweet': '3.1.1',
498
+ 'react-twitter-embed': '4.0.4',
499
+ 'react-type-animation': '3.1.0',
500
+ 'react-typing-effect': '2.0.5',
501
+ 'react-use-gesture': '9.1.3',
502
+ 'react-window': '1.8.9',
503
+ 'react-wrap-balancer': '1.1.0',
504
+ 'remark-gfm': '3.0.1',
505
+ scrollex: '2.0.1',
506
+ 'simplex-noise': '4.0.1',
507
+ 'spotify-now-playing': '1.1.4',
508
+ 'stats.js': '0.17.0',
509
+ textures: '1.2.3',
510
+ 'threejs-toys': '0.0.8',
511
+ 'tsparticles-confetti': '2.9.3',
512
+ 'tsparticles-engine': '2.10.1',
513
+ 'tsparticles-preset-firefly': '2.10.1',
514
+ 'use-is-focused': '0.0.1',
515
+ 'use-scramble': '2.2.12',
516
+ vanta: '0.5.24',
517
+ vcard4: '3.1.5',
518
+ 'wix-animations': '1.0.412',
519
+ 'next/router': '13.5.1',
520
+ '@mui/material': '5.13.0',
521
+ '@mui/material/Slider': '5.13.0',
522
+ '@fortawesome/fontawesome-svg-core/styles.css': '6.4.2',
523
+ '@fortawesome/free-solid-svg-icons/faHome': '6.4.2',
524
+ 'three/examples/jsm/controls/OrbitControls.js': '0.136.0',
525
+ 'react-code-blocks': '0.0.9-0',
526
+ '@fortawesome/free-regular-svg-icons/faEnvelope': '6.4.2',
527
+ '@fortawesome/free-solid-svg-icons/faEnvelope': '6.4.2',
528
+ 'algoliasearch/lite': '4.14.3',
529
+ 'react-icons/ri': '4.10.1',
530
+ 'react-icons': '4.7.1',
531
+ 'react-icons/fa': '4.7.1',
532
+ '@babel/core': '7.22.1',
533
+ '@babel/preset-react': '7.22.3',
534
+ 'babel-runtime/helpers/classCallCheck': '6.26.0',
535
+ 'babel-runtime/helpers/createClass': '6.26.0',
536
+ 'babel-runtime/helpers/extends': '6.26.0',
537
+ 'babel-runtime/helpers/inherits': '6.26.0',
538
+ 'babel-runtime/helpers/possibleConstructorReturn': '6.26.0',
539
+ '@mui/material/Stack': '5.11.10',
540
+ 'next/head': '13.1.6',
541
+ 'chakra-ui': '0.3.9',
542
+ 'next/app': '13.1.6',
543
+ 'react-icons/si': '4.7.1',
544
+ '@heroicons/react/20/solid': '2.0.18',
545
+ '@mui/material/Button': '5.3.1',
546
+ '@chakra-ui/react': '1.7.5',
547
+ 'animejs/lib/anime.es.js': '3.2.1',
548
+ 'material-icons/iconfont/material-icons.css': '1.13.9',
549
+ 'react-icons/md': '4.10.1',
550
+ 'react-toastify/dist/ReactToastify.css': '9.1.2',
551
+ '@mui/icons-material/ArrowBackIos': '5.14.13',
552
+ '@airtable/blocks/ui': '1.18.1',
553
+ '@material-ui/icons/ThumbUp': '4.11.3',
554
+ 'react-player/vimeo': '2.16.0',
555
+ 'react-player/youtube': '2.16.0',
556
+ jquery: '3.7.1',
557
+ 'react-smart-masonry': '2.0.2',
558
+ tailwindcss: '3.3.3',
559
+ 'sneaks-api': '1.2.3',
560
+ 'react-swipeable': '7.0.1',
561
+ events: '3.3.0',
562
+ paper: '0.12.17',
563
+ fr: '1.2.2',
564
+ 'iconoir-react': '6.11.0',
565
+ twemoji: '14.0.2',
566
+ 'react-hook-mighty-mouse': '1.4.31',
567
+ '@emotion/react': '11.11.1',
568
+ emojione: '4.5.0',
569
+ 'html2pdf.js': '0.10.1',
570
+ jspdf: '2.5.1',
571
+ '@mapbox/polyline': '1.2.0',
572
+ 'apple-mapkit-js': '6.1.0',
573
+ 'czech-inflection': '1.1.1',
574
+ 'node-currency-exchange-rates': '1.0.7',
575
+ tokens: '0.0.8',
576
+ '@mapbox/mapbox-sdk': '0.15.3',
577
+ '@mapbox/mapbox-sdk/services/geocoding': '0.15.3',
578
+ 'currency-converter-lt': '2.0.0',
579
+ 'exchange-rates-api': '1.1.0',
580
+ jsonwebtoken: '9.0.1',
581
+ jsrsasign: '10.8.6',
582
+ jwa: '1.4.1',
583
+ money: '0.2.0',
584
+ 'open-exchange-rates': '0.3.0',
585
+ 'simplify-js': '1.2.4',
586
+ '@splinetool/react-spline': '2.2.6',
587
+ '@splinetool/viewer': '0.9.440',
588
+ '@ark-ui/react': '2.2.3',
589
+ '@firebase/firestore': '4.4.3',
590
+ '@radix-ui/react-accordion': '1.1.2',
591
+ '@radix-ui/react-checkbox': '1.0.4',
592
+ '@radix-ui/react-hover-card': '1.0.7',
593
+ '@radix-ui/react-label': '2.0.2',
594
+ 'react-aria': '3.32.1',
595
+ 'react-day-picker': '8.10.0',
596
+ 'react-firebase-hooks/auth': '5.1.1',
597
+ validator: '13.11.0',
598
+ zod: '3.20.6',
599
+ 'three.js': '0.77.1',
600
+ 'gl-react': '5.2.0',
601
+ pts: '0.12.9',
602
+ '@thirdweb-dev/react': '3.11.11',
603
+ 'react-scramble-text': '1.0.1',
604
+ chaffle: '2.1.0',
605
+ '@stripe/react-stripe-js': '2.3.0',
606
+ '@stripe/stripe-js': '2.1.6',
607
+ 'keen-slider/keen-slider.min.css': '6.8.5',
608
+ 'keen-slider/react': '6.8.5',
609
+ vaul: '1.0.0',
610
+ 'dayjs/plugin/isoWeek': '1.11.13',
611
+ 'react-backdrop-filter': '2.1.0',
612
+ '@mui/material/Grid': '5.14.8',
613
+ '@mui/material/Icon': '5.14.8',
614
+ '@mui/system': '5.14.8',
615
+ '@mui/types': '2.0.1',
616
+ 'darkmode-js': '1.5.7',
617
+ 'iconsax-react': '0.0.8',
618
+ 'react-particles-webgl': '1.0.10',
619
+ 'react-countdown-circle-timer': '3.0.9',
620
+ '@hookform/resolvers': '2.9.11',
621
+ '@mui/material/Checkbox': '5.11.10',
622
+ '@mui/material/FormControl': '5.11.10',
623
+ '@mui/material/FormControlLabel': '5.11.10',
624
+ '@mui/material/FormGroup': '5.11.10',
625
+ '@mui/material/FormHelperText': '5.11.10',
626
+ '@mui/material/TextField': '5.11.10',
627
+ '@ts-react/form': '1.2.0',
628
+ 'custom-no-code-form': '0.0.1',
629
+ '@react-three/postprocessing': '2.15.11',
630
+ '@react-three/rapier': '1.1.2',
631
+ maath: '0.9.0',
632
+ 'react-phone-number-input': '3.2.23',
633
+ 'react-phone-number-input/style.css': '3.2.23',
634
+ '@pqina/flip': '1.8.1',
635
+ 'yet-another-react-lightbox': '3.15.4',
636
+ 'yet-another-react-lightbox/plugins/fullscreen': '3.15.4',
637
+ 'yet-another-react-lightbox/plugins/inline': '3.15.4',
638
+ 'yet-another-react-lightbox/plugins/zoom': '3.15.4',
639
+ '@dotlottie/react-player': '0.0.0',
640
+ '@react-hook/resize-observer': '1.2.6',
641
+ '@react-hook/size': '2.1.2',
642
+ 'typer-react': '1.0.0',
643
+ frame: '1.0.0-alpha.2',
644
+ '@tabler/icons-react': '2.15.0',
645
+ '@mui/base/TextareaAutosize': '5.0.0-beta.4',
646
+ '@mui/icons-material/Delete': '5.11.16',
647
+ '@mui/material/Box': '5.11.8',
648
+ '@mui/material/Collapse': '5.11.8',
649
+ '@mui/material/Fade': '5.11.8',
650
+ '@mui/material/Grow': '5.11.8',
651
+ '@mui/material/IconButton': '5.11.8',
652
+ '@mui/material/List': '5.11.8',
653
+ '@mui/material/ListItem': '5.11.8',
654
+ '@mui/material/ListItemText': '5.11.8',
655
+ '@mui/material/Paper': '5.11.8',
656
+ '@mui/material/Switch': '5.11.8',
657
+ '@mui/material/styles': '5.11.8',
658
+ 'react-transition-group': '4.4.5',
659
+ '@material-ui/core/Button': '4.12.4',
660
+ '@material-ui/core/FormControl': '4.12.4',
661
+ '@material-ui/core/MenuItem': '4.12.4',
662
+ '@material-ui/core/Select': '4.12.4',
663
+ '@material-ui/core/styles': '4.12.4',
664
+ '@mui/material/Table': '5.11.8',
665
+ '@mui/material/TableBody': '5.11.8',
666
+ '@mui/material/TableCell': '5.11.8',
667
+ '@mui/material/TableContainer': '5.11.8',
668
+ '@mui/material/TableHead': '5.11.8',
669
+ '@mui/material/TableRow': '5.11.8',
670
+ '@theatre/core': '0.6.1',
671
+ 'gsap/ScrollTrigger': '3.12.5',
672
+ request: '2.88.2',
673
+ 'canvas-scroll-clip': '1.3.1',
674
+ 'firebase/storage': '10.1.0',
675
+ 'javascript-obfuscator': '4.1.0',
676
+ '@carbon/charts': '1.11.13',
677
+ 'carbon-components/scss/globals/scss/styles.scss': '10.58.10',
678
+ 'fathom-client': '3.5.0',
679
+ 'react-orbits': '1.0.5',
680
+ 'filepond/dist/filepond.min.css': '4.30.4',
681
+ 'react-file-base64': '1.0.3',
682
+ 'react-filepond': '7.1.2',
683
+ '@headlessui/react': '1.7.16',
684
+ '@shopify/shopify-api': '7.5.0',
685
+ '@shopify/shopify-api/adapters/node': '7.5.0',
686
+ 'graphql-request': '6.1.0',
687
+ 'react-mapbox-gl': '5.1.1',
688
+ '@lottiefiles/lottie-interactivity': '1.6.2',
689
+ '@lottiefiles/lottie-player': '2.0.3',
690
+ 'react-lottie-player': '1.5.6',
691
+ 'esm-env': '1.2.1',
692
+ 'number-flow': '0.4.2',
693
+ '@p5-wrapper/next': '1.0.1',
694
+ 'webgl-fluid-enhanced': '0.5.2',
695
+ '@fortawesome/free-brands-svg-icons': '6.5.1',
696
+ 'browser-image-compression': '2.0.2',
697
+ '@react-google-maps/api': '2.19.3',
698
+ 'jquery.ripples': '0.6.3',
699
+ '@coreui/icons': '3.0.1',
700
+ '@coreui/icons-react': '2.2.1',
701
+ 'ka-table': '8.9.0',
702
+ 'ka-table/enums': '8.9.0',
703
+ '@radix-ui/react-slot': '1.0.2',
704
+ 'class-variance-authority': '0.7.0',
705
+ 'simplebar-react': '3.2.4',
706
+ 'simplebar/dist/simplebar.min.css': '6.2.5',
707
+ '@tsparticles/engine': '3.5.0',
708
+ '@tsparticles/react': '3.0.0',
709
+ 'react-zoom-pan-pinch': '3.6.1',
710
+ 'rehype-raw': '7.0.0',
711
+ 'split-type': '0.3.4',
712
+ 'gsap/MotionPathPlugin': '3.12.5',
713
+ 'react-rating-stars-component': '2.2.0',
714
+ 'react-star-rating-component': '1.4.1',
715
+ '@shopify/storefront-api-client': '0.2.2',
716
+ 'react-magnifier': '3.0.4',
717
+ 'react-load-script': '0.0.6',
718
+ 'react-colorful': '5.6.1',
719
+ 'lottie-react-web': '2.2.2',
720
+ 'resize-observer-polyfill': '1.5.1',
721
+ 'js-file-download': '0.4.12',
722
+ '@semcore/button': '4.3.24',
723
+ '@semcore/ui': '13.27.4',
724
+ jsonld: '8.1.1',
725
+ 'react-helmet-async': '1.3.0',
726
+ 'react-ld-json': '0.1.0-beta.2',
727
+ 'react-schemaorg': '2.0.0',
728
+ 'react-scroll-progress-bar': '1.1.13',
729
+ 'react-structured-data': '0.0.14',
730
+ 'react-vis': '1.11.12',
731
+ 'rsuite/Notification': '5.34.0',
732
+ 'rsuite/toaster': '5.34.0',
733
+ 'rumble-charts': '5.0.0',
734
+ 'schema-dts': '1.1.2',
735
+ 'typewriter-effect/dist/core': '2.21.0',
736
+ 'next/image': '13.5.5',
737
+ 'react-ionicons': '4.2.1',
738
+ 'fib-retracement': '0.2.1',
739
+ 'lodash/debounce': '4.17.21',
740
+ cesium: '1.117.0',
741
+ 'cesium/Build/Cesium/Widgets/widgets.css': '1.117.0',
742
+ 'element-react': '1.4.34',
743
+ 'element-theme-default': '1.4.13',
744
+ 'element-ui': '2.15.14',
745
+ 'element-ui/lib/theme-chalk/index.css': '2.15.14',
746
+ 'react-dnd': '16.0.1',
747
+ 'react-dnd-html5-backend': '16.0.1',
748
+ 'shopify-api-node': '3.13.1',
749
+ stripe: '15.7.0',
750
+ '@ckeditor/ckeditor5-build-classic/build/ckeditor.js': '41.4.2',
751
+ '@draft-js-plugins/editor': '4.1.4',
752
+ 'avif.js': '0.2.0',
753
+ 'draft-js': '0.11.7',
754
+ 'draft-js/dist/Draft.css': '0.11.7',
755
+ 'react-draft-wysiwyg': '1.15.0',
756
+ 'react-draft-wysiwyg/dist/react-draft-wysiwyg.css': '1.15.0',
757
+ 'iframe-resizer/js/iframeResizer.min.js': '4.4.5',
758
+ 'three-instanced-uniforms-mesh': '0.49.0',
759
+ 'troika-three-utils': '0.44.0',
760
+ qss: '3.0.0',
761
+ '@polar-sh/checkout/embed': '0.1.6',
762
+ 'framer-plugin': '0.1.3',
763
+ 'react-slider': '2.0.6',
764
+ 'markdown-to-jsx': '7.1.9',
765
+ 'marked-react': '1.3.2',
766
+ 'prismjs/components/prism-core': '1.29.0',
767
+ 'prismjs/components/prism-css': '1.29.0',
768
+ 'prismjs/components/prism-markup': '1.29.0',
769
+ 'prismjs/themes/prism-okaidia.css': '1.29.0',
770
+ 'react-showdown': '2.3.1',
771
+ 'react-simple-code-editor': '0.13.1',
772
+ 'react-syntax-highlighter/dist/cjs/languages/prism/bash': '15.5.0',
773
+ 'react-syntax-highlighter/dist/cjs/languages/prism/json': '15.5.0',
774
+ 'react-syntax-highlighter/dist/cjs/languages/prism/markdown': '15.5.0',
775
+ 'react-syntax-highlighter/dist/cjs/languages/prism/scss': '15.5.0',
776
+ 'react-syntax-highlighter/dist/cjs/languages/prism/tsx': '15.5.0',
777
+ 'react-syntax-highlighter/dist/cjs/languages/prism/typescript': '15.5.0',
778
+ 'rehype-highlight': '6.0.0',
779
+ 'to-vfile': '7.2.4',
780
+ '@mojs/core': '1.5.1',
781
+ };
782
+ //# sourceMappingURL=framer-package-versions.js.map