-
-
Notifications
You must be signed in to change notification settings - Fork 9.9k
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.72 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.72 KB
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
{
"name": "@storybook/vue3-vite",
"version": "10.2.0-alpha.1",
"description": "Storybook for Vue3 and Vite: Develop, document, and test UI components in isolation",
"keywords": [
"storybook",
"storybook-framework",
"vue3",
"vite",
"component",
"components"
],
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/vue3-vite",
"bugs": {
"url": "https://github.com/storybookjs/storybook/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storybookjs/storybook.git",
"directory": "code/frameworks/vue3-vite"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/storybook"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./node": {
"types": "./dist/node/index.d.ts",
"default": "./dist/node/index.js"
},
"./package.json": "./package.json",
"./preset": "./dist/preset.js",
"./vite-plugin": "./dist/vite-plugin.js"
},
"files": [
"dist/**/*",
"template/**/*",
"README.md",
"*.js",
"*.d.ts",
"!src/**/*"
],
"dependencies": {
"@storybook/builder-vite": "workspace:*",
"@storybook/vue3": "workspace:*",
"magic-string": "^0.30.0",
"typescript": "^5.8.3",
"vue-component-meta": "^2.0.0",
"vue-docgen-api": "^4.75.1"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.8.3",
"vite": "^7.0.4"
},
"peerDependencies": {
"storybook": "workspace:^",
"vite": "^5.0.0 || ^6.0.0 || ^7.0.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "a8e7fd8a655c69780bc20b9749d2699e45beae1l"
}