base-themes 0.1.2 → 0.1.3
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.
- package/CHANGELOG.md +25 -0
- package/CODE_OF_CONDUCT.md +22 -0
- package/CONTRIBUTING.md +98 -0
- package/LICENSE +21 -0
- package/README.md +316 -3
- package/RELEASE.md +80 -0
- package/SECURITY.md +49 -0
- package/bin/base-themes.mjs +143 -0
- package/dist/base-themes.css +1 -1
- package/dist/base-themes.js +857 -302
- package/dist/llms-full.txt +288 -0
- package/dist/llms.txt +79 -0
- package/dist/types/blocks/AuthCard.d.ts +2 -0
- package/dist/types/blocks/CommandPaletteBlock.d.ts +2 -0
- package/dist/types/blocks/DashboardShell.d.ts +2 -0
- package/dist/types/blocks/DataTableBlock.d.ts +2 -0
- package/dist/types/blocks/PricingPanel.d.ts +2 -0
- package/dist/types/blocks/SettingsForm.d.ts +2 -0
- package/dist/types/blocks/TeamActivityFeed.d.ts +2 -0
- package/dist/types/blocks/ThemeShowcaseCard.d.ts +2 -0
- package/dist/types/blocks/index.d.ts +8 -0
- package/dist/types/components/ui/Input.d.ts +3 -0
- package/dist/types/components/ui/index.d.ts +1 -1
- package/dist/types/lib.d.ts +1 -0
- package/docs/adoption-dashboard.md +149 -0
- package/docs/analytics-setup.md +145 -0
- package/docs/community-gallery-proposal.md +64 -0
- package/docs/community-proof-telemetry.md +47 -0
- package/docs/contributor-issue-seeds.md +240 -0
- package/docs/registry-access-telemetry.md +87 -0
- package/docs/release-announcement-kit.md +229 -0
- package/docs/search-console-setup.md +111 -0
- package/docs/theme-token-contract.md +113 -0
- package/examples/dashboard/README.md +24 -0
- package/examples/dashboard/index.html +12 -0
- package/examples/dashboard/package-lock.json +1212 -0
- package/examples/dashboard/package.json +24 -0
- package/examples/dashboard/src/App.tsx +115 -0
- package/examples/dashboard/src/main.tsx +11 -0
- package/examples/dashboard/src/styles.css +129 -0
- package/examples/dashboard/src/vite-env.d.ts +4 -0
- package/examples/dashboard/tsconfig.app.json +23 -0
- package/examples/dashboard/tsconfig.json +7 -0
- package/examples/dashboard/tsconfig.node.json +15 -0
- package/examples/dashboard/vite.config.ts +6 -0
- package/examples/next/README.md +29 -0
- package/examples/next/app/base-themes-demo.tsx +70 -0
- package/examples/next/app/layout.tsx +16 -0
- package/examples/next/app/page.tsx +9 -0
- package/examples/next/app/styles.css +106 -0
- package/examples/next/next-env.d.ts +6 -0
- package/examples/next/next.config.ts +5 -0
- package/examples/next/package-lock.json +1199 -0
- package/examples/next/package.json +27 -0
- package/examples/next/tsconfig.json +36 -0
- package/examples/registry-copy/README.md +73 -0
- package/examples/registry-copy/plan-copy.mjs +130 -0
- package/examples/theme-customization/README.md +26 -0
- package/examples/theme-customization/index.html +12 -0
- package/examples/theme-customization/package-lock.json +1212 -0
- package/examples/theme-customization/package.json +24 -0
- package/examples/theme-customization/src/App.tsx +138 -0
- package/examples/theme-customization/src/main.tsx +11 -0
- package/examples/theme-customization/src/styles.css +138 -0
- package/examples/theme-customization/src/vite-env.d.ts +4 -0
- package/examples/theme-customization/tsconfig.app.json +23 -0
- package/examples/theme-customization/tsconfig.json +7 -0
- package/examples/theme-customization/tsconfig.node.json +15 -0
- package/examples/theme-customization/vite.config.ts +6 -0
- package/examples/vite/README.md +32 -0
- package/examples/vite/index.html +12 -0
- package/examples/vite/package-lock.json +1200 -0
- package/examples/vite/package.json +24 -0
- package/examples/vite/src/App.tsx +101 -0
- package/examples/vite/src/main.tsx +11 -0
- package/examples/vite/src/styles.css +125 -0
- package/examples/vite/src/vite-env.d.ts +4 -0
- package/examples/vite/tsconfig.app.json +23 -0
- package/examples/vite/tsconfig.json +7 -0
- package/examples/vite/tsconfig.node.json +15 -0
- package/examples/vite/vite.config.ts +6 -0
- package/llms-full.txt +288 -0
- package/llms.txt +79 -0
- package/package.json +157 -14
- package/registry/items/accordion.json +101 -0
- package/registry/items/alert-dialog.json +107 -0
- package/registry/items/autocomplete.json +106 -0
- package/registry/items/avatar.json +101 -0
- package/registry/items/block-auth-card.json +105 -0
- package/registry/items/block-command-palette.json +99 -0
- package/registry/items/block-dashboard-shell.json +101 -0
- package/registry/items/block-data-table.json +99 -0
- package/registry/items/block-pricing-panel.json +99 -0
- package/registry/items/block-settings-form.json +107 -0
- package/registry/items/block-team-activity-feed.json +99 -0
- package/registry/items/block-theme-showcase-card.json +99 -0
- package/registry/items/button.json +102 -0
- package/registry/items/checkbox-group.json +106 -0
- package/registry/items/checkbox.json +102 -0
- package/registry/items/collapsible.json +101 -0
- package/registry/items/combobox.json +101 -0
- package/registry/items/context-menu.json +106 -0
- package/registry/items/csp-provider.json +96 -0
- package/registry/items/dialog.json +102 -0
- package/registry/items/direction-provider.json +101 -0
- package/registry/items/drawer.json +101 -0
- package/registry/items/field.json +101 -0
- package/registry/items/fieldset.json +101 -0
- package/registry/items/form.json +101 -0
- package/registry/items/input.json +102 -0
- package/registry/items/menu.json +101 -0
- package/registry/items/menubar.json +106 -0
- package/registry/items/meter.json +101 -0
- package/registry/items/navigation-menu.json +101 -0
- package/registry/items/number-field.json +101 -0
- package/registry/items/otp-field.json +101 -0
- package/registry/items/popover.json +102 -0
- package/registry/items/preview-card.json +101 -0
- package/registry/items/progress.json +101 -0
- package/registry/items/radio-group.json +102 -0
- package/registry/items/radio.json +101 -0
- package/registry/items/scroll-area.json +101 -0
- package/registry/items/select.json +102 -0
- package/registry/items/separator.json +101 -0
- package/registry/items/slider.json +102 -0
- package/registry/items/switch.json +102 -0
- package/registry/items/tabs.json +101 -0
- package/registry/items/theme-bauhaus.json +107 -0
- package/registry/items/theme-bento.json +107 -0
- package/registry/items/theme-calm.json +107 -0
- package/registry/items/theme-cyberpunk.json +108 -0
- package/registry/items/theme-data-dense.json +107 -0
- package/registry/items/theme-editorial.json +107 -0
- package/registry/items/theme-enterprise.json +108 -0
- package/registry/items/theme-fluent.json +107 -0
- package/registry/items/theme-glass.json +107 -0
- package/registry/items/theme-linear.json +107 -0
- package/registry/items/theme-luxury.json +107 -0
- package/registry/items/theme-material.json +107 -0
- package/registry/items/theme-minimal.json +107 -0
- package/registry/items/theme-mono.json +107 -0
- package/registry/items/theme-neo-brutalism.json +107 -0
- package/registry/items/theme-playful.json +107 -0
- package/registry/items/theme-retro.json +107 -0
- package/registry/items/theme-shadcn.json +107 -0
- package/registry/items/theme-soft-ui.json +107 -0
- package/registry/items/theme-terminal.json +107 -0
- package/registry/items/toast.json +106 -0
- package/registry/items/toggle-group.json +101 -0
- package/registry/items/toggle.json +101 -0
- package/registry/items/toolbar.json +101 -0
- package/registry/items/tooltip.json +102 -0
- package/registry/registry.json +564 -49
- package/registry/shadcn-registry.json +415 -0
- package/research/telemetry-fixtures/analytics-events.jsonl +9 -0
- package/research/telemetry-fixtures/bundle-report.json +44 -0
- package/research/telemetry-fixtures/community-proof.csv +5 -0
- package/research/telemetry-fixtures/registry-access.jsonl +10 -0
- package/research/telemetry-fixtures/search-console-export.csv +4 -0
- package/scripts/registry-plan.mjs +434 -0
- package/scripts/render-launch-actions.mjs +405 -0
- package/scripts/render-launch-status.mjs +373 -0
- package/scripts/render-release-announcement.mjs +329 -0
- package/scripts/verify-launch-readiness.mjs +415 -0
- package/scripts/verify-telemetry-fixtures.mjs +85 -0
- package/scripts/verify-telemetry-report.mjs +89 -0
- package/skills/base-themes/SKILL.md +151 -47
- package/src/blocks/AuthCard.tsx +29 -0
- package/src/blocks/Blocks.css +182 -0
- package/src/blocks/CommandPaletteBlock.tsx +32 -0
- package/src/blocks/DashboardShell.tsx +36 -0
- package/src/blocks/DataTableBlock.tsx +44 -0
- package/src/blocks/PricingPanel.tsx +28 -0
- package/src/blocks/SettingsForm.tsx +37 -0
- package/src/blocks/TeamActivityFeed.tsx +38 -0
- package/src/blocks/ThemeShowcaseCard.tsx +32 -0
- package/src/blocks/index.ts +8 -0
- package/src/components/ui/Accordion.css +42 -0
- package/src/components/ui/Accordion.tsx +41 -0
- package/src/components/ui/AlertDialog.css +40 -0
- package/src/components/ui/AlertDialog.tsx +52 -0
- package/src/components/ui/Autocomplete.css +3 -0
- package/src/components/ui/Autocomplete.tsx +50 -0
- package/src/components/ui/Avatar.css +45 -0
- package/src/components/ui/Avatar.tsx +36 -0
- package/src/components/ui/Button.css +79 -0
- package/src/components/ui/Button.tsx +20 -0
- package/src/components/ui/Checkbox.css +37 -0
- package/src/components/ui/Checkbox.tsx +32 -0
- package/src/components/ui/CheckboxGroup.tsx +21 -0
- package/src/components/ui/Collapsible.css +34 -0
- package/src/components/ui/Collapsible.tsx +29 -0
- package/src/components/ui/Combobox.css +75 -0
- package/src/components/ui/Combobox.tsx +53 -0
- package/src/components/ui/ContextMenu.css +9 -0
- package/src/components/ui/ContextMenu.tsx +47 -0
- package/src/components/ui/CspProvider.tsx +10 -0
- package/src/components/ui/Dialog.css +41 -0
- package/src/components/ui/Dialog.tsx +45 -0
- package/src/components/ui/DirectionProvider.tsx +17 -0
- package/src/components/ui/Drawer.css +77 -0
- package/src/components/ui/Drawer.tsx +56 -0
- package/src/components/ui/Field.css +19 -0
- package/src/components/ui/Field.tsx +24 -0
- package/src/components/ui/Fieldset.css +16 -0
- package/src/components/ui/Fieldset.tsx +19 -0
- package/src/components/ui/Form.css +5 -0
- package/src/components/ui/Form.tsx +12 -0
- package/src/components/ui/Input.css +50 -0
- package/src/components/ui/Input.tsx +62 -0
- package/src/components/ui/Menu.css +59 -0
- package/src/components/ui/Menu.tsx +50 -0
- package/src/components/ui/Menubar.css +26 -0
- package/src/components/ui/Menubar.tsx +42 -0
- package/src/components/ui/Meter.css +45 -0
- package/src/components/ui/Meter.tsx +37 -0
- package/src/components/ui/NavigationMenu.css +103 -0
- package/src/components/ui/NavigationMenu.tsx +64 -0
- package/src/components/ui/NumberField.css +38 -0
- package/src/components/ui/NumberField.tsx +28 -0
- package/src/components/ui/OtpField.css +28 -0
- package/src/components/ui/OtpField.tsx +24 -0
- package/src/components/ui/Popover.css +25 -0
- package/src/components/ui/Popover.tsx +37 -0
- package/src/components/ui/PreviewCard.css +33 -0
- package/src/components/ui/PreviewCard.tsx +43 -0
- package/src/components/ui/Progress.css +33 -0
- package/src/components/ui/Progress.tsx +28 -0
- package/src/components/ui/Radio.tsx +22 -0
- package/src/components/ui/RadioGroup.css +42 -0
- package/src/components/ui/RadioGroup.tsx +29 -0
- package/src/components/ui/ScrollArea.css +42 -0
- package/src/components/ui/ScrollArea.tsx +22 -0
- package/src/components/ui/Select.css +86 -0
- package/src/components/ui/Select.tsx +39 -0
- package/src/components/ui/Separator.css +14 -0
- package/src/components/ui/Separator.tsx +12 -0
- package/src/components/ui/Slider.css +39 -0
- package/src/components/ui/Slider.tsx +21 -0
- package/src/components/ui/Switch.css +45 -0
- package/src/components/ui/Switch.tsx +29 -0
- package/src/components/ui/Tabs.css +72 -0
- package/src/components/ui/Tabs.tsx +44 -0
- package/src/components/ui/Toast.css +75 -0
- package/src/components/ui/Toast.tsx +48 -0
- package/src/components/ui/Toggle.tsx +12 -0
- package/src/components/ui/ToggleGroup.css +35 -0
- package/src/components/ui/ToggleGroup.tsx +30 -0
- package/src/components/ui/Toolbar.css +60 -0
- package/src/components/ui/Toolbar.tsx +36 -0
- package/src/components/ui/Tooltip.css +14 -0
- package/src/components/ui/Tooltip.tsx +31 -0
- package/src/components/ui/index.ts +83 -0
- package/src/components/ui/useDirection.ts +1 -0
- package/src/components/ui/useToastManager.ts +11 -0
- package/src/docs/blockMeta.json +66 -0
- package/src/docs/componentMeta.json +322 -0
- package/src/docs/staticPageMeta.json +143 -0
- package/src/docs/themeMeta.json +22 -0
- package/src/styles/tokenContract.json +61 -0
- package/workers/analytics-receiver.mjs +170 -0
- package/wrangler.analytics.jsonc +12 -0
|
@@ -0,0 +1,1199 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "base-themes-next-example",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"lockfileVersion": 3,
|
|
5
|
+
"requires": true,
|
|
6
|
+
"packages": {
|
|
7
|
+
"": {
|
|
8
|
+
"name": "base-themes-next-example",
|
|
9
|
+
"version": "0.0.0",
|
|
10
|
+
"dependencies": {
|
|
11
|
+
"@base-ui/react": "^1.5.0",
|
|
12
|
+
"base-themes": "file:../..",
|
|
13
|
+
"next": "^16.0.6",
|
|
14
|
+
"react": "^19.2.6",
|
|
15
|
+
"react-dom": "^19.2.6"
|
|
16
|
+
},
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@types/node": "^24.12.3",
|
|
19
|
+
"@types/react": "^19.2.14",
|
|
20
|
+
"@types/react-dom": "^19.2.3",
|
|
21
|
+
"typescript": "~6.0.2"
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"../..": {
|
|
25
|
+
"name": "base-themes",
|
|
26
|
+
"version": "0.1.2",
|
|
27
|
+
"license": "MIT",
|
|
28
|
+
"dependencies": {
|
|
29
|
+
"clsx": "^2.1.1",
|
|
30
|
+
"lucide-react": "^1.16.0"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@base-ui/react": "^1.5.0",
|
|
34
|
+
"@cloudflare/vite-plugin": "^1.39.0",
|
|
35
|
+
"@eslint/js": "^10.0.1",
|
|
36
|
+
"@gsap/react": "^2.1.2",
|
|
37
|
+
"@types/node": "^24.12.3",
|
|
38
|
+
"@types/react": "^19.2.14",
|
|
39
|
+
"@types/react-dom": "^19.2.3",
|
|
40
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
41
|
+
"eslint": "^10.3.0",
|
|
42
|
+
"eslint-plugin-react-hooks": "^7.1.1",
|
|
43
|
+
"eslint-plugin-react-refresh": "^0.5.2",
|
|
44
|
+
"globals": "^17.6.0",
|
|
45
|
+
"gsap": "^3.15.0",
|
|
46
|
+
"react": "^19.2.6",
|
|
47
|
+
"react-dom": "^19.2.6",
|
|
48
|
+
"typescript": "~6.0.2",
|
|
49
|
+
"typescript-eslint": "^8.59.2",
|
|
50
|
+
"vite": "^8.0.12",
|
|
51
|
+
"wrangler": "^4.95.0"
|
|
52
|
+
},
|
|
53
|
+
"peerDependencies": {
|
|
54
|
+
"@base-ui/react": "^1.5.0",
|
|
55
|
+
"react": "^19.0.0",
|
|
56
|
+
"react-dom": "^19.0.0"
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"node_modules/@babel/runtime": {
|
|
60
|
+
"version": "7.29.7",
|
|
61
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.29.7.tgz",
|
|
62
|
+
"integrity": "sha512-Nq8OhGWiZIZGV6hLHoyAKLLcJihP/xFeBMGJoUrxTX2psI8dCifzLhZISFb+VWS3wFMRDmCGw5R+dOySCqPLhw==",
|
|
63
|
+
"license": "MIT",
|
|
64
|
+
"engines": {
|
|
65
|
+
"node": ">=6.9.0"
|
|
66
|
+
}
|
|
67
|
+
},
|
|
68
|
+
"node_modules/@base-ui/react": {
|
|
69
|
+
"version": "1.5.0",
|
|
70
|
+
"resolved": "https://registry.npmjs.org/@base-ui/react/-/react-1.5.0.tgz",
|
|
71
|
+
"integrity": "sha512-z1gSAlced1yY+iM+mHDEtIkD8UI3Ebs52MuBPxvV6f5hRutk+xvCH/wuB7hDqDzK9JG5FoMz5nhrqtSs1wjt1A==",
|
|
72
|
+
"license": "MIT",
|
|
73
|
+
"dependencies": {
|
|
74
|
+
"@babel/runtime": "^7.29.2",
|
|
75
|
+
"@base-ui/utils": "0.2.9",
|
|
76
|
+
"@floating-ui/react-dom": "^2.1.8",
|
|
77
|
+
"@floating-ui/utils": "^0.2.11",
|
|
78
|
+
"use-sync-external-store": "^1.6.0"
|
|
79
|
+
},
|
|
80
|
+
"engines": {
|
|
81
|
+
"node": ">=14.0.0"
|
|
82
|
+
},
|
|
83
|
+
"funding": {
|
|
84
|
+
"type": "opencollective",
|
|
85
|
+
"url": "https://opencollective.com/mui-org"
|
|
86
|
+
},
|
|
87
|
+
"peerDependencies": {
|
|
88
|
+
"@date-fns/tz": "^1.2.0",
|
|
89
|
+
"@types/react": "^17 || ^18 || ^19",
|
|
90
|
+
"date-fns": "^4.0.0",
|
|
91
|
+
"react": "^17 || ^18 || ^19",
|
|
92
|
+
"react-dom": "^17 || ^18 || ^19"
|
|
93
|
+
},
|
|
94
|
+
"peerDependenciesMeta": {
|
|
95
|
+
"@date-fns/tz": {
|
|
96
|
+
"optional": true
|
|
97
|
+
},
|
|
98
|
+
"@types/react": {
|
|
99
|
+
"optional": true
|
|
100
|
+
},
|
|
101
|
+
"date-fns": {
|
|
102
|
+
"optional": true
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"node_modules/@base-ui/utils": {
|
|
107
|
+
"version": "0.2.9",
|
|
108
|
+
"resolved": "https://registry.npmjs.org/@base-ui/utils/-/utils-0.2.9.tgz",
|
|
109
|
+
"integrity": "sha512-x/PDDCYzoqPpjrdyb3VcyylTI2IjUXEtYDGi5foh7KsnmNJIIaVwA2GLgDH1dps1GgXiJbA60hM+AyuTfQzIvw==",
|
|
110
|
+
"license": "MIT",
|
|
111
|
+
"dependencies": {
|
|
112
|
+
"@babel/runtime": "^7.29.2",
|
|
113
|
+
"@floating-ui/utils": "^0.2.11",
|
|
114
|
+
"reselect": "^5.1.1",
|
|
115
|
+
"use-sync-external-store": "^1.6.0"
|
|
116
|
+
},
|
|
117
|
+
"peerDependencies": {
|
|
118
|
+
"@types/react": "^17 || ^18 || ^19",
|
|
119
|
+
"react": "^17 || ^18 || ^19",
|
|
120
|
+
"react-dom": "^17 || ^18 || ^19"
|
|
121
|
+
},
|
|
122
|
+
"peerDependenciesMeta": {
|
|
123
|
+
"@types/react": {
|
|
124
|
+
"optional": true
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
"node_modules/@emnapi/runtime": {
|
|
129
|
+
"version": "1.10.0",
|
|
130
|
+
"resolved": "https://registry.npmjs.org/@emnapi/runtime/-/runtime-1.10.0.tgz",
|
|
131
|
+
"integrity": "sha512-ewvYlk86xUoGI0zQRNq/mC+16R1QeDlKQy21Ki3oSYXNgLb45GV1P6A0M+/s6nyCuNDqe5VpaY84BzXGwVbwFA==",
|
|
132
|
+
"license": "MIT",
|
|
133
|
+
"optional": true,
|
|
134
|
+
"dependencies": {
|
|
135
|
+
"tslib": "^2.4.0"
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
"node_modules/@floating-ui/core": {
|
|
139
|
+
"version": "1.7.5",
|
|
140
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/core/-/core-1.7.5.tgz",
|
|
141
|
+
"integrity": "sha512-1Ih4WTWyw0+lKyFMcBHGbb5U5FtuHJuujoyyr5zTaWS5EYMeT6Jb2AuDeftsCsEuchO+mM2ij5+q9crhydzLhQ==",
|
|
142
|
+
"license": "MIT",
|
|
143
|
+
"dependencies": {
|
|
144
|
+
"@floating-ui/utils": "^0.2.11"
|
|
145
|
+
}
|
|
146
|
+
},
|
|
147
|
+
"node_modules/@floating-ui/dom": {
|
|
148
|
+
"version": "1.7.6",
|
|
149
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/dom/-/dom-1.7.6.tgz",
|
|
150
|
+
"integrity": "sha512-9gZSAI5XM36880PPMm//9dfiEngYoC6Am2izES1FF406YFsjvyBMmeJ2g4SAju3xWwtuynNRFL2s9hgxpLI5SQ==",
|
|
151
|
+
"license": "MIT",
|
|
152
|
+
"dependencies": {
|
|
153
|
+
"@floating-ui/core": "^1.7.5",
|
|
154
|
+
"@floating-ui/utils": "^0.2.11"
|
|
155
|
+
}
|
|
156
|
+
},
|
|
157
|
+
"node_modules/@floating-ui/react-dom": {
|
|
158
|
+
"version": "2.1.8",
|
|
159
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/react-dom/-/react-dom-2.1.8.tgz",
|
|
160
|
+
"integrity": "sha512-cC52bHwM/n/CxS87FH0yWdngEZrjdtLW/qVruo68qg+prK7ZQ4YGdut2GyDVpoGeAYe/h899rVeOVm6Oi40k2A==",
|
|
161
|
+
"license": "MIT",
|
|
162
|
+
"dependencies": {
|
|
163
|
+
"@floating-ui/dom": "^1.7.6"
|
|
164
|
+
},
|
|
165
|
+
"peerDependencies": {
|
|
166
|
+
"react": ">=16.8.0",
|
|
167
|
+
"react-dom": ">=16.8.0"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"node_modules/@floating-ui/utils": {
|
|
171
|
+
"version": "0.2.11",
|
|
172
|
+
"resolved": "https://registry.npmjs.org/@floating-ui/utils/-/utils-0.2.11.tgz",
|
|
173
|
+
"integrity": "sha512-RiB/yIh78pcIxl6lLMG0CgBXAZ2Y0eVHqMPYugu+9U0AeT6YBeiJpf7lbdJNIugFP5SIjwNRgo4DhR1Qxi26Gg==",
|
|
174
|
+
"license": "MIT"
|
|
175
|
+
},
|
|
176
|
+
"node_modules/@img/colour": {
|
|
177
|
+
"version": "1.1.0",
|
|
178
|
+
"resolved": "https://registry.npmjs.org/@img/colour/-/colour-1.1.0.tgz",
|
|
179
|
+
"integrity": "sha512-Td76q7j57o/tLVdgS746cYARfSyxk8iEfRxewL9h4OMzYhbW4TAcppl0mT4eyqXddh6L/jwoM75mo7ixa/pCeQ==",
|
|
180
|
+
"license": "MIT",
|
|
181
|
+
"optional": true,
|
|
182
|
+
"engines": {
|
|
183
|
+
"node": ">=18"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"node_modules/@img/sharp-darwin-arm64": {
|
|
187
|
+
"version": "0.34.5",
|
|
188
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-arm64/-/sharp-darwin-arm64-0.34.5.tgz",
|
|
189
|
+
"integrity": "sha512-imtQ3WMJXbMY4fxb/Ndp6HBTNVtWCUI0WdobyheGf5+ad6xX8VIDO8u2xE4qc/fr08CKG/7dDseFtn6M6g/r3w==",
|
|
190
|
+
"cpu": [
|
|
191
|
+
"arm64"
|
|
192
|
+
],
|
|
193
|
+
"license": "Apache-2.0",
|
|
194
|
+
"optional": true,
|
|
195
|
+
"os": [
|
|
196
|
+
"darwin"
|
|
197
|
+
],
|
|
198
|
+
"engines": {
|
|
199
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
200
|
+
},
|
|
201
|
+
"funding": {
|
|
202
|
+
"url": "https://opencollective.com/libvips"
|
|
203
|
+
},
|
|
204
|
+
"optionalDependencies": {
|
|
205
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4"
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
"node_modules/@img/sharp-darwin-x64": {
|
|
209
|
+
"version": "0.34.5",
|
|
210
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-darwin-x64/-/sharp-darwin-x64-0.34.5.tgz",
|
|
211
|
+
"integrity": "sha512-YNEFAF/4KQ/PeW0N+r+aVVsoIY0/qxxikF2SWdp+NRkmMB7y9LBZAVqQ4yhGCm/H3H270OSykqmQMKLBhBJDEw==",
|
|
212
|
+
"cpu": [
|
|
213
|
+
"x64"
|
|
214
|
+
],
|
|
215
|
+
"license": "Apache-2.0",
|
|
216
|
+
"optional": true,
|
|
217
|
+
"os": [
|
|
218
|
+
"darwin"
|
|
219
|
+
],
|
|
220
|
+
"engines": {
|
|
221
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
222
|
+
},
|
|
223
|
+
"funding": {
|
|
224
|
+
"url": "https://opencollective.com/libvips"
|
|
225
|
+
},
|
|
226
|
+
"optionalDependencies": {
|
|
227
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4"
|
|
228
|
+
}
|
|
229
|
+
},
|
|
230
|
+
"node_modules/@img/sharp-libvips-darwin-arm64": {
|
|
231
|
+
"version": "1.2.4",
|
|
232
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-arm64/-/sharp-libvips-darwin-arm64-1.2.4.tgz",
|
|
233
|
+
"integrity": "sha512-zqjjo7RatFfFoP0MkQ51jfuFZBnVE2pRiaydKJ1G/rHZvnsrHAOcQALIi9sA5co5xenQdTugCvtb1cuf78Vf4g==",
|
|
234
|
+
"cpu": [
|
|
235
|
+
"arm64"
|
|
236
|
+
],
|
|
237
|
+
"license": "LGPL-3.0-or-later",
|
|
238
|
+
"optional": true,
|
|
239
|
+
"os": [
|
|
240
|
+
"darwin"
|
|
241
|
+
],
|
|
242
|
+
"funding": {
|
|
243
|
+
"url": "https://opencollective.com/libvips"
|
|
244
|
+
}
|
|
245
|
+
},
|
|
246
|
+
"node_modules/@img/sharp-libvips-darwin-x64": {
|
|
247
|
+
"version": "1.2.4",
|
|
248
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-darwin-x64/-/sharp-libvips-darwin-x64-1.2.4.tgz",
|
|
249
|
+
"integrity": "sha512-1IOd5xfVhlGwX+zXv2N93k0yMONvUlANylbJw1eTah8K/Jtpi15KC+WSiaX/nBmbm2HxRM1gZ0nSdjSsrZbGKg==",
|
|
250
|
+
"cpu": [
|
|
251
|
+
"x64"
|
|
252
|
+
],
|
|
253
|
+
"license": "LGPL-3.0-or-later",
|
|
254
|
+
"optional": true,
|
|
255
|
+
"os": [
|
|
256
|
+
"darwin"
|
|
257
|
+
],
|
|
258
|
+
"funding": {
|
|
259
|
+
"url": "https://opencollective.com/libvips"
|
|
260
|
+
}
|
|
261
|
+
},
|
|
262
|
+
"node_modules/@img/sharp-libvips-linux-arm": {
|
|
263
|
+
"version": "1.2.4",
|
|
264
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm/-/sharp-libvips-linux-arm-1.2.4.tgz",
|
|
265
|
+
"integrity": "sha512-bFI7xcKFELdiNCVov8e44Ia4u2byA+l3XtsAj+Q8tfCwO6BQ8iDojYdvoPMqsKDkuoOo+X6HZA0s0q11ANMQ8A==",
|
|
266
|
+
"cpu": [
|
|
267
|
+
"arm"
|
|
268
|
+
],
|
|
269
|
+
"libc": [
|
|
270
|
+
"glibc"
|
|
271
|
+
],
|
|
272
|
+
"license": "LGPL-3.0-or-later",
|
|
273
|
+
"optional": true,
|
|
274
|
+
"os": [
|
|
275
|
+
"linux"
|
|
276
|
+
],
|
|
277
|
+
"funding": {
|
|
278
|
+
"url": "https://opencollective.com/libvips"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
"node_modules/@img/sharp-libvips-linux-arm64": {
|
|
282
|
+
"version": "1.2.4",
|
|
283
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-arm64/-/sharp-libvips-linux-arm64-1.2.4.tgz",
|
|
284
|
+
"integrity": "sha512-excjX8DfsIcJ10x1Kzr4RcWe1edC9PquDRRPx3YVCvQv+U5p7Yin2s32ftzikXojb1PIFc/9Mt28/y+iRklkrw==",
|
|
285
|
+
"cpu": [
|
|
286
|
+
"arm64"
|
|
287
|
+
],
|
|
288
|
+
"libc": [
|
|
289
|
+
"glibc"
|
|
290
|
+
],
|
|
291
|
+
"license": "LGPL-3.0-or-later",
|
|
292
|
+
"optional": true,
|
|
293
|
+
"os": [
|
|
294
|
+
"linux"
|
|
295
|
+
],
|
|
296
|
+
"funding": {
|
|
297
|
+
"url": "https://opencollective.com/libvips"
|
|
298
|
+
}
|
|
299
|
+
},
|
|
300
|
+
"node_modules/@img/sharp-libvips-linux-ppc64": {
|
|
301
|
+
"version": "1.2.4",
|
|
302
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-ppc64/-/sharp-libvips-linux-ppc64-1.2.4.tgz",
|
|
303
|
+
"integrity": "sha512-FMuvGijLDYG6lW+b/UvyilUWu5Ayu+3r2d1S8notiGCIyYU/76eig1UfMmkZ7vwgOrzKzlQbFSuQfgm7GYUPpA==",
|
|
304
|
+
"cpu": [
|
|
305
|
+
"ppc64"
|
|
306
|
+
],
|
|
307
|
+
"libc": [
|
|
308
|
+
"glibc"
|
|
309
|
+
],
|
|
310
|
+
"license": "LGPL-3.0-or-later",
|
|
311
|
+
"optional": true,
|
|
312
|
+
"os": [
|
|
313
|
+
"linux"
|
|
314
|
+
],
|
|
315
|
+
"funding": {
|
|
316
|
+
"url": "https://opencollective.com/libvips"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"node_modules/@img/sharp-libvips-linux-riscv64": {
|
|
320
|
+
"version": "1.2.4",
|
|
321
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-riscv64/-/sharp-libvips-linux-riscv64-1.2.4.tgz",
|
|
322
|
+
"integrity": "sha512-oVDbcR4zUC0ce82teubSm+x6ETixtKZBh/qbREIOcI3cULzDyb18Sr/Wcyx7NRQeQzOiHTNbZFF1UwPS2scyGA==",
|
|
323
|
+
"cpu": [
|
|
324
|
+
"riscv64"
|
|
325
|
+
],
|
|
326
|
+
"libc": [
|
|
327
|
+
"glibc"
|
|
328
|
+
],
|
|
329
|
+
"license": "LGPL-3.0-or-later",
|
|
330
|
+
"optional": true,
|
|
331
|
+
"os": [
|
|
332
|
+
"linux"
|
|
333
|
+
],
|
|
334
|
+
"funding": {
|
|
335
|
+
"url": "https://opencollective.com/libvips"
|
|
336
|
+
}
|
|
337
|
+
},
|
|
338
|
+
"node_modules/@img/sharp-libvips-linux-s390x": {
|
|
339
|
+
"version": "1.2.4",
|
|
340
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-s390x/-/sharp-libvips-linux-s390x-1.2.4.tgz",
|
|
341
|
+
"integrity": "sha512-qmp9VrzgPgMoGZyPvrQHqk02uyjA0/QrTO26Tqk6l4ZV0MPWIW6LTkqOIov+J1yEu7MbFQaDpwdwJKhbJvuRxQ==",
|
|
342
|
+
"cpu": [
|
|
343
|
+
"s390x"
|
|
344
|
+
],
|
|
345
|
+
"libc": [
|
|
346
|
+
"glibc"
|
|
347
|
+
],
|
|
348
|
+
"license": "LGPL-3.0-or-later",
|
|
349
|
+
"optional": true,
|
|
350
|
+
"os": [
|
|
351
|
+
"linux"
|
|
352
|
+
],
|
|
353
|
+
"funding": {
|
|
354
|
+
"url": "https://opencollective.com/libvips"
|
|
355
|
+
}
|
|
356
|
+
},
|
|
357
|
+
"node_modules/@img/sharp-libvips-linux-x64": {
|
|
358
|
+
"version": "1.2.4",
|
|
359
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linux-x64/-/sharp-libvips-linux-x64-1.2.4.tgz",
|
|
360
|
+
"integrity": "sha512-tJxiiLsmHc9Ax1bz3oaOYBURTXGIRDODBqhveVHonrHJ9/+k89qbLl0bcJns+e4t4rvaNBxaEZsFtSfAdquPrw==",
|
|
361
|
+
"cpu": [
|
|
362
|
+
"x64"
|
|
363
|
+
],
|
|
364
|
+
"libc": [
|
|
365
|
+
"glibc"
|
|
366
|
+
],
|
|
367
|
+
"license": "LGPL-3.0-or-later",
|
|
368
|
+
"optional": true,
|
|
369
|
+
"os": [
|
|
370
|
+
"linux"
|
|
371
|
+
],
|
|
372
|
+
"funding": {
|
|
373
|
+
"url": "https://opencollective.com/libvips"
|
|
374
|
+
}
|
|
375
|
+
},
|
|
376
|
+
"node_modules/@img/sharp-libvips-linuxmusl-arm64": {
|
|
377
|
+
"version": "1.2.4",
|
|
378
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-arm64/-/sharp-libvips-linuxmusl-arm64-1.2.4.tgz",
|
|
379
|
+
"integrity": "sha512-FVQHuwx1IIuNow9QAbYUzJ+En8KcVm9Lk5+uGUQJHaZmMECZmOlix9HnH7n1TRkXMS0pGxIJokIVB9SuqZGGXw==",
|
|
380
|
+
"cpu": [
|
|
381
|
+
"arm64"
|
|
382
|
+
],
|
|
383
|
+
"libc": [
|
|
384
|
+
"musl"
|
|
385
|
+
],
|
|
386
|
+
"license": "LGPL-3.0-or-later",
|
|
387
|
+
"optional": true,
|
|
388
|
+
"os": [
|
|
389
|
+
"linux"
|
|
390
|
+
],
|
|
391
|
+
"funding": {
|
|
392
|
+
"url": "https://opencollective.com/libvips"
|
|
393
|
+
}
|
|
394
|
+
},
|
|
395
|
+
"node_modules/@img/sharp-libvips-linuxmusl-x64": {
|
|
396
|
+
"version": "1.2.4",
|
|
397
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-libvips-linuxmusl-x64/-/sharp-libvips-linuxmusl-x64-1.2.4.tgz",
|
|
398
|
+
"integrity": "sha512-+LpyBk7L44ZIXwz/VYfglaX/okxezESc6UxDSoyo2Ks6Jxc4Y7sGjpgU9s4PMgqgjj1gZCylTieNamqA1MF7Dg==",
|
|
399
|
+
"cpu": [
|
|
400
|
+
"x64"
|
|
401
|
+
],
|
|
402
|
+
"libc": [
|
|
403
|
+
"musl"
|
|
404
|
+
],
|
|
405
|
+
"license": "LGPL-3.0-or-later",
|
|
406
|
+
"optional": true,
|
|
407
|
+
"os": [
|
|
408
|
+
"linux"
|
|
409
|
+
],
|
|
410
|
+
"funding": {
|
|
411
|
+
"url": "https://opencollective.com/libvips"
|
|
412
|
+
}
|
|
413
|
+
},
|
|
414
|
+
"node_modules/@img/sharp-linux-arm": {
|
|
415
|
+
"version": "0.34.5",
|
|
416
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.34.5.tgz",
|
|
417
|
+
"integrity": "sha512-9dLqsvwtg1uuXBGZKsxem9595+ujv0sJ6Vi8wcTANSFpwV/GONat5eCkzQo/1O6zRIkh0m/8+5BjrRr7jDUSZw==",
|
|
418
|
+
"cpu": [
|
|
419
|
+
"arm"
|
|
420
|
+
],
|
|
421
|
+
"libc": [
|
|
422
|
+
"glibc"
|
|
423
|
+
],
|
|
424
|
+
"license": "Apache-2.0",
|
|
425
|
+
"optional": true,
|
|
426
|
+
"os": [
|
|
427
|
+
"linux"
|
|
428
|
+
],
|
|
429
|
+
"engines": {
|
|
430
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
431
|
+
},
|
|
432
|
+
"funding": {
|
|
433
|
+
"url": "https://opencollective.com/libvips"
|
|
434
|
+
},
|
|
435
|
+
"optionalDependencies": {
|
|
436
|
+
"@img/sharp-libvips-linux-arm": "1.2.4"
|
|
437
|
+
}
|
|
438
|
+
},
|
|
439
|
+
"node_modules/@img/sharp-linux-arm64": {
|
|
440
|
+
"version": "0.34.5",
|
|
441
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-arm64/-/sharp-linux-arm64-0.34.5.tgz",
|
|
442
|
+
"integrity": "sha512-bKQzaJRY/bkPOXyKx5EVup7qkaojECG6NLYswgktOZjaXecSAeCWiZwwiFf3/Y+O1HrauiE3FVsGxFg8c24rZg==",
|
|
443
|
+
"cpu": [
|
|
444
|
+
"arm64"
|
|
445
|
+
],
|
|
446
|
+
"libc": [
|
|
447
|
+
"glibc"
|
|
448
|
+
],
|
|
449
|
+
"license": "Apache-2.0",
|
|
450
|
+
"optional": true,
|
|
451
|
+
"os": [
|
|
452
|
+
"linux"
|
|
453
|
+
],
|
|
454
|
+
"engines": {
|
|
455
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
456
|
+
},
|
|
457
|
+
"funding": {
|
|
458
|
+
"url": "https://opencollective.com/libvips"
|
|
459
|
+
},
|
|
460
|
+
"optionalDependencies": {
|
|
461
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
"node_modules/@img/sharp-linux-ppc64": {
|
|
465
|
+
"version": "0.34.5",
|
|
466
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-ppc64/-/sharp-linux-ppc64-0.34.5.tgz",
|
|
467
|
+
"integrity": "sha512-7zznwNaqW6YtsfrGGDA6BRkISKAAE1Jo0QdpNYXNMHu2+0dTrPflTLNkpc8l7MUP5M16ZJcUvysVWWrMefZquA==",
|
|
468
|
+
"cpu": [
|
|
469
|
+
"ppc64"
|
|
470
|
+
],
|
|
471
|
+
"libc": [
|
|
472
|
+
"glibc"
|
|
473
|
+
],
|
|
474
|
+
"license": "Apache-2.0",
|
|
475
|
+
"optional": true,
|
|
476
|
+
"os": [
|
|
477
|
+
"linux"
|
|
478
|
+
],
|
|
479
|
+
"engines": {
|
|
480
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
481
|
+
},
|
|
482
|
+
"funding": {
|
|
483
|
+
"url": "https://opencollective.com/libvips"
|
|
484
|
+
},
|
|
485
|
+
"optionalDependencies": {
|
|
486
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4"
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"node_modules/@img/sharp-linux-riscv64": {
|
|
490
|
+
"version": "0.34.5",
|
|
491
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-riscv64/-/sharp-linux-riscv64-0.34.5.tgz",
|
|
492
|
+
"integrity": "sha512-51gJuLPTKa7piYPaVs8GmByo7/U7/7TZOq+cnXJIHZKavIRHAP77e3N2HEl3dgiqdD/w0yUfiJnII77PuDDFdw==",
|
|
493
|
+
"cpu": [
|
|
494
|
+
"riscv64"
|
|
495
|
+
],
|
|
496
|
+
"libc": [
|
|
497
|
+
"glibc"
|
|
498
|
+
],
|
|
499
|
+
"license": "Apache-2.0",
|
|
500
|
+
"optional": true,
|
|
501
|
+
"os": [
|
|
502
|
+
"linux"
|
|
503
|
+
],
|
|
504
|
+
"engines": {
|
|
505
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
506
|
+
},
|
|
507
|
+
"funding": {
|
|
508
|
+
"url": "https://opencollective.com/libvips"
|
|
509
|
+
},
|
|
510
|
+
"optionalDependencies": {
|
|
511
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4"
|
|
512
|
+
}
|
|
513
|
+
},
|
|
514
|
+
"node_modules/@img/sharp-linux-s390x": {
|
|
515
|
+
"version": "0.34.5",
|
|
516
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-s390x/-/sharp-linux-s390x-0.34.5.tgz",
|
|
517
|
+
"integrity": "sha512-nQtCk0PdKfho3eC5MrbQoigJ2gd1CgddUMkabUj+rBevs8tZ2cULOx46E7oyX+04WGfABgIwmMC0VqieTiR4jg==",
|
|
518
|
+
"cpu": [
|
|
519
|
+
"s390x"
|
|
520
|
+
],
|
|
521
|
+
"libc": [
|
|
522
|
+
"glibc"
|
|
523
|
+
],
|
|
524
|
+
"license": "Apache-2.0",
|
|
525
|
+
"optional": true,
|
|
526
|
+
"os": [
|
|
527
|
+
"linux"
|
|
528
|
+
],
|
|
529
|
+
"engines": {
|
|
530
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
531
|
+
},
|
|
532
|
+
"funding": {
|
|
533
|
+
"url": "https://opencollective.com/libvips"
|
|
534
|
+
},
|
|
535
|
+
"optionalDependencies": {
|
|
536
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4"
|
|
537
|
+
}
|
|
538
|
+
},
|
|
539
|
+
"node_modules/@img/sharp-linux-x64": {
|
|
540
|
+
"version": "0.34.5",
|
|
541
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linux-x64/-/sharp-linux-x64-0.34.5.tgz",
|
|
542
|
+
"integrity": "sha512-MEzd8HPKxVxVenwAa+JRPwEC7QFjoPWuS5NZnBt6B3pu7EG2Ge0id1oLHZpPJdn3OQK+BQDiw9zStiHBTJQQQQ==",
|
|
543
|
+
"cpu": [
|
|
544
|
+
"x64"
|
|
545
|
+
],
|
|
546
|
+
"libc": [
|
|
547
|
+
"glibc"
|
|
548
|
+
],
|
|
549
|
+
"license": "Apache-2.0",
|
|
550
|
+
"optional": true,
|
|
551
|
+
"os": [
|
|
552
|
+
"linux"
|
|
553
|
+
],
|
|
554
|
+
"engines": {
|
|
555
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
556
|
+
},
|
|
557
|
+
"funding": {
|
|
558
|
+
"url": "https://opencollective.com/libvips"
|
|
559
|
+
},
|
|
560
|
+
"optionalDependencies": {
|
|
561
|
+
"@img/sharp-libvips-linux-x64": "1.2.4"
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"node_modules/@img/sharp-linuxmusl-arm64": {
|
|
565
|
+
"version": "0.34.5",
|
|
566
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-arm64/-/sharp-linuxmusl-arm64-0.34.5.tgz",
|
|
567
|
+
"integrity": "sha512-fprJR6GtRsMt6Kyfq44IsChVZeGN97gTD331weR1ex1c1rypDEABN6Tm2xa1wE6lYb5DdEnk03NZPqA7Id21yg==",
|
|
568
|
+
"cpu": [
|
|
569
|
+
"arm64"
|
|
570
|
+
],
|
|
571
|
+
"libc": [
|
|
572
|
+
"musl"
|
|
573
|
+
],
|
|
574
|
+
"license": "Apache-2.0",
|
|
575
|
+
"optional": true,
|
|
576
|
+
"os": [
|
|
577
|
+
"linux"
|
|
578
|
+
],
|
|
579
|
+
"engines": {
|
|
580
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
581
|
+
},
|
|
582
|
+
"funding": {
|
|
583
|
+
"url": "https://opencollective.com/libvips"
|
|
584
|
+
},
|
|
585
|
+
"optionalDependencies": {
|
|
586
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4"
|
|
587
|
+
}
|
|
588
|
+
},
|
|
589
|
+
"node_modules/@img/sharp-linuxmusl-x64": {
|
|
590
|
+
"version": "0.34.5",
|
|
591
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-linuxmusl-x64/-/sharp-linuxmusl-x64-0.34.5.tgz",
|
|
592
|
+
"integrity": "sha512-Jg8wNT1MUzIvhBFxViqrEhWDGzqymo3sV7z7ZsaWbZNDLXRJZoRGrjulp60YYtV4wfY8VIKcWidjojlLcWrd8Q==",
|
|
593
|
+
"cpu": [
|
|
594
|
+
"x64"
|
|
595
|
+
],
|
|
596
|
+
"libc": [
|
|
597
|
+
"musl"
|
|
598
|
+
],
|
|
599
|
+
"license": "Apache-2.0",
|
|
600
|
+
"optional": true,
|
|
601
|
+
"os": [
|
|
602
|
+
"linux"
|
|
603
|
+
],
|
|
604
|
+
"engines": {
|
|
605
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
606
|
+
},
|
|
607
|
+
"funding": {
|
|
608
|
+
"url": "https://opencollective.com/libvips"
|
|
609
|
+
},
|
|
610
|
+
"optionalDependencies": {
|
|
611
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"node_modules/@img/sharp-wasm32": {
|
|
615
|
+
"version": "0.34.5",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-wasm32/-/sharp-wasm32-0.34.5.tgz",
|
|
617
|
+
"integrity": "sha512-OdWTEiVkY2PHwqkbBI8frFxQQFekHaSSkUIJkwzclWZe64O1X4UlUjqqqLaPbUpMOQk6FBu/HtlGXNblIs0huw==",
|
|
618
|
+
"cpu": [
|
|
619
|
+
"wasm32"
|
|
620
|
+
],
|
|
621
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
|
|
622
|
+
"optional": true,
|
|
623
|
+
"dependencies": {
|
|
624
|
+
"@emnapi/runtime": "^1.7.0"
|
|
625
|
+
},
|
|
626
|
+
"engines": {
|
|
627
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
628
|
+
},
|
|
629
|
+
"funding": {
|
|
630
|
+
"url": "https://opencollective.com/libvips"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
"node_modules/@img/sharp-win32-arm64": {
|
|
634
|
+
"version": "0.34.5",
|
|
635
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-arm64/-/sharp-win32-arm64-0.34.5.tgz",
|
|
636
|
+
"integrity": "sha512-WQ3AgWCWYSb2yt+IG8mnC6Jdk9Whs7O0gxphblsLvdhSpSTtmu69ZG1Gkb6NuvxsNACwiPV6cNSZNzt0KPsw7g==",
|
|
637
|
+
"cpu": [
|
|
638
|
+
"arm64"
|
|
639
|
+
],
|
|
640
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
641
|
+
"optional": true,
|
|
642
|
+
"os": [
|
|
643
|
+
"win32"
|
|
644
|
+
],
|
|
645
|
+
"engines": {
|
|
646
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
647
|
+
},
|
|
648
|
+
"funding": {
|
|
649
|
+
"url": "https://opencollective.com/libvips"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
"node_modules/@img/sharp-win32-ia32": {
|
|
653
|
+
"version": "0.34.5",
|
|
654
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-ia32/-/sharp-win32-ia32-0.34.5.tgz",
|
|
655
|
+
"integrity": "sha512-FV9m/7NmeCmSHDD5j4+4pNI8Cp3aW+JvLoXcTUo0IqyjSfAZJ8dIUmijx1qaJsIiU+Hosw6xM5KijAWRJCSgNg==",
|
|
656
|
+
"cpu": [
|
|
657
|
+
"ia32"
|
|
658
|
+
],
|
|
659
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
660
|
+
"optional": true,
|
|
661
|
+
"os": [
|
|
662
|
+
"win32"
|
|
663
|
+
],
|
|
664
|
+
"engines": {
|
|
665
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
666
|
+
},
|
|
667
|
+
"funding": {
|
|
668
|
+
"url": "https://opencollective.com/libvips"
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"node_modules/@img/sharp-win32-x64": {
|
|
672
|
+
"version": "0.34.5",
|
|
673
|
+
"resolved": "https://registry.npmjs.org/@img/sharp-win32-x64/-/sharp-win32-x64-0.34.5.tgz",
|
|
674
|
+
"integrity": "sha512-+29YMsqY2/9eFEiW93eqWnuLcWcufowXewwSNIT6UwZdUUCrM3oFjMWH/Z6/TMmb4hlFenmfAVbpWeup2jryCw==",
|
|
675
|
+
"cpu": [
|
|
676
|
+
"x64"
|
|
677
|
+
],
|
|
678
|
+
"license": "Apache-2.0 AND LGPL-3.0-or-later",
|
|
679
|
+
"optional": true,
|
|
680
|
+
"os": [
|
|
681
|
+
"win32"
|
|
682
|
+
],
|
|
683
|
+
"engines": {
|
|
684
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
685
|
+
},
|
|
686
|
+
"funding": {
|
|
687
|
+
"url": "https://opencollective.com/libvips"
|
|
688
|
+
}
|
|
689
|
+
},
|
|
690
|
+
"node_modules/@next/env": {
|
|
691
|
+
"version": "16.2.6",
|
|
692
|
+
"resolved": "https://registry.npmjs.org/@next/env/-/env-16.2.6.tgz",
|
|
693
|
+
"integrity": "sha512-gd8HoHN4ufj73WmR3JmVolrpJR47ILK6LouP5xElPglaVxir6e1a7VzvTvDWkOoPXT9rkkTzyCxBu4yeZfZwcw==",
|
|
694
|
+
"license": "MIT"
|
|
695
|
+
},
|
|
696
|
+
"node_modules/@next/swc-darwin-arm64": {
|
|
697
|
+
"version": "16.2.6",
|
|
698
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-arm64/-/swc-darwin-arm64-16.2.6.tgz",
|
|
699
|
+
"integrity": "sha512-ZJGkkcNfYgrrMkqOdZ7zoLa1TOy0qpcMfk/z4Mh/FKUz40gVO+HNQWqmLxf67Z5WB64DRp0dhEbyHfel+6sJUg==",
|
|
700
|
+
"cpu": [
|
|
701
|
+
"arm64"
|
|
702
|
+
],
|
|
703
|
+
"license": "MIT",
|
|
704
|
+
"optional": true,
|
|
705
|
+
"os": [
|
|
706
|
+
"darwin"
|
|
707
|
+
],
|
|
708
|
+
"engines": {
|
|
709
|
+
"node": ">= 10"
|
|
710
|
+
}
|
|
711
|
+
},
|
|
712
|
+
"node_modules/@next/swc-darwin-x64": {
|
|
713
|
+
"version": "16.2.6",
|
|
714
|
+
"resolved": "https://registry.npmjs.org/@next/swc-darwin-x64/-/swc-darwin-x64-16.2.6.tgz",
|
|
715
|
+
"integrity": "sha512-v/YLBHIY132Ced3puBJ7YJKw1lqsCrgcNo2aRJlCEyQrrCeRJlvGlnmxhPxNQI3KE3N1DN5r9TPNPvka3nq5RQ==",
|
|
716
|
+
"cpu": [
|
|
717
|
+
"x64"
|
|
718
|
+
],
|
|
719
|
+
"license": "MIT",
|
|
720
|
+
"optional": true,
|
|
721
|
+
"os": [
|
|
722
|
+
"darwin"
|
|
723
|
+
],
|
|
724
|
+
"engines": {
|
|
725
|
+
"node": ">= 10"
|
|
726
|
+
}
|
|
727
|
+
},
|
|
728
|
+
"node_modules/@next/swc-linux-arm64-gnu": {
|
|
729
|
+
"version": "16.2.6",
|
|
730
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-16.2.6.tgz",
|
|
731
|
+
"integrity": "sha512-RPOvqlYBbcQjkz9VQQDZ2T2bARIjXZV1KFlt+V2Mr6SW/e4I9fcKsaA0hdyf2FHoTlsV2xnBd5Y912rP/1Ce6w==",
|
|
732
|
+
"cpu": [
|
|
733
|
+
"arm64"
|
|
734
|
+
],
|
|
735
|
+
"libc": [
|
|
736
|
+
"glibc"
|
|
737
|
+
],
|
|
738
|
+
"license": "MIT",
|
|
739
|
+
"optional": true,
|
|
740
|
+
"os": [
|
|
741
|
+
"linux"
|
|
742
|
+
],
|
|
743
|
+
"engines": {
|
|
744
|
+
"node": ">= 10"
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
"node_modules/@next/swc-linux-arm64-musl": {
|
|
748
|
+
"version": "16.2.6",
|
|
749
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-16.2.6.tgz",
|
|
750
|
+
"integrity": "sha512-URUTu1+dMkxJsPFgm+OeEvq9wf5sujw0EvgYy80TDGHTSLTnIHeqb0Eu8A3sC95IRgjejQL+kC4mw+4yPxiAXA==",
|
|
751
|
+
"cpu": [
|
|
752
|
+
"arm64"
|
|
753
|
+
],
|
|
754
|
+
"libc": [
|
|
755
|
+
"musl"
|
|
756
|
+
],
|
|
757
|
+
"license": "MIT",
|
|
758
|
+
"optional": true,
|
|
759
|
+
"os": [
|
|
760
|
+
"linux"
|
|
761
|
+
],
|
|
762
|
+
"engines": {
|
|
763
|
+
"node": ">= 10"
|
|
764
|
+
}
|
|
765
|
+
},
|
|
766
|
+
"node_modules/@next/swc-linux-x64-gnu": {
|
|
767
|
+
"version": "16.2.6",
|
|
768
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-16.2.6.tgz",
|
|
769
|
+
"integrity": "sha512-DOj182mPV8G3UkrayLoREM5YEYI+Dk5wv7Ox9xl1fFibAELEsFD0lDPfHIeILlutMMfdyhlzYPELG3peuKaurw==",
|
|
770
|
+
"cpu": [
|
|
771
|
+
"x64"
|
|
772
|
+
],
|
|
773
|
+
"libc": [
|
|
774
|
+
"glibc"
|
|
775
|
+
],
|
|
776
|
+
"license": "MIT",
|
|
777
|
+
"optional": true,
|
|
778
|
+
"os": [
|
|
779
|
+
"linux"
|
|
780
|
+
],
|
|
781
|
+
"engines": {
|
|
782
|
+
"node": ">= 10"
|
|
783
|
+
}
|
|
784
|
+
},
|
|
785
|
+
"node_modules/@next/swc-linux-x64-musl": {
|
|
786
|
+
"version": "16.2.6",
|
|
787
|
+
"resolved": "https://registry.npmjs.org/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-16.2.6.tgz",
|
|
788
|
+
"integrity": "sha512-HKQ5SP/V/ub73UvF7n/zeJlxk2kLmtL7Wzrg4WfmkjmNos5onJ2tKu7yZOPdL18A6Svfn3max29ym+ry7NkK4g==",
|
|
789
|
+
"cpu": [
|
|
790
|
+
"x64"
|
|
791
|
+
],
|
|
792
|
+
"libc": [
|
|
793
|
+
"musl"
|
|
794
|
+
],
|
|
795
|
+
"license": "MIT",
|
|
796
|
+
"optional": true,
|
|
797
|
+
"os": [
|
|
798
|
+
"linux"
|
|
799
|
+
],
|
|
800
|
+
"engines": {
|
|
801
|
+
"node": ">= 10"
|
|
802
|
+
}
|
|
803
|
+
},
|
|
804
|
+
"node_modules/@next/swc-win32-arm64-msvc": {
|
|
805
|
+
"version": "16.2.6",
|
|
806
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-16.2.6.tgz",
|
|
807
|
+
"integrity": "sha512-LZXpTlPyS5v7HhSmnvsLGP3iIYgYOBnc8r8ArlT55sGHV89bR2HlDdBjWQ+PY6SJMmk8TuVGFuxalnP3k/0Dwg==",
|
|
808
|
+
"cpu": [
|
|
809
|
+
"arm64"
|
|
810
|
+
],
|
|
811
|
+
"license": "MIT",
|
|
812
|
+
"optional": true,
|
|
813
|
+
"os": [
|
|
814
|
+
"win32"
|
|
815
|
+
],
|
|
816
|
+
"engines": {
|
|
817
|
+
"node": ">= 10"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"node_modules/@next/swc-win32-x64-msvc": {
|
|
821
|
+
"version": "16.2.6",
|
|
822
|
+
"resolved": "https://registry.npmjs.org/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-16.2.6.tgz",
|
|
823
|
+
"integrity": "sha512-F0+4i0h9J6C4eE3EAPWsoCk7UW/dbzOjyzxY0qnDUOYFu6FFmdZ6l97/XdV3/Nz3VYyO7UWjyEJUXkGqcoXfMA==",
|
|
824
|
+
"cpu": [
|
|
825
|
+
"x64"
|
|
826
|
+
],
|
|
827
|
+
"license": "MIT",
|
|
828
|
+
"optional": true,
|
|
829
|
+
"os": [
|
|
830
|
+
"win32"
|
|
831
|
+
],
|
|
832
|
+
"engines": {
|
|
833
|
+
"node": ">= 10"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"node_modules/@swc/helpers": {
|
|
837
|
+
"version": "0.5.15",
|
|
838
|
+
"resolved": "https://registry.npmjs.org/@swc/helpers/-/helpers-0.5.15.tgz",
|
|
839
|
+
"integrity": "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g==",
|
|
840
|
+
"license": "Apache-2.0",
|
|
841
|
+
"dependencies": {
|
|
842
|
+
"tslib": "^2.8.0"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
"node_modules/@types/node": {
|
|
846
|
+
"version": "24.12.4",
|
|
847
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.12.4.tgz",
|
|
848
|
+
"integrity": "sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==",
|
|
849
|
+
"dev": true,
|
|
850
|
+
"license": "MIT",
|
|
851
|
+
"dependencies": {
|
|
852
|
+
"undici-types": "~7.16.0"
|
|
853
|
+
}
|
|
854
|
+
},
|
|
855
|
+
"node_modules/@types/react": {
|
|
856
|
+
"version": "19.2.15",
|
|
857
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz",
|
|
858
|
+
"integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==",
|
|
859
|
+
"devOptional": true,
|
|
860
|
+
"license": "MIT",
|
|
861
|
+
"dependencies": {
|
|
862
|
+
"csstype": "^3.2.2"
|
|
863
|
+
}
|
|
864
|
+
},
|
|
865
|
+
"node_modules/@types/react-dom": {
|
|
866
|
+
"version": "19.2.3",
|
|
867
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
|
|
868
|
+
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
|
|
869
|
+
"dev": true,
|
|
870
|
+
"license": "MIT",
|
|
871
|
+
"peerDependencies": {
|
|
872
|
+
"@types/react": "^19.2.0"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"node_modules/base-themes": {
|
|
876
|
+
"resolved": "../..",
|
|
877
|
+
"link": true
|
|
878
|
+
},
|
|
879
|
+
"node_modules/baseline-browser-mapping": {
|
|
880
|
+
"version": "2.10.32",
|
|
881
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.32.tgz",
|
|
882
|
+
"integrity": "sha512-wbPvpyjJPC0zdfdKXxqEL3Ea+bOMD/87X4lftiJkkaBiuG6ALQy1SLmEd7BSmVCuwCQsBrCamgBoLyfFDD1EPg==",
|
|
883
|
+
"license": "Apache-2.0",
|
|
884
|
+
"bin": {
|
|
885
|
+
"baseline-browser-mapping": "dist/cli.cjs"
|
|
886
|
+
},
|
|
887
|
+
"engines": {
|
|
888
|
+
"node": ">=6.0.0"
|
|
889
|
+
}
|
|
890
|
+
},
|
|
891
|
+
"node_modules/caniuse-lite": {
|
|
892
|
+
"version": "1.0.30001793",
|
|
893
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001793.tgz",
|
|
894
|
+
"integrity": "sha512-iwSsYWaCOoh26cV8NwNRViHlrfUvYsHDfRVcbtmw0Kg6PJIZZXwMkj1442FYLBGkeUf1juAsU3DTfxW579mrPA==",
|
|
895
|
+
"funding": [
|
|
896
|
+
{
|
|
897
|
+
"type": "opencollective",
|
|
898
|
+
"url": "https://opencollective.com/browserslist"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"type": "tidelift",
|
|
902
|
+
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"type": "github",
|
|
906
|
+
"url": "https://github.com/sponsors/ai"
|
|
907
|
+
}
|
|
908
|
+
],
|
|
909
|
+
"license": "CC-BY-4.0"
|
|
910
|
+
},
|
|
911
|
+
"node_modules/client-only": {
|
|
912
|
+
"version": "0.0.1",
|
|
913
|
+
"resolved": "https://registry.npmjs.org/client-only/-/client-only-0.0.1.tgz",
|
|
914
|
+
"integrity": "sha512-IV3Ou0jSMzZrd3pZ48nLkT9DA7Ag1pnPzaiQhpW7c3RbcqqzvzzVu+L8gfqMp/8IM2MQtSiqaCxrrcfu8I8rMA==",
|
|
915
|
+
"license": "MIT"
|
|
916
|
+
},
|
|
917
|
+
"node_modules/csstype": {
|
|
918
|
+
"version": "3.2.3",
|
|
919
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
920
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
921
|
+
"devOptional": true,
|
|
922
|
+
"license": "MIT"
|
|
923
|
+
},
|
|
924
|
+
"node_modules/detect-libc": {
|
|
925
|
+
"version": "2.1.2",
|
|
926
|
+
"resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.1.2.tgz",
|
|
927
|
+
"integrity": "sha512-Btj2BOOO83o3WyH59e8MgXsxEQVcarkUOpEYrubB0urwnN10yQ364rsiByU11nZlqWYZm05i/of7io4mzihBtQ==",
|
|
928
|
+
"license": "Apache-2.0",
|
|
929
|
+
"optional": true,
|
|
930
|
+
"engines": {
|
|
931
|
+
"node": ">=8"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
"node_modules/nanoid": {
|
|
935
|
+
"version": "3.3.12",
|
|
936
|
+
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.12.tgz",
|
|
937
|
+
"integrity": "sha512-ZB9RH/39qpq5Vu6Y+NmUaFhQR6pp+M2Xt76XBnEwDaGcVAqhlvxrl3B2bKS5D3NH3QR76v3aSrKaF/Kiy7lEtQ==",
|
|
938
|
+
"funding": [
|
|
939
|
+
{
|
|
940
|
+
"type": "github",
|
|
941
|
+
"url": "https://github.com/sponsors/ai"
|
|
942
|
+
}
|
|
943
|
+
],
|
|
944
|
+
"license": "MIT",
|
|
945
|
+
"bin": {
|
|
946
|
+
"nanoid": "bin/nanoid.cjs"
|
|
947
|
+
},
|
|
948
|
+
"engines": {
|
|
949
|
+
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
950
|
+
}
|
|
951
|
+
},
|
|
952
|
+
"node_modules/next": {
|
|
953
|
+
"version": "16.2.6",
|
|
954
|
+
"resolved": "https://registry.npmjs.org/next/-/next-16.2.6.tgz",
|
|
955
|
+
"integrity": "sha512-qOVgKJg1+At15NpeUP+eJgCHvTCgXsogweq87Ri/Ix7PkqQHg4sdaXmSFqKlgaIXE4kW0g25LE68W87UANlHtw==",
|
|
956
|
+
"license": "MIT",
|
|
957
|
+
"dependencies": {
|
|
958
|
+
"@next/env": "16.2.6",
|
|
959
|
+
"@swc/helpers": "0.5.15",
|
|
960
|
+
"baseline-browser-mapping": "^2.9.19",
|
|
961
|
+
"caniuse-lite": "^1.0.30001579",
|
|
962
|
+
"postcss": "8.4.31",
|
|
963
|
+
"styled-jsx": "5.1.6"
|
|
964
|
+
},
|
|
965
|
+
"bin": {
|
|
966
|
+
"next": "dist/bin/next"
|
|
967
|
+
},
|
|
968
|
+
"engines": {
|
|
969
|
+
"node": ">=20.9.0"
|
|
970
|
+
},
|
|
971
|
+
"optionalDependencies": {
|
|
972
|
+
"@next/swc-darwin-arm64": "16.2.6",
|
|
973
|
+
"@next/swc-darwin-x64": "16.2.6",
|
|
974
|
+
"@next/swc-linux-arm64-gnu": "16.2.6",
|
|
975
|
+
"@next/swc-linux-arm64-musl": "16.2.6",
|
|
976
|
+
"@next/swc-linux-x64-gnu": "16.2.6",
|
|
977
|
+
"@next/swc-linux-x64-musl": "16.2.6",
|
|
978
|
+
"@next/swc-win32-arm64-msvc": "16.2.6",
|
|
979
|
+
"@next/swc-win32-x64-msvc": "16.2.6",
|
|
980
|
+
"sharp": "^0.34.5"
|
|
981
|
+
},
|
|
982
|
+
"peerDependencies": {
|
|
983
|
+
"@opentelemetry/api": "^1.1.0",
|
|
984
|
+
"@playwright/test": "^1.51.1",
|
|
985
|
+
"babel-plugin-react-compiler": "*",
|
|
986
|
+
"react": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
987
|
+
"react-dom": "^18.2.0 || 19.0.0-rc-de68d2f4-20241204 || ^19.0.0",
|
|
988
|
+
"sass": "^1.3.0"
|
|
989
|
+
},
|
|
990
|
+
"peerDependenciesMeta": {
|
|
991
|
+
"@opentelemetry/api": {
|
|
992
|
+
"optional": true
|
|
993
|
+
},
|
|
994
|
+
"@playwright/test": {
|
|
995
|
+
"optional": true
|
|
996
|
+
},
|
|
997
|
+
"babel-plugin-react-compiler": {
|
|
998
|
+
"optional": true
|
|
999
|
+
},
|
|
1000
|
+
"sass": {
|
|
1001
|
+
"optional": true
|
|
1002
|
+
}
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
"node_modules/picocolors": {
|
|
1006
|
+
"version": "1.1.1",
|
|
1007
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
|
|
1008
|
+
"integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==",
|
|
1009
|
+
"license": "ISC"
|
|
1010
|
+
},
|
|
1011
|
+
"node_modules/postcss": {
|
|
1012
|
+
"version": "8.5.15",
|
|
1013
|
+
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.15.tgz",
|
|
1014
|
+
"integrity": "sha512-FfR8sjd4em2T6fb3I2MwAJU7HWVMr9zba+enmQeeWFfCbm+UOC/0X4DS8XtpUTMwWMGbjKYP7xjfNekzyGmB3A==",
|
|
1015
|
+
"funding": [
|
|
1016
|
+
{
|
|
1017
|
+
"type": "opencollective",
|
|
1018
|
+
"url": "https://opencollective.com/postcss/"
|
|
1019
|
+
},
|
|
1020
|
+
{
|
|
1021
|
+
"type": "tidelift",
|
|
1022
|
+
"url": "https://tidelift.com/funding/github/npm/postcss"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"type": "github",
|
|
1026
|
+
"url": "https://github.com/sponsors/ai"
|
|
1027
|
+
}
|
|
1028
|
+
],
|
|
1029
|
+
"license": "MIT",
|
|
1030
|
+
"dependencies": {
|
|
1031
|
+
"nanoid": "^3.3.12",
|
|
1032
|
+
"picocolors": "^1.1.1",
|
|
1033
|
+
"source-map-js": "^1.2.1"
|
|
1034
|
+
},
|
|
1035
|
+
"engines": {
|
|
1036
|
+
"node": "^10 || ^12 || >=14"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
"node_modules/react": {
|
|
1040
|
+
"version": "19.2.6",
|
|
1041
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz",
|
|
1042
|
+
"integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
|
|
1043
|
+
"license": "MIT",
|
|
1044
|
+
"engines": {
|
|
1045
|
+
"node": ">=0.10.0"
|
|
1046
|
+
}
|
|
1047
|
+
},
|
|
1048
|
+
"node_modules/react-dom": {
|
|
1049
|
+
"version": "19.2.6",
|
|
1050
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz",
|
|
1051
|
+
"integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==",
|
|
1052
|
+
"license": "MIT",
|
|
1053
|
+
"dependencies": {
|
|
1054
|
+
"scheduler": "^0.27.0"
|
|
1055
|
+
},
|
|
1056
|
+
"peerDependencies": {
|
|
1057
|
+
"react": "^19.2.6"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
"node_modules/reselect": {
|
|
1061
|
+
"version": "5.2.0",
|
|
1062
|
+
"resolved": "https://registry.npmjs.org/reselect/-/reselect-5.2.0.tgz",
|
|
1063
|
+
"integrity": "sha512-AgZ3UOZm3YndfrJ4OYjgrT7bmCm/1iqkjvEfH/oYjzh6PD2qw4QuT3jjnXIrpdt4MTpMXclMT3lXbmRY+XRakw==",
|
|
1064
|
+
"license": "MIT"
|
|
1065
|
+
},
|
|
1066
|
+
"node_modules/scheduler": {
|
|
1067
|
+
"version": "0.27.0",
|
|
1068
|
+
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
1069
|
+
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
1070
|
+
"license": "MIT"
|
|
1071
|
+
},
|
|
1072
|
+
"node_modules/semver": {
|
|
1073
|
+
"version": "7.8.1",
|
|
1074
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
1075
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
1076
|
+
"license": "ISC",
|
|
1077
|
+
"optional": true,
|
|
1078
|
+
"bin": {
|
|
1079
|
+
"semver": "bin/semver.js"
|
|
1080
|
+
},
|
|
1081
|
+
"engines": {
|
|
1082
|
+
"node": ">=10"
|
|
1083
|
+
}
|
|
1084
|
+
},
|
|
1085
|
+
"node_modules/sharp": {
|
|
1086
|
+
"version": "0.34.5",
|
|
1087
|
+
"resolved": "https://registry.npmjs.org/sharp/-/sharp-0.34.5.tgz",
|
|
1088
|
+
"integrity": "sha512-Ou9I5Ft9WNcCbXrU9cMgPBcCK8LiwLqcbywW3t4oDV37n1pzpuNLsYiAV8eODnjbtQlSDwZ2cUEeQz4E54Hltg==",
|
|
1089
|
+
"hasInstallScript": true,
|
|
1090
|
+
"license": "Apache-2.0",
|
|
1091
|
+
"optional": true,
|
|
1092
|
+
"dependencies": {
|
|
1093
|
+
"@img/colour": "^1.0.0",
|
|
1094
|
+
"detect-libc": "^2.1.2",
|
|
1095
|
+
"semver": "^7.7.3"
|
|
1096
|
+
},
|
|
1097
|
+
"engines": {
|
|
1098
|
+
"node": "^18.17.0 || ^20.3.0 || >=21.0.0"
|
|
1099
|
+
},
|
|
1100
|
+
"funding": {
|
|
1101
|
+
"url": "https://opencollective.com/libvips"
|
|
1102
|
+
},
|
|
1103
|
+
"optionalDependencies": {
|
|
1104
|
+
"@img/sharp-darwin-arm64": "0.34.5",
|
|
1105
|
+
"@img/sharp-darwin-x64": "0.34.5",
|
|
1106
|
+
"@img/sharp-libvips-darwin-arm64": "1.2.4",
|
|
1107
|
+
"@img/sharp-libvips-darwin-x64": "1.2.4",
|
|
1108
|
+
"@img/sharp-libvips-linux-arm": "1.2.4",
|
|
1109
|
+
"@img/sharp-libvips-linux-arm64": "1.2.4",
|
|
1110
|
+
"@img/sharp-libvips-linux-ppc64": "1.2.4",
|
|
1111
|
+
"@img/sharp-libvips-linux-riscv64": "1.2.4",
|
|
1112
|
+
"@img/sharp-libvips-linux-s390x": "1.2.4",
|
|
1113
|
+
"@img/sharp-libvips-linux-x64": "1.2.4",
|
|
1114
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.2.4",
|
|
1115
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.2.4",
|
|
1116
|
+
"@img/sharp-linux-arm": "0.34.5",
|
|
1117
|
+
"@img/sharp-linux-arm64": "0.34.5",
|
|
1118
|
+
"@img/sharp-linux-ppc64": "0.34.5",
|
|
1119
|
+
"@img/sharp-linux-riscv64": "0.34.5",
|
|
1120
|
+
"@img/sharp-linux-s390x": "0.34.5",
|
|
1121
|
+
"@img/sharp-linux-x64": "0.34.5",
|
|
1122
|
+
"@img/sharp-linuxmusl-arm64": "0.34.5",
|
|
1123
|
+
"@img/sharp-linuxmusl-x64": "0.34.5",
|
|
1124
|
+
"@img/sharp-wasm32": "0.34.5",
|
|
1125
|
+
"@img/sharp-win32-arm64": "0.34.5",
|
|
1126
|
+
"@img/sharp-win32-ia32": "0.34.5",
|
|
1127
|
+
"@img/sharp-win32-x64": "0.34.5"
|
|
1128
|
+
}
|
|
1129
|
+
},
|
|
1130
|
+
"node_modules/source-map-js": {
|
|
1131
|
+
"version": "1.2.1",
|
|
1132
|
+
"resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
|
|
1133
|
+
"integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
|
|
1134
|
+
"license": "BSD-3-Clause",
|
|
1135
|
+
"engines": {
|
|
1136
|
+
"node": ">=0.10.0"
|
|
1137
|
+
}
|
|
1138
|
+
},
|
|
1139
|
+
"node_modules/styled-jsx": {
|
|
1140
|
+
"version": "5.1.6",
|
|
1141
|
+
"resolved": "https://registry.npmjs.org/styled-jsx/-/styled-jsx-5.1.6.tgz",
|
|
1142
|
+
"integrity": "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA==",
|
|
1143
|
+
"license": "MIT",
|
|
1144
|
+
"dependencies": {
|
|
1145
|
+
"client-only": "0.0.1"
|
|
1146
|
+
},
|
|
1147
|
+
"engines": {
|
|
1148
|
+
"node": ">= 12.0.0"
|
|
1149
|
+
},
|
|
1150
|
+
"peerDependencies": {
|
|
1151
|
+
"react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0"
|
|
1152
|
+
},
|
|
1153
|
+
"peerDependenciesMeta": {
|
|
1154
|
+
"@babel/core": {
|
|
1155
|
+
"optional": true
|
|
1156
|
+
},
|
|
1157
|
+
"babel-plugin-macros": {
|
|
1158
|
+
"optional": true
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"node_modules/tslib": {
|
|
1163
|
+
"version": "2.8.1",
|
|
1164
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
1165
|
+
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
1166
|
+
"license": "0BSD"
|
|
1167
|
+
},
|
|
1168
|
+
"node_modules/typescript": {
|
|
1169
|
+
"version": "6.0.3",
|
|
1170
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz",
|
|
1171
|
+
"integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==",
|
|
1172
|
+
"dev": true,
|
|
1173
|
+
"license": "Apache-2.0",
|
|
1174
|
+
"bin": {
|
|
1175
|
+
"tsc": "bin/tsc",
|
|
1176
|
+
"tsserver": "bin/tsserver"
|
|
1177
|
+
},
|
|
1178
|
+
"engines": {
|
|
1179
|
+
"node": ">=14.17"
|
|
1180
|
+
}
|
|
1181
|
+
},
|
|
1182
|
+
"node_modules/undici-types": {
|
|
1183
|
+
"version": "7.16.0",
|
|
1184
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
1185
|
+
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==",
|
|
1186
|
+
"dev": true,
|
|
1187
|
+
"license": "MIT"
|
|
1188
|
+
},
|
|
1189
|
+
"node_modules/use-sync-external-store": {
|
|
1190
|
+
"version": "1.6.0",
|
|
1191
|
+
"resolved": "https://registry.npmjs.org/use-sync-external-store/-/use-sync-external-store-1.6.0.tgz",
|
|
1192
|
+
"integrity": "sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==",
|
|
1193
|
+
"license": "MIT",
|
|
1194
|
+
"peerDependencies": {
|
|
1195
|
+
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
1196
|
+
}
|
|
1197
|
+
}
|
|
1198
|
+
}
|
|
1199
|
+
}
|