-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.99 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
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
{
"name": "Example",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"typecheck": "tsc --noEmit",
"start": "react-native start",
"test": "jest",
"pod:install:oldArch": "cd ios; RCT_NEW_ARCH_ENABLED=0 bundle exec pod install",
"pod:install": "cd ios; RCT_NEW_ARCH_ENABLED=1 bundle exec pod install"
},
"dependencies": {
"@gltf-transform/core": "^4.0.10",
"@react-navigation/native": "^7.0.3",
"@react-navigation/native-stack": "^7.1.0",
"lodash": "^4.17.21",
"react": "*",
"react-native": "*",
"react-native-gesture-handler": "^2.21.2",
"react-native-launch-arguments": "^4.0.2",
"react-native-reanimated": "^3.16.2",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^4.2.0",
"react-native-webgpu": "workspace:*",
"react-native-webgpu-experimental": "workspace:*",
"react-native-webgpu-three": "workspace:*",
"teapot": "^1.0.0",
"three": "0.166.1",
"wgpu-matrix": "^3.0.1"
},
"devDependencies": {
"@babel/core": "*",
"@babel/plugin-transform-export-namespace-from": "^7.24.7",
"@babel/preset-env": "*",
"@babel/runtime": "*",
"@react-native-community/cli": "*",
"@react-native-community/cli-platform-android": "*",
"@react-native-community/cli-platform-ios": "*",
"@react-native/babel-preset": "*",
"@react-native/eslint-config": "*",
"@react-native/metro-config": "*",
"@react-native/typescript-config": "*",
"@testing-library/react-native": "^12.6.0",
"@types/lodash": "^4.17.7",
"@types/react": "*",
"@types/react-test-renderer": "*",
"@types/three": "^0.166.0",
"babel-jest": "*",
"eslint": "*",
"jest": "*",
"prettier": "*",
"prettier-eslint": "^16.3.0",
"react-test-renderer": "*",
"typescript": "*"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}