create-auto-app 1.34.0 → 1.36.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.
- package/package.json +2 -2
- package/templates/typical/.gitignore +1 -1
- package/templates/typical/auto.config.ts +85 -80
- package/templates/typical/client/.gitignore +0 -4
- package/templates/typical/client/.storybook/main.ts +0 -66
- package/templates/typical/client/.storybook/manager-head.html +0 -154
- package/templates/typical/client/.storybook/manager.ts +0 -164
- package/templates/typical/client/.storybook/preview-head.html +0 -31
- package/templates/typical/client/.storybook/preview.tsx +0 -120
- package/templates/typical/client/codegen.ts +0 -17
- package/templates/typical/client/components.json +0 -29
- package/templates/typical/client/index.html +0 -12
- package/templates/typical/client/package.json +0 -69
- package/templates/typical/client/pnpm-lock.yaml +0 -7868
- package/templates/typical/client/public/blank.svg +0 -1
- package/templates/typical/client/public/mockServiceWorker.js +0 -336
- package/templates/typical/client/src/App.tsx +0 -29
- package/templates/typical/client/src/components/.gitkeep +0 -0
- package/templates/typical/client/src/components/ui/Accordion.stories.tsx +0 -49
- package/templates/typical/client/src/components/ui/Accordion.tsx +0 -55
- package/templates/typical/client/src/components/ui/Alert.stories.tsx +0 -29
- package/templates/typical/client/src/components/ui/Alert.tsx +0 -56
- package/templates/typical/client/src/components/ui/AlertDialog.stories.tsx +0 -67
- package/templates/typical/client/src/components/ui/AlertDialog.tsx +0 -178
- package/templates/typical/client/src/components/ui/AspectRatio.stories.tsx +0 -35
- package/templates/typical/client/src/components/ui/AspectRatio.tsx +0 -13
- package/templates/typical/client/src/components/ui/Avatar.stories.tsx +0 -45
- package/templates/typical/client/src/components/ui/Avatar.tsx +0 -98
- package/templates/typical/client/src/components/ui/Badge.stories.tsx +0 -41
- package/templates/typical/client/src/components/ui/Badge.tsx +0 -45
- package/templates/typical/client/src/components/ui/Breadcrumb.stories.tsx +0 -54
- package/templates/typical/client/src/components/ui/Breadcrumb.tsx +0 -104
- package/templates/typical/client/src/components/ui/Button.stories.tsx +0 -102
- package/templates/typical/client/src/components/ui/Button.tsx +0 -67
- package/templates/typical/client/src/components/ui/ButtonGroup.stories.tsx +0 -32
- package/templates/typical/client/src/components/ui/ButtonGroup.tsx +0 -81
- package/templates/typical/client/src/components/ui/Calendar.stories.tsx +0 -40
- package/templates/typical/client/src/components/ui/Calendar.tsx +0 -165
- package/templates/typical/client/src/components/ui/Card.stories.tsx +0 -44
- package/templates/typical/client/src/components/ui/Card.tsx +0 -66
- package/templates/typical/client/src/components/ui/Carousel.stories.tsx +0 -56
- package/templates/typical/client/src/components/ui/Carousel.tsx +0 -225
- package/templates/typical/client/src/components/ui/Chart.stories.tsx +0 -39
- package/templates/typical/client/src/components/ui/Chart.tsx +0 -305
- package/templates/typical/client/src/components/ui/Checkbox.stories.tsx +0 -35
- package/templates/typical/client/src/components/ui/Checkbox.tsx +0 -30
- package/templates/typical/client/src/components/ui/Collapsible.stories.tsx +0 -58
- package/templates/typical/client/src/components/ui/Collapsible.tsx +0 -18
- package/templates/typical/client/src/components/ui/Combobox.stories.tsx +0 -75
- package/templates/typical/client/src/components/ui/Combobox.tsx +0 -296
- package/templates/typical/client/src/components/ui/Command.stories.tsx +0 -71
- package/templates/typical/client/src/components/ui/Command.tsx +0 -157
- package/templates/typical/client/src/components/ui/ContextMenu.stories.tsx +0 -68
- package/templates/typical/client/src/components/ui/ContextMenu.tsx +0 -231
- package/templates/typical/client/src/components/ui/DesignSystem-Colors.mdx +0 -68
- package/templates/typical/client/src/components/ui/DesignSystem-Colors.stories.tsx +0 -117
- package/templates/typical/client/src/components/ui/DesignSystem-Layout.mdx +0 -64
- package/templates/typical/client/src/components/ui/DesignSystem-Layout.stories.tsx +0 -167
- package/templates/typical/client/src/components/ui/DesignSystem-Overview.stories.tsx +0 -748
- package/templates/typical/client/src/components/ui/DesignSystem-Typography.mdx +0 -31
- package/templates/typical/client/src/components/ui/DesignSystem-Typography.stories.tsx +0 -80
- package/templates/typical/client/src/components/ui/Dialog.stories.tsx +0 -74
- package/templates/typical/client/src/components/ui/Dialog.tsx +0 -154
- package/templates/typical/client/src/components/ui/Direction.stories.tsx +0 -38
- package/templates/typical/client/src/components/ui/Direction.tsx +0 -24
- package/templates/typical/client/src/components/ui/Drawer.stories.tsx +0 -70
- package/templates/typical/client/src/components/ui/Drawer.tsx +0 -124
- package/templates/typical/client/src/components/ui/DropdownMenu.stories.tsx +0 -74
- package/templates/typical/client/src/components/ui/DropdownMenu.tsx +0 -239
- package/templates/typical/client/src/components/ui/Empty.stories.tsx +0 -37
- package/templates/typical/client/src/components/ui/Empty.tsx +0 -98
- package/templates/typical/client/src/components/ui/Field.stories.tsx +0 -50
- package/templates/typical/client/src/components/ui/Field.tsx +0 -251
- package/templates/typical/client/src/components/ui/Form.stories.tsx +0 -45
- package/templates/typical/client/src/components/ui/Form.tsx +0 -148
- package/templates/typical/client/src/components/ui/HoverCard.stories.tsx +0 -49
- package/templates/typical/client/src/components/ui/HoverCard.tsx +0 -39
- package/templates/typical/client/src/components/ui/Input.stories.tsx +0 -42
- package/templates/typical/client/src/components/ui/Input.tsx +0 -22
- package/templates/typical/client/src/components/ui/InputGroup.stories.tsx +0 -53
- package/templates/typical/client/src/components/ui/InputGroup.tsx +0 -153
- package/templates/typical/client/src/components/ui/InputOTP.stories.tsx +0 -42
- package/templates/typical/client/src/components/ui/InputOTP.tsx +0 -72
- package/templates/typical/client/src/components/ui/Item.stories.tsx +0 -64
- package/templates/typical/client/src/components/ui/Item.tsx +0 -168
- package/templates/typical/client/src/components/ui/Kbd.stories.tsx +0 -59
- package/templates/typical/client/src/components/ui/Kbd.tsx +0 -22
- package/templates/typical/client/src/components/ui/Label.stories.tsx +0 -90
- package/templates/typical/client/src/components/ui/Label.tsx +0 -44
- package/templates/typical/client/src/components/ui/Menubar.stories.tsx +0 -78
- package/templates/typical/client/src/components/ui/Menubar.tsx +0 -251
- package/templates/typical/client/src/components/ui/NativeSelect.stories.tsx +0 -45
- package/templates/typical/client/src/components/ui/NativeSelect.tsx +0 -50
- package/templates/typical/client/src/components/ui/NavigationMenu.stories.tsx +0 -80
- package/templates/typical/client/src/components/ui/NavigationMenu.tsx +0 -152
- package/templates/typical/client/src/components/ui/Pagination.stories.tsx +0 -77
- package/templates/typical/client/src/components/ui/Pagination.tsx +0 -108
- package/templates/typical/client/src/components/ui/Popover.stories.tsx +0 -53
- package/templates/typical/client/src/components/ui/Popover.tsx +0 -57
- package/templates/typical/client/src/components/ui/Progress.stories.tsx +0 -32
- package/templates/typical/client/src/components/ui/Progress.tsx +0 -25
- package/templates/typical/client/src/components/ui/RadioGroup.stories.tsx +0 -50
- package/templates/typical/client/src/components/ui/RadioGroup.tsx +0 -36
- package/templates/typical/client/src/components/ui/Resizable.stories.tsx +0 -72
- package/templates/typical/client/src/components/ui/Resizable.tsx +0 -54
- package/templates/typical/client/src/components/ui/ScrollArea.stories.tsx +0 -45
- package/templates/typical/client/src/components/ui/ScrollArea.tsx +0 -51
- package/templates/typical/client/src/components/ui/Select.stories.tsx +0 -59
- package/templates/typical/client/src/components/ui/Select.tsx +0 -171
- package/templates/typical/client/src/components/ui/Separator.stories.tsx +0 -42
- package/templates/typical/client/src/components/ui/Separator.tsx +0 -27
- package/templates/typical/client/src/components/ui/Sheet.stories.tsx +0 -68
- package/templates/typical/client/src/components/ui/Sheet.tsx +0 -115
- package/templates/typical/client/src/components/ui/Sidebar.stories.tsx +0 -96
- package/templates/typical/client/src/components/ui/Sidebar.tsx +0 -695
- package/templates/typical/client/src/components/ui/Skeleton.stories.tsx +0 -40
- package/templates/typical/client/src/components/ui/Skeleton.tsx +0 -11
- package/templates/typical/client/src/components/ui/Slider.stories.tsx +0 -24
- package/templates/typical/client/src/components/ui/Slider.tsx +0 -55
- package/templates/typical/client/src/components/ui/Sonner.stories.tsx +0 -45
- package/templates/typical/client/src/components/ui/Sonner.tsx +0 -38
- package/templates/typical/client/src/components/ui/Spinner.stories.tsx +0 -26
- package/templates/typical/client/src/components/ui/Spinner.tsx +0 -13
- package/templates/typical/client/src/components/ui/Switch.stories.tsx +0 -39
- package/templates/typical/client/src/components/ui/Switch.tsx +0 -35
- package/templates/typical/client/src/components/ui/Table.stories.tsx +0 -67
- package/templates/typical/client/src/components/ui/Table.tsx +0 -86
- package/templates/typical/client/src/components/ui/Tabs.stories.tsx +0 -53
- package/templates/typical/client/src/components/ui/Tabs.tsx +0 -75
- package/templates/typical/client/src/components/ui/Textarea.stories.tsx +0 -27
- package/templates/typical/client/src/components/ui/Textarea.tsx +0 -22
- package/templates/typical/client/src/components/ui/Toast.stories.tsx +0 -116
- package/templates/typical/client/src/components/ui/Toast.tsx +0 -123
- package/templates/typical/client/src/components/ui/Toaster.tsx +0 -32
- package/templates/typical/client/src/components/ui/Toggle.stories.tsx +0 -44
- package/templates/typical/client/src/components/ui/Toggle.tsx +0 -42
- package/templates/typical/client/src/components/ui/ToggleGroup.stories.tsx +0 -61
- package/templates/typical/client/src/components/ui/ToggleGroup.tsx +0 -83
- package/templates/typical/client/src/components/ui/Tooltip.stories.tsx +0 -42
- package/templates/typical/client/src/components/ui/Tooltip.tsx +0 -48
- package/templates/typical/client/src/gql/execute.ts +0 -11
- package/templates/typical/client/src/gql/fragment-masking.ts +0 -83
- package/templates/typical/client/src/gql/gql.ts +0 -9
- package/templates/typical/client/src/gql/graphql.ts +0 -182
- package/templates/typical/client/src/gql/index.ts +0 -2
- package/templates/typical/client/src/graphql/mutations.ts +0 -0
- package/templates/typical/client/src/graphql/queries.ts +0 -0
- package/templates/typical/client/src/hooks/.gitkeep +0 -0
- package/templates/typical/client/src/hooks/use-mobile.ts +0 -19
- package/templates/typical/client/src/hooks/use-toast.ts +0 -186
- package/templates/typical/client/src/index.css +0 -121
- package/templates/typical/client/src/lib/utils.ts +0 -6
- package/templates/typical/client/src/main.tsx +0 -5
- package/templates/typical/client/tsconfig.app.json +0 -26
- package/templates/typical/client/tsconfig.json +0 -10
- package/templates/typical/client/vite.config.ts +0 -50
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
import type { Preview } from '@storybook/react-vite';
|
|
2
|
-
import type { PropsWithChildren } from 'react';
|
|
3
|
-
import { useEffect, useState } from 'react';
|
|
4
|
-
import { addons } from 'storybook/preview-api';
|
|
5
|
-
import { themes } from 'storybook/theming';
|
|
6
|
-
import { DocsContainer } from '@storybook/addon-docs/blocks';
|
|
7
|
-
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
|
8
|
-
import { DARK_MODE_EVENT_NAME } from '@vueless/storybook-dark-mode';
|
|
9
|
-
import { initialize, mswLoader } from 'msw-storybook-addon';
|
|
10
|
-
import '../src/index.css';
|
|
11
|
-
|
|
12
|
-
initialize({
|
|
13
|
-
onUnhandledRequest: 'bypass',
|
|
14
|
-
});
|
|
15
|
-
|
|
16
|
-
// Apply theme to the preview iframe (for component styling and background)
|
|
17
|
-
const applyTheme = (isDark: boolean) => {
|
|
18
|
-
if (isDark) {
|
|
19
|
-
document.documentElement.classList.add('dark');
|
|
20
|
-
} else {
|
|
21
|
-
document.documentElement.classList.remove('dark');
|
|
22
|
-
}
|
|
23
|
-
// Update background color to match Storybook theme
|
|
24
|
-
document.documentElement.style.backgroundColor = isDark ? '#222325' : '#FFFFFF';
|
|
25
|
-
document.documentElement.style.colorScheme = isDark ? 'dark' : 'light';
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
// Get initial theme from URL parameter or localStorage
|
|
29
|
-
const urlParams = new URLSearchParams(window.location.search);
|
|
30
|
-
const urlTheme = urlParams.get('theme');
|
|
31
|
-
const getStoredDarkMode = (): boolean => {
|
|
32
|
-
try {
|
|
33
|
-
const stored = localStorage.getItem('sb-addon-themes-3');
|
|
34
|
-
if (stored) {
|
|
35
|
-
const parsed = JSON.parse(stored);
|
|
36
|
-
return parsed?.current === 'dark';
|
|
37
|
-
}
|
|
38
|
-
} catch {}
|
|
39
|
-
return false;
|
|
40
|
-
};
|
|
41
|
-
const initialIsDark = urlTheme ? urlTheme === 'dark' : getStoredDarkMode();
|
|
42
|
-
applyTheme(initialIsDark);
|
|
43
|
-
|
|
44
|
-
// Listen to dark mode addon changes and sync with our CSS class
|
|
45
|
-
const channel = addons.getChannel();
|
|
46
|
-
channel.on(DARK_MODE_EVENT_NAME, (isDark: boolean) => {
|
|
47
|
-
applyTheme(isDark);
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
const queryClient = new QueryClient({
|
|
51
|
-
defaultOptions: {
|
|
52
|
-
queries: {
|
|
53
|
-
retry: false,
|
|
54
|
-
},
|
|
55
|
-
},
|
|
56
|
-
});
|
|
57
|
-
|
|
58
|
-
// Themed docs container that responds to dark mode
|
|
59
|
-
function ThemedDocsContainer({
|
|
60
|
-
children,
|
|
61
|
-
context,
|
|
62
|
-
}: PropsWithChildren<{ context: Parameters<typeof DocsContainer>[0]['context'] }>) {
|
|
63
|
-
const [isDark, setIsDark] = useState(initialIsDark);
|
|
64
|
-
|
|
65
|
-
useEffect(() => {
|
|
66
|
-
const ch = addons.getChannel();
|
|
67
|
-
ch.on(DARK_MODE_EVENT_NAME, setIsDark);
|
|
68
|
-
return () => ch.off(DARK_MODE_EVENT_NAME, setIsDark);
|
|
69
|
-
}, []);
|
|
70
|
-
|
|
71
|
-
return (
|
|
72
|
-
<DocsContainer context={context} theme={isDark ? themes.dark : themes.light}>
|
|
73
|
-
{children}
|
|
74
|
-
</DocsContainer>
|
|
75
|
-
);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
const preview: Preview = {
|
|
79
|
-
tags: ['autodocs'],
|
|
80
|
-
decorators: [
|
|
81
|
-
(Story) => (
|
|
82
|
-
<QueryClientProvider client={queryClient}>
|
|
83
|
-
<Story />
|
|
84
|
-
</QueryClientProvider>
|
|
85
|
-
),
|
|
86
|
-
],
|
|
87
|
-
parameters: {
|
|
88
|
-
controls: {
|
|
89
|
-
matchers: {
|
|
90
|
-
color: /(background|color)$/i,
|
|
91
|
-
date: /Date$/i,
|
|
92
|
-
},
|
|
93
|
-
},
|
|
94
|
-
viewport: {
|
|
95
|
-
defaultViewport: 'desktop',
|
|
96
|
-
},
|
|
97
|
-
layout: 'padded',
|
|
98
|
-
options: {
|
|
99
|
-
showPanel: false,
|
|
100
|
-
storySort: {
|
|
101
|
-
order: ['Design System', ['Overview', '*'], 'UI Components'],
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
|
-
darkMode: {
|
|
105
|
-
current: initialIsDark ? 'dark' : 'light',
|
|
106
|
-
stylePreview: true,
|
|
107
|
-
dark: themes.dark,
|
|
108
|
-
light: themes.light,
|
|
109
|
-
},
|
|
110
|
-
docs: {
|
|
111
|
-
container: ThemedDocsContainer,
|
|
112
|
-
},
|
|
113
|
-
},
|
|
114
|
-
initialGlobals: {
|
|
115
|
-
showPanel: false,
|
|
116
|
-
},
|
|
117
|
-
loaders: [mswLoader],
|
|
118
|
-
};
|
|
119
|
-
|
|
120
|
-
export default preview;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import type { CodegenConfig } from '@graphql-codegen/cli';
|
|
2
|
-
|
|
3
|
-
const config: CodegenConfig = {
|
|
4
|
-
schema: '../.context/schema.graphql',
|
|
5
|
-
documents: ['src/graphql/**/*.ts'],
|
|
6
|
-
ignoreNoDocuments: true,
|
|
7
|
-
generates: {
|
|
8
|
-
'./src/gql/': {
|
|
9
|
-
preset: 'client',
|
|
10
|
-
config: {
|
|
11
|
-
documentMode: 'string',
|
|
12
|
-
},
|
|
13
|
-
},
|
|
14
|
-
},
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
export default config;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "https://ui.shadcn.com/schema.json",
|
|
3
|
-
"style": "new-york",
|
|
4
|
-
"rsc": false,
|
|
5
|
-
"tsx": true,
|
|
6
|
-
"tailwind": {
|
|
7
|
-
"config": "",
|
|
8
|
-
"css": "src/index.css",
|
|
9
|
-
"baseColor": "neutral",
|
|
10
|
-
"cssVariables": true,
|
|
11
|
-
"prefix": ""
|
|
12
|
-
},
|
|
13
|
-
"aliases": {
|
|
14
|
-
"components": "@/components",
|
|
15
|
-
"utils": "@/lib/utils",
|
|
16
|
-
"ui": "@/components/ui",
|
|
17
|
-
"lib": "@/lib",
|
|
18
|
-
"hooks": "@/hooks"
|
|
19
|
-
},
|
|
20
|
-
"iconLibrary": "lucide",
|
|
21
|
-
"registries": {
|
|
22
|
-
"@shadcraft": {
|
|
23
|
-
"url": "https://registry-shadcraft.vercel.app/r/{name}",
|
|
24
|
-
"headers": {
|
|
25
|
-
"X-License-Key": "${SHADCRAFT_LICENSE_KEY}"
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
|
-
<title>React App</title>
|
|
7
|
-
</head>
|
|
8
|
-
<body>
|
|
9
|
-
<div id="root"></div>
|
|
10
|
-
<script type="module" src="/src/main.tsx"></script>
|
|
11
|
-
</body>
|
|
12
|
-
</html>
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "react-client",
|
|
3
|
-
"private": true,
|
|
4
|
-
"version": "0.0.0",
|
|
5
|
-
"type": "module",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"dev": "vite",
|
|
8
|
-
"build": "tsc -b && vite build",
|
|
9
|
-
"preview": "vite preview",
|
|
10
|
-
"type-check": "tsc --noEmit -p tsconfig.app.json",
|
|
11
|
-
"storybook": "storybook dev -p 6006",
|
|
12
|
-
"storybook:fast": "STORYBOOK_FAST=1 storybook dev -p 6006",
|
|
13
|
-
"build-storybook": "storybook build",
|
|
14
|
-
"codegen": "graphql-codegen",
|
|
15
|
-
"codegen:watch": "graphql-codegen --watch"
|
|
16
|
-
},
|
|
17
|
-
"dependencies": {
|
|
18
|
-
"@base-ui/react": "^1.1.0",
|
|
19
|
-
"@hookform/resolvers": "^5.2.2",
|
|
20
|
-
"@tanstack/react-query": "^5.90.19",
|
|
21
|
-
"class-variance-authority": "^0.7.1",
|
|
22
|
-
"clsx": "^2.1.1",
|
|
23
|
-
"cmdk": "^1.1.1",
|
|
24
|
-
"date-fns": "^4.1.0",
|
|
25
|
-
"embla-carousel-react": "^8.6.0",
|
|
26
|
-
"graphql-request": "^7.4.0",
|
|
27
|
-
"input-otp": "^1.4.2",
|
|
28
|
-
"lucide-react": "^0.539.0",
|
|
29
|
-
"next-themes": "^0.4.6",
|
|
30
|
-
"radix-ui": "^1.4.3",
|
|
31
|
-
"react": "^19.0.0",
|
|
32
|
-
"react-day-picker": "^9.13.0",
|
|
33
|
-
"react-dom": "^19.0.0",
|
|
34
|
-
"react-hook-form": "^7.71.1",
|
|
35
|
-
"react-resizable-panels": "^4.6.1",
|
|
36
|
-
"react-router-dom": "^7.13.0",
|
|
37
|
-
"recharts": "2.15.4",
|
|
38
|
-
"sonner": "^2.0.7",
|
|
39
|
-
"tailwind-merge": "^3.3.1",
|
|
40
|
-
"vaul": "^1.1.2",
|
|
41
|
-
"zod": "^4.3.6"
|
|
42
|
-
},
|
|
43
|
-
"devDependencies": {
|
|
44
|
-
"@graphql-codegen/cli": "^6.1.1",
|
|
45
|
-
"@graphql-codegen/client-preset": "^5.2.2",
|
|
46
|
-
"@parcel/watcher": "^2.5.6",
|
|
47
|
-
"@storybook/addon-docs": "^10.2.8",
|
|
48
|
-
"@storybook/addon-mcp": "^0.2.2",
|
|
49
|
-
"@storybook/react-vite": "^10.2.8",
|
|
50
|
-
"@tailwindcss/vite": "^4.1.16",
|
|
51
|
-
"@types/react": "^19.2.7",
|
|
52
|
-
"@types/react-dom": "^19.2.3",
|
|
53
|
-
"@vitejs/plugin-react-swc": "^4.2.2",
|
|
54
|
-
"@vueless/storybook-dark-mode": "^10.0.7",
|
|
55
|
-
"graphql": "^16.12.0",
|
|
56
|
-
"msw": "^2.12.10",
|
|
57
|
-
"msw-storybook-addon": "^2.0.6",
|
|
58
|
-
"storybook": "^10.2.8",
|
|
59
|
-
"tailwindcss": "^4.1.16",
|
|
60
|
-
"tw-animate-css": "^1.3.7",
|
|
61
|
-
"typescript": "^5.9.3",
|
|
62
|
-
"vite": "^7.3.0"
|
|
63
|
-
},
|
|
64
|
-
"msw": {
|
|
65
|
-
"workerDirectory": [
|
|
66
|
-
"public"
|
|
67
|
-
]
|
|
68
|
-
}
|
|
69
|
-
}
|