-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.13 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
{
"name": "wc-playground",
"description": "Webcomponent wc-playground following open-wc recommendations",
"license": "MIT",
"author": "wc-playground",
"version": "0.0.0",
"type": "module",
"scripts": {
"analyze": "cem analyze --litelement",
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"web-dev-server\"",
"storybook": "storybook dev -p 42069",
"build-storybook": "storybook build",
"dev":"storybook dev -p 42069 | yarn tsc -watch &"
},
"dependencies": {
"lit": "^3.1.4"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.6.1",
"@custom-elements-manifest/analyzer": "^0.10.3",
"@storybook/addon-essentials": "^8.2.1",
"@storybook/addon-links": "^8.2.1",
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
"@storybook/blocks": "^8.2.1",
"@storybook/test": "^8.2.1",
"@storybook/web-components": "^8.2.1",
"@storybook/web-components-webpack5": "^8.2.1",
"@web/dev-server": "^0.4.6",
"concurrently": "^8.2.2",
"storybook": "^8.2.1",
"tslib": "^2.6.3",
"typescript": "^5.5.3"
},
"customElements": "custom-elements.json"
}