-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.28 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
{
"name": "shiraha-docs",
"type": "module",
"private": true,
"scripts": {
"build": "storybook build",
"cp": "run-s cp:nightly cp:ve",
"cp:nightly": "mkdir -p ./storybook-static/nightly/ && cp -r ../packages/shiraha/dist/* ./storybook-static/nightly/",
"cp:ve": "mkdir -p ./storybook-static/ve/ && cp -r ../docs-ve/dist/* ./storybook-static/ve/",
"dev": "storybook dev -p 6006",
"format": "eslint src --fix",
"lint": "eslint src"
},
"dependencies": {
"lit": "^3.1.0",
"material-symbols": "^0.14.0",
"shiraha-worklets": "workspace:*"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-storysource": "^7.5.3",
"@storybook/blocks": "^7.5.3",
"@storybook/builder-vite": "^7.5.3",
"@storybook/components": "^7.5.3",
"@storybook/core-events": "^7.5.3",
"@storybook/theming": "^7.5.3",
"@storybook/web-components": "^7.5.3",
"@storybook/web-components-vite": "^7.5.3",
"@whitespace/storybook-addon-html": "^5.1.6",
"css-paint-polyfill": "^3.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shiraha": "workspace:*",
"storybook": "^7.5.3",
"storybook-addon-pseudo-states": "^2.1.2",
"storybook-dark-mode": "^3.0.1"
}
}