-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"expo": "next",
"expo-av": "~12.0.2",
"expo-blur": "~11.2.0",
"expo-haptics": "~11.3.0",
"expo-image-manipulator": "~10.4.0",
"expo-linear-gradient": "~11.4.0",
"expo-updates": "~0.14.3",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.3.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.3",
"react-native-gesture-handler": "~2.5.0",
"react-native-get-random-values": "~1.8.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-svg": "12.3.0",
"react-native-web": "~0.18.7",
"rgb-hex": "^4.0.0",
"simplex-noise": "^4.0.0",
"svg-path-properties": "^1.0.11",
"uuid": "^8.3.2",
"expo-gl": "~11.4.0",
"@shopify/react-native-skia": "0.1.137"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@types/uuid": "^8.3.4",
"typescript": "^4.6.3"
},
"private": true
}