-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.31 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
{
"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",
"packages/react-native-webgpu-tests",
"examples/Example"
],
"scripts": {
"test:package": "cd packages/react-native-webgpu-tests; yarn run:package",
"test:examples": "cd packages/react-native-webgpu-tests; yarn run:examples"
},
"resolutions": {
"react": "19.0.0",
"react-native": "0.79.1",
"@babel/core": "7.26.10",
"@babel/preset-env": "7.26.9",
"@babel/runtime": "7.26.10",
"@react-native-community/cli": "18.0.0",
"@react-native-community/cli-platform-android": "18.0.0",
"@react-native-community/cli-platform-ios": "18.0.0",
"@react-native/babel-preset": "0.79.1",
"@react-native/eslint-config": "0.79.1",
"@react-native/metro-config": "0.79.1",
"@react-native/typescript-config": "0.79.1",
"@types/jest": "^29.5.13",
"@types/react": "19.0.0",
"@types/react-test-renderer": "19.0.0",
"babel-jest": "29.7.0",
"eslint": "8.57.1",
"jest": "29.7.0",
"prettier": "2.8.8",
"react-test-renderer": "19.0.0",
"typescript": "5.0.4"
},
"packageManager": "yarn@3.6.4"
}