-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcesconfig.jsonc
More file actions
38 lines (38 loc) · 834 Bytes
/
Copy pathcesconfig.jsonc
File metadata and controls
38 lines (38 loc) · 834 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
34
35
36
37
38
// 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.0",
"projectName": "connectcar",
"packages": [
{
"name": "expo-router",
"type": "navigation",
"options": {
"type": "stack"
}
},
{
"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.1"
},
"os": {
"type": "Linux",
"platform": "linux",
"arch": "x64",
"kernelVersion": "6.16.10-zen1-1-zen"
}
}