forked from rancher/dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.17 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
{
"name": "dashboard-storybook",
"description": "Rancher Dashboard Storybook",
"repository": "https://github.com/rancher/dashboard",
"license": "Apache-2.0",
"author": "SUSE",
"private": true,
"version": "0.0.0",
"engines": {
"node": ">=14"
},
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -o ../storybook-static"
},
"devDependencies": {
"@storybook/addon-a11y": "^7.6.17",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-mdx-gfm": "^7.6.17",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/cli": "^7.6.17",
"@storybook/test-runner": "^0.11.0",
"@storybook/vue3": "^7.6.17",
"@storybook/vue3-webpack5": "^7.6.17",
"axe-playwright": "^1.2.3",
"storybook": "^7.6.17",
"storybook-auto-events": "^0.1.1",
"storybook-dark-mode": "^1.0.8",
"vue-shortkey": "3.1.7"
},
"dependencies": {
"shell": "file:./..",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"vue-loader": "15.10.1"
},
"resolutions": {
"@storybook/components": "^7.6.17"
}
}