-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
112 lines (112 loc) · 3.86 KB
/
package.json
File metadata and controls
112 lines (112 loc) · 3.86 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "BrowserUI",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"macos": "react-native run-macos",
"pod:mac": "pod install --project-directory=macos",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"typecheck": "tsc --noEmit",
"storybook": "cross-env STORYBOOK_ENABLED='true' react-native start --client-logs",
"storybook:ios": "cross-env STORYBOOK_ENABLED='true' react-native run-ios",
"storybook:android": "cross-env STORYBOOK_ENABLED='true' react-native run-android",
"storybook-generate": "sb-rn-get-stories",
"storybook:web": "storybook dev -p 6006",
"build-storybook": "storybook build",
"windows": "npx @react-native-community/cli run-windows",
"test:windows": "jest --config jest.config.windows.js"
},
"dependencies": {
"@danielsrs/react-native-sdk": "^0.6.0",
"@fluentui-react-native/callout": "^0.27.3",
"@ghostery/adblocker": "^2.11.1",
"@legendapp/list": "1.1.4",
"@legendapp/state": "^3.0.0-beta.42",
"@storybook/react-native-ui-lite": "^9.0.9",
"@xstate/react": "3.2.1",
"arktype": "^2.1.29",
"blurview": "link:./modules/BlurView",
"react": "19.0.0",
"react-native": "0.78.2",
"react-native-gifted-charts": "^1.4.60",
"react-native-infinity": "link:./modules/infinity",
"react-native-macos": "^0.78.0-0",
"react-native-screens": "^4.11.1",
"react-native-svg": "^15.11.2",
"react-native-web": "^0.20.0",
"react-native-webview": "^13.15.0",
"react-native-window-manager": "link:./modules/WindowManager",
"react-native-windows": "^0.78.13",
"xstate": "4.37.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.27.1",
"@babel/runtime": "^7.25.0",
"@chromatic-com/storybook": "^4",
"@gorhom/bottom-sheet": "^5.1.3",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-community/cli": "15.0.1",
"@react-native-community/cli-platform-android": "15.0.1",
"@react-native-community/cli-platform-ios": "15.0.1",
"@react-native-community/datetimepicker": "^8.3.0",
"@react-native-community/slider": "^4.5.6",
"@react-native/babel-preset": "0.78.2",
"@react-native/eslint-config": "0.78.2",
"@react-native/metro-config": "0.78.2",
"@react-native/typescript-config": "0.78.2",
"@rnx-kit/jest-preset": "^0.1.17",
"@storybook/addon-docs": "9.0.14",
"@storybook/addon-ondevice-actions": "9.0.14",
"@storybook/addon-ondevice-backgrounds": "9.0.14",
"@storybook/addon-ondevice-controls": "9.0.14",
"@storybook/addon-ondevice-notes": "9.0.14",
"@storybook/react": "9.0.14",
"@storybook/react-native": "9.0.14",
"@storybook/react-native-web-vite": "9.0.14",
"@types/jest": "^29.5.13",
"@types/react": "^19.0.0",
"@types/react-test-renderer": "^19.0.0",
"babel-plugin-react-docgen-typescript": "^1.5.1",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"cross-env": "^7.0.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-gesture-handler": "^2.21.2",
"react-native-reanimated": "^3.18.0",
"react-native-safe-area-context": "^4.14.0",
"react-test-renderer": "19.0.0",
"storybook": "9.0.14",
"typescript": "^5.8.3",
"vite": "^6.3.4"
},
"engines": {
"node": ">=18"
},
"resolutions": {
"@legendapp/state": "^3.0.0-beta.42",
"react-docgen-typescript": "2.2.2"
},
"overrides": {
"react-docgen-typescript": "2.2.2"
},
"pnpm": {
"overrides": {
"react-docgen-typescript": "2.2.2"
}
},
"packageManager": "yarn@4.5.1",
"react-native-windows": {
"init-windows": {
"name": "BrowserUI",
"namespace": "BrowserUI",
"template": "cpp-app"
}
}
}