-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.06 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
{
"private": true,
"workspaces": [
"packages/react-native-webgpu",
"packages/react-native-webgpu/wgsl-babel-transformer",
"packages/react-native-webgpu/metro",
"packages/react-native-webgpu-three",
"packages/react-native-webgpu-experimental",
"examples/Example"
],
"packageManager": "yarn@3.6.4",
"resolutions": {
"react": "18.3.1",
"react-native": "0.76.2",
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/runtime": "7.26.0",
"@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/babel-preset": "0.76.2",
"@react-native/eslint-config": "0.76.2",
"@react-native/metro-config": "0.76.2",
"@react-native/typescript-config": "0.76.2",
"@types/react": "18.3.12",
"@types/react-test-renderer": "18.3.0",
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"prettier": "2.8.8",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
}
}