-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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": "@plexinc/react-lightning-storybook",
"description": "Documentation for react-lightning",
"version": "0.1.0",
"author": "Plex Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/plexinc/react-lightning.git"
},
"bugs": {
"url": "https://github.com/plexinc/react-lightning/issues/new"
},
"packageManager": "pnpm@8.10.0",
"type": "module",
"private": true,
"scripts": {
"build": "storybook build --output-dir ./dist",
"clean": "del ./dist",
"dev": "storybook dev -p 6006 --no-open"
},
"dependencies": {
"@lightningjs/renderer": "2.8.0",
"@plexinc/react-lightning": "workspace:*",
"@plexinc/react-lightning-components": "workspace:*",
"@plexinc/react-lightning-plugin-flexbox": "workspace:*",
"@plexinc/react-lightning-plugin-flexbox-lite": "workspace:*",
"@storybook/addon-essentials": "8.4.6",
"@storybook/addon-interactions": "8.4.6",
"@storybook/addon-links": "8.4.6",
"@storybook/manager-api": "8.4.7",
"@storybook/react": "8.4.6",
"@storybook/react-vite": "8.4.6",
"@storybook/theming": "8.4.7",
"react": "18.3.1",
"storybook": "8.4.6"
},
"devDependencies": {
"@repo/typescript-config": "workspace:*",
"@types/react": "18.3.14",
"vite": "6.0.2"
},
"volta": {
"extends": "../../package.json"
},
"depcheck": {
"ignoreMatches": [
"@storybook/**",
"**/storybook"
]
}
}