-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 742 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 742 Bytes
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
{
"name": "react-native-webgpu",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"resolutions": {
"@types/react": "^18.2.44",
"@webgpu/types": "^0.1.42",
"@react-three/fiber@^9.4.0": "patch:@react-three/fiber@npm%3A9.4.0#./.yarn/patches/@react-three-fiber-npm-9.4.0-77fe8ee9bd.patch"
},
"packageManager": "yarn@3.6.1",
"scripts": {
"lint": "turbo run lint",
"tsc": "turbo run tsc",
"build:ios": "turbo run build:ios",
"build:macos": "turbo run build:macos",
"build:android": "turbo run build:android",
"build": "turbo run build",
"pod:install": "turbo run pod:install"
},
"devDependencies": {
"@types/react-native-web": "^0.19.2",
"turbo": "^2.1.0"
}
}