-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "svelte-ui-wc",
"description": "Svelte component library for web components",
"version": "0.0.1",
"type": "module",
"keywords": [
"storybook",
"svelte",
"webcomponents",
"component-library"
],
"author": "Achanta Krishna Sameer <[email protected]>",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json && tsc -p tsconfig.node.json",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"init-msw": "msw init public/"
},
"devDependencies": {
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-svelte-csf": "^4.1.7",
"@storybook/blocks": "^8.3.2",
"@storybook/svelte": "^8.3.2",
"@storybook/svelte-vite": "^8.3.2",
"@storybook/test": "^8.3.2",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsconfig/svelte": "^5.0.4",
"msw": "^2.4.9",
"msw-storybook-addon": "^2.0.3",
"storybook": "^8.3.2",
"svelte": "^4.2.18",
"svelte-check": "^3.8.5",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.4.1"
},
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/AchantaKrishnaSameer"
},
"repository": {
"type": "git",
"url": "git+https://github.com/achanta3215/svelte-wc.git"
}
}