ProjectMeta.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "project": {
  3. "name": "main",
  4. "vlVersion": "3.5",
  5. "fileManifest": [
  6. {
  7. "path": "Database/main.vdb",
  8. "type": "database",
  9. "id": "main"
  10. },
  11. {
  12. "path": "Theme/Enterprise.vth",
  13. "type": "theme",
  14. "id": "Enterprise"
  15. },
  16. {
  17. "path": "Theme/Theme.vth",
  18. "type": "theme",
  19. "id": "Enterprise"
  20. }
  21. ]
  22. },
  23. "database": {
  24. "name": "main",
  25. "vlVersion": null,
  26. "tables": [],
  27. "relations": []
  28. },
  29. "serviceDomains": [],
  30. "components": [],
  31. "sections": [],
  32. "apps": [],
  33. "theme": {
  34. "name": "Enterprise",
  35. "vlVersion": "3.5",
  36. "designTokens": [],
  37. "componentVariants": [],
  38. "bindingRules": [],
  39. "overrides": []
  40. },
  41. "dependencyGraph": {
  42. "nodes": [
  43. {
  44. "id": "Database/main.vdb",
  45. "type": "database",
  46. "label": "main",
  47. "sub": ".vdb"
  48. },
  49. {
  50. "id": "Theme/Enterprise.vth",
  51. "type": "theme",
  52. "label": "Enterprise",
  53. "sub": ".vth"
  54. }
  55. ],
  56. "edges": []
  57. }
  58. }