forked from TrustUp-app/TrustUp-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcesconfig.jsonc
More file actions
31 lines (31 loc) · 711 Bytes
/
Copy pathcesconfig.jsonc
File metadata and controls
31 lines (31 loc) · 711 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
// This is an optional configuration file used primarily for debugging purposes when reporting issues.
// It is safe to delete this file as it does not affect the functionality of your application.
{
"cesVersion": "2.20.1",
"projectName": "my-expo-app",
"packages": [
{
"name": "nativewind",
"type": "styling"
}
],
"flags": {
"noGit": false,
"noInstall": false,
"overwrite": false,
"importAlias": true,
"packageManager": "npm",
"eas": false,
"publish": false
},
"packageManager": {
"type": "npm",
"version": "11.6.2"
},
"os": {
"type": "Windows_NT",
"platform": "win32",
"arch": "x64",
"kernelVersion": "10.0.26100"
}
}