generated from storybookjs/addon-kit
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
138 lines (138 loc) · 4.18 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "@storybook/addon-svelte-csf",
"version": "4.1.2",
"description": "Allows to write stories in Svelte syntax",
"keywords": [
"storybook-addons",
"csf",
"svelte"
],
"repository": {
"type": "git",
"url": "git+https://github.com/storybookjs/addon-svelte-csf.git"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
},
"./preset": {
"types": "./dist/preset.d.ts",
"default": "./dist/preset.js"
},
"./internal/create-runtime-stories": {
"types": "./dist/runtime/create-runtime-stories.d.ts",
"default": "./dist/runtime/create-runtime-stories.js"
},
"./package.json": "./package.json"
},
"files": [
"dist/**/*",
"!dist/**/*.test.*",
"README.md"
],
"scripts": {
"build": "svelte-package --types",
"build-storybook": "storybook build",
"check": "svelte-check",
"chromatic": "chromatic --exit-zero-on-changes",
"clean": "rimraf ./dist ./node_modules/.cache ./storybook-static ./svelte-kit ./.vite-inspect",
"coverage": "vitest run --coverage",
"format": "prettier --write .",
"lint": "eslint --cache --cache-location=.cache/eslint --ext .js,.json,.html,.svelte,.ts --report-unused-disable-directives",
"prepublish": "pnpm run clean && pnpm run build",
"release": "pnpm run build && auto shipit",
"start": "pnpm run build && concurrently \"pnpm run build --watch\" \"pnpm run storybook --quiet\"",
"storybook": "storybook dev --port 6006 --no-open",
"test": "vitest run",
"test:watch": "vitest watch"
},
"dependencies": {
"@storybook/csf": "^0.1.11",
"@storybook/docs-tools": "^8.0.0",
"@storybook/types": "^8.0.0",
"dedent": "^1.5.3",
"es-toolkit": "^1.26.1",
"esrap": "^1.2.2",
"magic-string": "^0.30.12",
"svelte-ast-print": "^0.4.0",
"zimmerframe": "^1.1.2"
},
"devDependencies": {
"@auto-it/released": "^11.1.6",
"@chromatic-com/storybook": "^3.2.3",
"@storybook/addon-actions": "8.5.0-beta.11",
"@storybook/addon-essentials": "8.5.0-beta.11",
"@storybook/eslint-config-storybook": "^4.0.0",
"@storybook/experimental-addon-test": "^8.5.0-beta.11",
"@storybook/preview-api": "8.5.0-beta.11",
"@storybook/svelte": "8.5.0-beta.11",
"@storybook/svelte-vite": "8.5.0-beta.11",
"@storybook/test": "8.5.0-beta.11",
"@sveltejs/package": "^2.3.7",
"@sveltejs/vite-plugin-svelte": "4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@types/estree": "^1.0.6",
"@types/node": "^20.14.9",
"@vitest/browser": "2.1.4",
"@vitest/coverage-v8": "2.1.4",
"@vitest/ui": "^2.1.4",
"auto": "^11.1.6",
"chromatic": "^11.16.1",
"concurrently": "^8.2.2",
"eslint": "^7.32.0",
"eslint-plugin-storybook": "^0.8.0",
"happy-dom": "^15.11.4",
"playwright": "^1.49.1",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"rimraf": "^5.0.7",
"rollup": "^4.25.0",
"storybook": "8.5.0-beta.11",
"svelte": "^5.0.0",
"svelte-check": "^4.0.5",
"tslib": "^2.6.3",
"type-fest": "^4.20.1",
"typescript": "^5.5.2",
"typescript-svelte-plugin": "^0.3.42",
"vite": "^5.4.11",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-virtual": "^0.3.0",
"vitest": "^2.1.4"
},
"peerDependencies": {
"@storybook/svelte": "^8.0.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0 || ^5.0.0",
"svelte": "^5.0.0",
"vite": "^5.0.0 || ^6.0.0"
},
"resolutions": {
"@storybook/docs-tools": "8.5.0-beta.11",
"@storybook/types": "8.5.0-beta.11"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"publishConfig": {
"access": "public"
},
"auto": {
"plugins": [
"npm",
"released"
]
},
"pnpm": {
"overrides": {
"svelte-preprocess": "^6.0.2"
}
},
"storybook": {
"displayName": "Svelte CSF",
"supportedFrameworks": [
"svelte"
],
"icon": "https://user-images.githubusercontent.com/321738/63501763-88dbf600-c4cc-11e9-96cd-94adadc2fd72.png"
}
}