-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.55 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
65
66
67
68
69
70
{
"name": "react-native-dice",
"version": "1.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"android:release": "react-native run-android --variant release",
"android:build:release": "npx react-native build-android --mode=release",
"android:aab-build:release": "cd android && ./gradlew bundleRelease",
"ios run guide": "@babylonjs does not support simulators, so you have to run it on Xcode at My Mac (Designed for iPhone) or a real device.",
"ios:my Mac (Designed for iPhone)": "yarn start & sleep 1; open -a Xcode.app ios/reactnativedice.xcworkspace",
"ios:device": "react-native run-ios --device",
"ios:release": "react-native run-ios --device --configuration Release",
"ios:build:release": "npx react-native run-ios --mode Release",
"postinstall": "npx pod-install",
"lint": "eslint .",
"start": "react-native start",
"clean": "react-native start -- --reset-cache",
"test": "jest"
},
"dependencies": {
"@babylonjs/core": "6.31.0",
"@babylonjs/loaders": "6.31.0",
"@babylonjs/react-native": "1.7.5",
"@babylonjs/react-native-iosandroid-0-71": "1.7.5",
"@gorhom/bottom-sheet": "^4",
"@react-native-async-storage/async-storage": "^1.19.8",
"@wayne-kim/react-native-layout": "^0.3.0",
"cannon": "^0.6.2",
"date-fns": "^2.30.0",
"earcut": "^2.2.4",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-native": "0.71.14",
"react-native-bootsplash": "^5.1.3",
"react-native-gesture-handler": "^2.14.0",
"react-native-google-mobile-ads": "^12.4.0",
"react-native-permissions": "^3.10.1",
"react-native-reanimated": "^3.5.4",
"react-native-safe-area-context": "^4.7.4",
"react-native-shake": "^5.5.2",
"react-native-simple-toast": "^3.1.0",
"react-native-sound": "^0.11.2",
"zustand": "^4.4.6"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/cannon": "^0.1.12",
"@types/earcut": "^2.1.4",
"@types/jest": "^29.2.1",
"@types/lodash": "^4.14.202",
"@types/react": "^18.0.24",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.10",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
}
}