-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.74 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.74 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@plextv/react-lightning-storybook",
"description": "Documentation for react-lightning",
"version": "0.4.0-alpha.12",
"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@10.12.3",
"type": "module",
"private": true,
"scripts": {
"build": "storybook build --output-dir ./dist",
"clean": "del ./dist",
"dev": "storybook dev -p 6006 --no-open"
},
"dependencies": {
"@lightningjs/renderer": "3.0.0-beta16",
"@plextv/react-lightning": "workspace:*",
"@plextv/react-lightning-components": "workspace:*",
"@plextv/react-lightning-plugin-flexbox": "workspace:*",
"@plextv/react-lightning-plugin-flexbox-lite": "workspace:*",
"@plextv/react-lightning-plugin-reanimated": "workspace:*",
"@plextv/react-native-lightning": "workspace:*",
"@plextv/react-native-lightning-components": "workspace:*",
"@storybook/addon-docs": "9.1.10",
"@storybook/addon-links": "9.1.10",
"@storybook/builder-vite": "9.1.10",
"@storybook/react-vite": "9.1.10",
"react": "19.2.0",
"react-native": "0.82.0",
"react-native-reanimated": "4.1.3",
"storybook": "9.1.10"
},
"devDependencies": {
"@plextv/vite-plugin-msdf-fontgen": "workspace:*",
"@plextv/vite-plugin-react-native-lightning": "workspace:*",
"@plextv/vite-plugin-react-reanimated-lightning": "workspace:*",
"@repo/configs": "workspace:*",
"@types/react": "19.2.2"
},
"volta": {
"extends": "../../package.json"
},
"depcheck": {
"ignoreMatches": [
"@storybook/**",
"**/storybook"
]
}
}