-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.91 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.91 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
{
"name": "@kortexa-ai/webgpu",
"version": "0.0.1",
"private": true,
"scripts": {
"lint": "eslint . --ext .ts,.tsx --max-warnings 0 --cache --fix",
"tsc": "tsc --noEmit",
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"pod:install:ios": "pod install --project-directory=ios",
"pod:install:macos": "pod install --project-directory=macos",
"build:android": "cd android && ./gradlew assembleDebug --warning-mode all",
"build:ios": "react-native build-ios --scheme webgpu --mode Debug --extra-params \"-sdk iphonesimulator CC=clang CPLUSPLUS=clang++ LD=clang LDPLUSPLUS=clang++ GCC_OPTIMIZATION_LEVEL=0 GCC_PRECOMPILE_PREFIX_HEADER=YES ASSETCATALOG_COMPILER_OPTIMIZATION=time DEBUG_INFORMATION_FORMAT=dwarf COMPILER_INDEX_STORE_ENABLE=NO\"",
"build:macos": "react-native build-macos --scheme webgpu --mode Debug"
},
"resolutions": {
"@types/react": "^18.2.44",
"@webgpu/types": "^0.1.42",
"@react-three/fiber@^8.17.6": "patch:@react-three/fiber@npm%3A8.17.6#./.yarn/patches/@react-three-fiber-npm-8.17.6-bc537e834c.patch"
},
"dependencies": {
"@callstack/react-native-visionos": "^0.78.0",
"@react-navigation/native": "^7.1.6",
"@react-navigation/stack": "^7.2.10",
"@react-three/fiber": "^9.1.2",
"@shopify/react-native-skia": "^1.12.3",
"@tensorflow/tfjs": "^4.22.0",
"@tensorflow/tfjs-backend-webgpu": "^4.22.0",
"@tensorflow/tfjs-vis": "^1.5.1",
"fast-text-encoding": "^1.0.6",
"react": "^19.1.0",
"react-native": "^0.79.0",
"react-native-gesture-handler": "^2.25.0",
"react-native-macos": "^0.77.2",
"react-native-reanimated": "^3.17.3",
"react-native-safe-area-context": "^5.3.0",
"react-native-wgpu": "*",
"three": "^0.175.0",
"typegpu": "^0.5.4",
"wgpu-matrix": "^3.4.0"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/runtime": "^7.27.0",
"@react-native-community/cli": "^18.0.0",
"@react-native/babel-preset": "^0.79.0",
"@react-native/eslint-config": "^0.79.0",
"@react-native/metro-config": "^0.79.0",
"@react-native/typescript-config": "^0.79.0",
"@rnx-kit/metro-config": "^2.0.1",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-test-renderer": "^19.1.0",
"@types/three": "^0.175.0",
"@webgpu/types": "^0.1.60",
"babel-jest": "^29.7.0",
"eslint": "^9.24.0",
"jest": "^29.7.0",
"npm-check-updates": "^17.1.18",
"prettier": "^3.5.3",
"react-native-test-app": "^4.3.3",
"react-test-renderer": "^19.1.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18"
}
}