-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 4.91 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "before-storybook",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-beta.44",
"@storybook/addon-interactions": "^7.0.0-beta.44",
"@storybook/addon-links": "^7.0.0-beta.44",
"@storybook/blocks": "^7.0.0-beta.44",
"@storybook/testing-library": "^0.0.14-next.1",
"@storybook/vue": "^7.0.0-beta.44",
"@storybook/vue-vite": "^7.0.0-beta.44",
"@vitejs/plugin-vue2": "^2.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^7.0.0-beta.44",
"vite": "^4.1.0",
"vue": "2",
"vue-template-compiler": "^2.7.14"
},
"dependencies": {},
"resolutions": {
"@storybook/addon-a11y": "7.0.0-beta.44",
"@storybook/addon-actions": "7.0.0-beta.44",
"@storybook/addon-backgrounds": "7.0.0-beta.44",
"@storybook/addon-controls": "7.0.0-beta.44",
"@storybook/addon-docs": "7.0.0-beta.44",
"@storybook/addon-essentials": "7.0.0-beta.44",
"@storybook/addon-highlight": "7.0.0-beta.44",
"@storybook/addon-interactions": "7.0.0-beta.44",
"@storybook/addon-jest": "7.0.0-beta.44",
"@storybook/addon-links": "7.0.0-beta.44",
"@storybook/addon-measure": "7.0.0-beta.44",
"@storybook/addon-outline": "7.0.0-beta.44",
"@storybook/addon-storyshots": "7.0.0-beta.44",
"@storybook/addon-storyshots-puppeteer": "7.0.0-beta.44",
"@storybook/addon-storysource": "7.0.0-beta.44",
"@storybook/addon-toolbars": "7.0.0-beta.44",
"@storybook/addon-viewport": "7.0.0-beta.44",
"@storybook/addons": "7.0.0-beta.44",
"@storybook/angular": "7.0.0-beta.44",
"@storybook/manager-api": "7.0.0-beta.44",
"@storybook/blocks": "7.0.0-beta.44",
"@storybook/builder-manager": "7.0.0-beta.44",
"@storybook/builder-vite": "7.0.0-beta.44",
"@storybook/builder-webpack5": "7.0.0-beta.44",
"@storybook/channel-postmessage": "7.0.0-beta.44",
"@storybook/channel-websocket": "7.0.0-beta.44",
"@storybook/channels": "7.0.0-beta.44",
"@storybook/cli": "7.0.0-beta.44",
"@storybook/client-api": "7.0.0-beta.44",
"@storybook/client-logger": "7.0.0-beta.44",
"@storybook/codemod": "7.0.0-beta.44",
"@storybook/components": "7.0.0-beta.44",
"@storybook/core-client": "7.0.0-beta.44",
"@storybook/core-common": "7.0.0-beta.44",
"@storybook/core-events": "7.0.0-beta.44",
"@storybook/core-server": "7.0.0-beta.44",
"@storybook/core-webpack": "7.0.0-beta.44",
"@storybook/csf-tools": "7.0.0-beta.44",
"@storybook/docs-tools": "7.0.0-beta.44",
"@storybook/ember": "7.0.0-beta.44",
"@storybook/html": "7.0.0-beta.44",
"@storybook/html-webpack5": "7.0.0-beta.44",
"@storybook/html-vite": "7.0.0-beta.44",
"@storybook/instrumenter": "7.0.0-beta.44",
"@storybook/nextjs": "7.0.0-beta.44",
"@storybook/node-logger": "7.0.0-beta.44",
"@storybook/postinstall": "7.0.0-beta.44",
"@storybook/preact": "7.0.0-beta.44",
"@storybook/preact-vite": "7.0.0-beta.44",
"@storybook/preact-webpack5": "7.0.0-beta.44",
"@storybook/preset-html-webpack": "7.0.0-beta.44",
"@storybook/preset-preact-webpack": "7.0.0-beta.44",
"@storybook/preset-react-webpack": "7.0.0-beta.44",
"@storybook/preset-server-webpack": "7.0.0-beta.44",
"@storybook/preset-svelte-webpack": "7.0.0-beta.44",
"@storybook/preset-vue-webpack": "7.0.0-beta.44",
"@storybook/preset-vue3-webpack": "7.0.0-beta.44",
"@storybook/preset-web-components-webpack": "7.0.0-beta.44",
"@storybook/preview": "7.0.0-beta.44",
"@storybook/preview-api": "7.0.0-beta.44",
"@storybook/preview-web": "7.0.0-beta.44",
"@storybook/react": "7.0.0-beta.44",
"@storybook/react-vite": "7.0.0-beta.44",
"@storybook/react-webpack5": "7.0.0-beta.44",
"@storybook/router": "7.0.0-beta.44",
"@storybook/server": "7.0.0-beta.44",
"@storybook/server-webpack5": "7.0.0-beta.44",
"@storybook/source-loader": "7.0.0-beta.44",
"@storybook/store": "7.0.0-beta.44",
"@storybook/svelte": "7.0.0-beta.44",
"@storybook/sveltekit": "7.0.0-beta.44",
"@storybook/svelte-vite": "7.0.0-beta.44",
"@storybook/svelte-webpack5": "7.0.0-beta.44",
"@storybook/telemetry": "7.0.0-beta.44",
"@storybook/theming": "7.0.0-beta.44",
"@storybook/manager": "7.0.0-beta.44",
"@storybook/vue": "7.0.0-beta.44",
"@storybook/vue-vite": "7.0.0-beta.44",
"@storybook/vue-webpack5": "7.0.0-beta.44",
"@storybook/vue3": "7.0.0-beta.44",
"@storybook/vue3-vite": "7.0.0-beta.44",
"@storybook/vue3-webpack5": "7.0.0-beta.44",
"@storybook/web-components": "7.0.0-beta.44",
"@storybook/web-components-webpack5": "7.0.0-beta.44",
"@storybook/web-components-vite": "7.0.0-beta.44",
"sb": "7.0.0-beta.44",
"storybook": "7.0.0-beta.44"
}
}