mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
Wire up event-parser and event-estimator into the QuickEventOverlay title input. Typing natural language like "Meeting morgen 14 Uhr 1h @Arbeit" now shows a live parse preview, duration estimation from history, and conflict warnings. On submit, parsed values auto-fill form fields (date, time, calendar, location, recurrence, all-day). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
46 lines
No EOL
961 B
JSON
46 lines
No EOL
961 B
JSON
// 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": "moods",
|
|
"packages": [
|
|
{
|
|
"name": "expo-router",
|
|
"type": "navigation",
|
|
"options": {
|
|
"type": "stack"
|
|
}
|
|
},
|
|
{
|
|
"name": "nativewind",
|
|
"type": "styling"
|
|
},
|
|
{
|
|
"name": "zustand",
|
|
"type": "state-management"
|
|
},
|
|
{
|
|
"name": "supabase",
|
|
"type": "authentication"
|
|
}
|
|
],
|
|
"flags": {
|
|
"noGit": false,
|
|
"noInstall": false,
|
|
"overwrite": false,
|
|
"importAlias": true,
|
|
"packageManager": "npm",
|
|
"eas": true,
|
|
"publish": false
|
|
},
|
|
"packageManager": {
|
|
"type": "npm",
|
|
"version": "10.8.2"
|
|
},
|
|
"os": {
|
|
"type": "Darwin",
|
|
"platform": "darwin",
|
|
"arch": "arm64",
|
|
"kernelVersion": "25.1.0"
|
|
}
|
|
} |