-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.32 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.32 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
{
"name": "react-native-effects-example",
"version": "1.0.0",
"private": true,
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"@react-navigation/native": "7.1.28",
"@react-navigation/native-stack": "7.10.1",
"react": "19.2.0",
"react-native": "0.83.1",
"react-native-effects": "workspace:*",
"react-native-gesture-handler": "2.30.0",
"react-native-reanimated": "4.2.2",
"react-native-safe-area-context": "5.6.2",
"react-native-screens": "4.20.0",
"react-native-wgpu": "0.5.6",
"react-native-worklets": "0.8.0-bundle-mode-preview-1"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
"@babel/runtime": "7.25.0",
"@react-native-community/cli": "20.0.0",
"@react-native-community/cli-platform-android": "20.0.0",
"@react-native-community/cli-platform-ios": "20.0.0",
"@react-native/babel-preset": "0.83.1",
"@react-native/metro-config": "0.83.1",
"@react-native/typescript-config": "0.83.1",
"@types/react": "19.2.0",
"@webgpu/types": "0.1.69",
"typescript": "5.8.3"
},
"worklets": {
"staticFeatureFlags": {
"BUNDLE_MODE_ENABLED": true,
"FETCH_PREVIEW_ENABLED": true
}
}
}