-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbsconfig.json
More file actions
33 lines (33 loc) · 815 Bytes
/
Copy pathbsconfig.json
File metadata and controls
33 lines (33 loc) · 815 Bytes
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
{
"name": "lifetime",
"reason": {"react-jsx": 3},
"package-specs": {
"module": "es6",
"in-source": true
},
"suffix": ".bs.js",
"sources": [
{
"dir": "src",
"subdirs": true
}
],
"bs-dependencies": [
"@glennsl/bs-json",
"@rescript-react-native/async-storage",
"@rescript-react-native/datetimepicker",
"@rescript-react-native/permissions",
"@rescript-react-native/push-notification-ios",
"@rescript-react-native/safe-area-context",
"@rescript-react-native/slider",
"@rescript-react-native/svg",
"@rescript/react",
"bs-tinycolor",
"react-multiversal",
"react-native-bootsplash",
"rescript-future",
"rescript-react-native",
"rescript-react-navigation",
"react-native-transparent-status-and-navigation-bar"
]
}