🐛 Update: Added support for the 'find' command in settings.local.json. Enhanced logging for various modules, including initialization and performance metrics. Improved SQLite database optimization and ensured better tracking of user interactions and system processes. 📚

This commit is contained in:
2025-06-14 16:26:43 +02:00
parent ee54bc273c
commit 89037861e3
2472 changed files with 691099 additions and 1 deletions

View File

@ -0,0 +1,36 @@
{
"name": "myp-network-visualization",
"version": "1.0.0",
"description": "Mercedes-Benz MYP 3D-Druck-Management System - Professionelle Netzwerk-Visualisierung",
"main": "index.html",
"scripts": {
"dev": "npx live-server --port=3000 --host=localhost --open=/index.html",
"build": "echo 'Build completed - static files ready for deployment'",
"preview": "npx live-server --port=3001 --host=localhost --open=/index.html",
"install-deps": "npm install"
},
"keywords": [
"network-diagram",
"visualization",
"vis-network",
"cytoscape",
"3d-printing",
"mercedes-benz",
"myp"
],
"author": "Till Tomczak - Mercedes-Benz TBA Marienfelde",
"license": "MIT",
"devDependencies": {
"live-server": "^1.2.2",
"vite": "^5.0.0"
},
"dependencies": {
"vis-network": "^9.1.9",
"vis-data": "^7.1.9",
"cytoscape": "^3.28.1",
"cytoscape-dagre": "^2.5.0",
"cytoscape-cola": "^2.5.1",
"d3": "^7.8.5",
"elkjs": "^0.8.2"
}
}