-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "srt",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^18.1.2",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"axios": "^1.4.0",
"crypto": "^1.0.1",
"easycodef-node": "^1.0.4",
"expo": "~49.0.5",
"expo-camera": "~13.4.2",
"expo-crypto": "^12.4.1",
"expo-font": "~11.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-status-bar": "~1.6.0",
"fs": "^0.0.1-security",
"jest": "22.1.4",
"link": "^1.5.1",
"path": "^0.12.7",
"puppeteer": "18.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-base64": "^0.2.1",
"react-native-crypto": "^2.2.0",
"react-native-fs": "^2.20.0",
"react-native-linear-gradient": "^2.8.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "^13.10.0",
"react-native-text-gradient": "^0.1.7",
"react-native-web": "~0.19.6",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}