-
Notifications
You must be signed in to change notification settings - Fork 151
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.3 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.3 KB
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
{
"private": true,
"name": "@livekit/component-docs-storybook",
"version": "1.0.101",
"license": "Apache-2.0",
"main": "index.js",
"scripts": {
"build": "storybook build",
"clean": "rm -rf .turbo && rm -rf node_modules",
"dev": "storybook dev -p 6006",
"tsx:check": "tsc --noEmit"
},
"dependencies": {
"@agents-ui": "workspace:*",
"@livekit/components-react": "workspace:*",
"@livekit/components-styles": "workspace:*",
"livekit-client": "catalog:",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@storybook/addon-docs": "^10.1.4",
"@storybook/addon-links": "^10.1.4",
"@storybook/addon-styling-webpack": "^3.0.0",
"@storybook/addon-themes": "^10.1.4",
"@storybook/react": "^10.1.4",
"@storybook/react-vite": "^10.1.11",
"@storybook/testing-library": "^0.2.2",
"@tailwindcss/postcss": "^4",
"@tailwindcss/vite": "^4.1.17",
"autoprefixer": "^10.4.22",
"babel-loader": "^9.0.0",
"eslint-config-lk-custom": "workspace:*",
"eslint-plugin-storybook": "10.1.4",
"next-themes": "^0.4.6",
"postcss": "^8.5.6",
"storybook": "^10.1.4",
"tailwindcss": "^4.1.17",
"tsx": "^4.0.0",
"typescript": "5.8.2",
"vite": "^7.3.1",
"webpack": "^5.75.0"
}
}