-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.31 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
71
{
"name": "cashtools-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": ". ./.env; expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"re:build": "rescript",
"re:start": "rescript build -w",
"relay": "rescript-relay-compiler",
"relay:watch": "rescript-relay-compiler --watch",
"start:storybook": "sb-rn-get-stories;. ./.env; STORYBOOK_MODE=true expo start",
"storybook-watcher": "sb-rn-watcher",
"postinstall": "rescript build -with-deps"
},
"dependencies": {
<<<<<<< HEAD
=======
"@expo/webpack-config": "^0.17.0",
>>>>>>> 78a9cc8... feat: added storybook deps
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.0",
"@rescript-bindings/expo": "^40.3.2",
"@rescript-react-native/async-storage": "^1.6.3",
"@rescript-react-native/safe-area-context": "^4.0.0",
"@rescript/react": "^0.10.3",
"@ryyppy/rescript-promise": "^2.1.0",
"@storybook/react-native": "^6.0.1-beta.10",
"bs-fetch": "^0.6.2",
"dotenv": "^16.0.3",
"expo": "~46.0.9",
"expo-constants": "~14.0.2",
"expo-status-bar": "~1.4.2",
"native-base": "^3.4.15",
<<<<<<< HEAD
"react": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
=======
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-svg": "12.3.0",
>>>>>>> 78a9cc8... feat: added storybook deps
"react-native-toast-message": "^2.1.5",
"react-native-web": "~0.18.7",
"react-relay": "^14.1.0",
"relay-runtime": "^14.1.0",
"rescript-nativebase": "^0.0.9",
"rescript-react-native": "^0.70.0",
"rescript-react-navigation": "^6.0.3",
"rescript-reanimated": "^2.3.11",
"rescript-relay": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"rescript": "^10.0.1"
},
"private": true
}