-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.58 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
{
"private": true,
"type": "module",
"devDependencies": {
"@pocka/rollup-plugin-gleam": "^0.1.0",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/html": "^8.2.8",
"@storybook/html-vite": "^8.2.8",
"@storybook/test": "^8.2.8",
"@storybook/test-runner": "^0.19.1",
"typescript": "^5.5.4",
"vite": "^5.3.5"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"storybook/castle": "storybook dev --config-dir .storybook/castle --no-open --port 6006",
"storybook/simple": "storybook dev --config-dir .storybook/simple --no-open --port 6008",
"storybook/builder": "storybook dev --config-dir .storybook/builder --no-open --port 6007",
"build:storybook/castle": "storybook build --config-dir .storybook/castle --output-dir storybook-static/castle",
"build:storybook/simple": "storybook build --config-dir .storybook/simple --output-dir storybook-static/simple",
"build:storybook/builder": "storybook build --config-dir .storybook/builder --output-dir storybook-static/builder",
"test:storybook/castle": "test-storybook --config-dir .storybook/castle",
"test:storybook/simple": "test-storybook --config-dir .storybook/simple",
"test:storybook/builder": "test-storybook --config-dir .storybook/builder --url http://localhost:6007"
},
"dependencies": {
"@diffusionstudio/vits-web": "^1.0.2",
"@fontsource-variable/inconsolata": "^5.0.18",
"@fontsource-variable/inter": "^5.0.20",
"@fontsource-variable/rubik": "^5.0.23",
"@sqlite.org/sqlite-wasm": "^3.46.0-build2",
"lucide": "^0.424.0",
"onnxruntime-web": "1.18.0"
}
}