@homecode/ui 5.4.0 → 5.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/dist/esm/index.js +1 -0
  2. package/dist/esm/src/components/Autocomplete/Autocomplete.js +3 -2
  3. package/dist/esm/src/components/Gallery/Gallery.js +5 -6
  4. package/dist/esm/src/components/Gallery/Gallery.styl.js +1 -1
  5. package/dist/esm/src/components/Icon/icons/index.js +2 -0
  6. package/dist/esm/src/components/Icon/icons/volume.svg.js +15 -0
  7. package/dist/esm/src/components/Icon/icons/volumeOff.svg.js +15 -0
  8. package/dist/esm/src/components/InputFile/InputFile.js +3 -2
  9. package/dist/esm/src/components/Slider/Slider.js +53 -10
  10. package/dist/esm/src/components/Slider/Slider.styl.js +2 -2
  11. package/dist/esm/src/components/Tabs/Tabs.js +3 -1
  12. package/dist/esm/src/components/Tooltip/Tooltip.styl.js +1 -1
  13. package/dist/esm/src/components/Tooltip/TooltipOverTrigger.js +7 -44
  14. package/dist/esm/src/components/Tooltip/TooltipSimple.js +4 -0
  15. package/dist/esm/src/components/Tooltip/tooltipTextStyles.js +49 -0
  16. package/dist/esm/src/components/VideoPlayer/VideoPlayer.helpers.js +82 -0
  17. package/dist/esm/src/components/VideoPlayer/VideoPlayer.js +348 -0
  18. package/dist/esm/src/components/VideoPlayer/VideoPlayer.styl.js +7 -0
  19. package/dist/esm/types/src/components/AssistiveText/AssistiveText.d.ts +1 -1
  20. package/dist/esm/types/src/components/Autocomplete/Autocomplete.d.ts +1 -1
  21. package/dist/esm/types/src/components/Button/Button.d.ts +1 -1
  22. package/dist/esm/types/src/components/ButtonGroup/ButtonGroup.d.ts +1 -1
  23. package/dist/esm/types/src/components/Calendar/Calendar.d.ts +1 -1
  24. package/dist/esm/types/src/components/Card/Card.d.ts +7 -7
  25. package/dist/esm/types/src/components/Chip/Chip.d.ts +1 -1
  26. package/dist/esm/types/src/components/DatePicker/DatePicker.d.ts +1 -1
  27. package/dist/esm/types/src/components/DatePickerInput/DatePickerInput.d.ts +1 -1
  28. package/dist/esm/types/src/components/DateTime/DateTime.d.ts +1 -1
  29. package/dist/esm/types/src/components/Dialogue/Dialogue.d.ts +1 -1
  30. package/dist/esm/types/src/components/Draggable/Draggable.d.ts +1 -1
  31. package/dist/esm/types/src/components/DropZone/DropZone.d.ts +1 -1
  32. package/dist/esm/types/src/components/Expand/Expand.d.ts +1 -1
  33. package/dist/esm/types/src/components/Flex/Flex.d.ts +1 -1
  34. package/dist/esm/types/src/components/Form/Form.d.ts +1 -1
  35. package/dist/esm/types/src/components/Form/SubmitButtons/SubmitButtons.d.ts +1 -1
  36. package/dist/esm/types/src/components/Gallery/Dots/Dots.d.ts +1 -1
  37. package/dist/esm/types/src/components/Gallery/Gallery.d.ts +1 -1
  38. package/dist/esm/types/src/components/Icon/Icon.d.ts +1 -1
  39. package/dist/esm/types/src/components/Icon/Icon.example.d.ts +1 -1
  40. package/dist/esm/types/src/components/Icon/icons/index.d.ts +2 -0
  41. package/dist/esm/types/src/components/InputFile/InputFile.d.ts +3 -3
  42. package/dist/esm/types/src/components/InputFile/Item/Item.d.ts +1 -1
  43. package/dist/esm/types/src/components/Label/Label.d.ts +1 -1
  44. package/dist/esm/types/src/components/LangSelector/LangSelector.d.ts +1 -1
  45. package/dist/esm/types/src/components/Lazy/Lazy.d.ts +1 -1
  46. package/dist/esm/types/src/components/LightBox/LightBox.d.ts +1 -1
  47. package/dist/esm/types/src/components/Notifications/Notifications.d.ts +1 -1
  48. package/dist/esm/types/src/components/Paranja/Paranja.d.ts +1 -1
  49. package/dist/esm/types/src/components/Popup/Popup.d.ts +3 -3
  50. package/dist/esm/types/src/components/PopupMenu/PopupMenu.d.ts +1 -1
  51. package/dist/esm/types/src/components/Portal/Portal.d.ts +2 -1
  52. package/dist/esm/types/src/components/Progress/Progress.d.ts +1 -1
  53. package/dist/esm/types/src/components/ProgressCircular/ProgressCircular.d.ts +1 -1
  54. package/dist/esm/types/src/components/RequiredStar/RequiredStar.d.ts +1 -1
  55. package/dist/esm/types/src/components/Router/Link/Link.d.ts +1 -1
  56. package/dist/esm/types/src/components/Router/Router.d.ts +1 -1
  57. package/dist/esm/types/src/components/Select/Select.d.ts +9 -9
  58. package/dist/esm/types/src/components/Select/Select2.d.ts +1 -1
  59. package/dist/esm/types/src/components/Shimmer/Shimmer.d.ts +1 -1
  60. package/dist/esm/types/src/components/Slider/Slider.d.ts +1 -1
  61. package/dist/esm/types/src/components/Slider/Slider.types.d.ts +9 -3
  62. package/dist/esm/types/src/components/Spinner/Spinner.d.ts +1 -1
  63. package/dist/esm/types/src/components/Table/Table.d.ts +4 -4
  64. package/dist/esm/types/src/components/Tabs/Tabs.d.ts +1 -1
  65. package/dist/esm/types/src/components/Text/Text.d.ts +6 -6
  66. package/dist/esm/types/src/components/TextShimmer/TextShimmer.d.ts +1 -1
  67. package/dist/esm/types/src/components/TextWithDeferTooltip/TextWithDeferTooltip.d.ts +1 -1
  68. package/dist/esm/types/src/components/Theme/Theme.d.ts +1 -1
  69. package/dist/esm/types/src/components/Theme/ThemeProvider.d.ts +1 -1
  70. package/dist/esm/types/src/components/Toggle/Toggle.d.ts +1 -1
  71. package/dist/esm/types/src/components/Tooltip/Tooltip.d.ts +1 -1
  72. package/dist/esm/types/src/components/Tooltip/TooltipCore.d.ts +1 -1
  73. package/dist/esm/types/src/components/Tooltip/TooltipOverTrigger.d.ts +1 -1
  74. package/dist/esm/types/src/components/Tooltip/TooltipProvider.d.ts +1 -1
  75. package/dist/esm/types/src/components/Tooltip/TooltipSimple.d.ts +1 -1
  76. package/dist/esm/types/src/components/Tooltip/tooltipTextStyles.d.ts +4 -0
  77. package/dist/esm/types/src/components/VH/VH.d.ts +1 -1
  78. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.d.ts +3 -0
  79. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.helpers.d.ts +23 -0
  80. package/dist/esm/types/src/components/VideoPlayer/VideoPlayer.types.d.ts +12 -0
  81. package/dist/esm/types/src/components/Virtualized/Cards/Cards.d.ts +2 -2
  82. package/dist/esm/types/src/components/Virtualized/List/List.d.ts +2 -2
  83. package/dist/esm/types/src/components/Virtualized/List/ListScroll.d.ts +1 -1
  84. package/dist/esm/types/src/components/Virtualized/Table/Table.d.ts +2 -2
  85. package/dist/esm/types/src/components/index.d.ts +1 -0
  86. package/dist/esm/types/src/services/i18n.d.ts +1 -1
  87. package/dist/esm/types/src/tiptap/slash-mention/SlashSuggestionList.d.ts +1 -1
  88. package/graphify-out/.graphify_labels.json +6 -11
  89. package/graphify-out/2026-07-18/.graphify_labels.json +217 -0
  90. package/graphify-out/2026-07-18/GRAPH_REPORT.md +1007 -0
  91. package/graphify-out/2026-07-18/cost.json +12 -0
  92. package/graphify-out/2026-07-18/graph.json +70772 -0
  93. package/graphify-out/2026-07-18/manifest.json +2342 -0
  94. package/graphify-out/GRAPH_REPORT.md +193 -221
  95. package/graphify-out/cache/ast/0d0d438582d5ce7adfc4db8f33ce31428bb9f5f1259e61481276d15876fd9673.json +1 -0
  96. package/graphify-out/cache/ast/494bb27524c0e6571e692c3092e4526a7d2c362cf8dd879d1ca7fea05e63ce5a.json +1 -0
  97. package/graphify-out/cache/ast/6315f77346a8bd9fd00e6325e2c9feba16677838f4b1979d65d0bf198afe222e.json +1 -0
  98. package/graphify-out/cache/ast/7c14f07fe0bd2a58d9b0f18c64bcb4309c22a94ab7d8d0b4816fbab57236cc00.json +1 -0
  99. package/graphify-out/cache/ast/9fa55f86bff0deafa27fe7f690ea34d0e13429d1a0fd14c464b9fb9ee1265896.json +1 -0
  100. package/graphify-out/cache/ast/dd4c6a81e7b8e9865855fb84e0c822fc53e30f0f3c90cb4166edc3352fbe04a7.json +1 -0
  101. package/graphify-out/cache/stat-index.json +1 -1
  102. package/graphify-out/graph.html +4 -4
  103. package/graphify-out/graph.json +4884 -3505
  104. package/graphify-out/manifest.json +118 -53
  105. package/package.json +6 -3
@@ -0,0 +1 @@
1
+ {"nodes": [{"id": "users_oleh_1_prj_ui_package_json", "label": "package.json", "file_type": "code", "source_file": "package.json", "source_location": "L1"}, {"id": "ui_package_name", "label": "name", "file_type": "code", "source_file": "package.json", "source_location": "L2"}, {"id": "ui_package_version", "label": "version", "file_type": "code", "source_file": "package.json", "source_location": "L3"}, {"id": "ui_package_description", "label": "description", "file_type": "code", "source_file": "package.json", "source_location": "L4"}, {"id": "ui_package_scripts", "label": "scripts", "file_type": "code", "source_file": "package.json", "source_location": "L5"}, {"id": "ui_package_scripts_tests", "label": "tests", "file_type": "code", "source_file": "package.json", "source_location": "L6"}, {"id": "ui_package_scripts_tests_watch", "label": "tests:watch", "file_type": "code", "source_file": "package.json", "source_location": "L7"}, {"id": "ui_package_scripts_ts", "label": "ts", "file_type": "code", "source_file": "package.json", "source_location": "L8"}, {"id": "ui_package_scripts_dev", "label": "dev", "file_type": "code", "source_file": "package.json", "source_location": "L9"}, {"id": "ui_package_scripts_build", "label": "build", "file_type": "code", "source_file": "package.json", "source_location": "L10"}, {"id": "ui_package_scripts_build_compress", "label": "build:compress", "file_type": "code", "source_file": "package.json", "source_location": "L11"}, {"id": "ui_package_scripts_release", "label": "release", "file_type": "code", "source_file": "package.json", "source_location": "L12"}, {"id": "ui_package_scripts_release_patch", "label": "release:patch", "file_type": "code", "source_file": "package.json", "source_location": "L13"}, {"id": "ui_package_scripts_release_minor", "label": "release:minor", "file_type": "code", "source_file": "package.json", "source_location": "L14"}, {"id": "ui_package_scripts_release_major", "label": "release:major", "file_type": "code", "source_file": "package.json", "source_location": "L15"}, {"id": "ui_package_scripts_release_as", "label": "release:as", "file_type": "code", "source_file": "package.json", "source_location": "L16"}, {"id": "ui_package_scripts_docs_build", "label": "docs:build", "file_type": "code", "source_file": "package.json", "source_location": "L17"}, {"id": "ui_package_scripts_docs_deploy", "label": "docs:deploy", "file_type": "code", "source_file": "package.json", "source_location": "L18"}, {"id": "ui_package_scripts_docs", "label": "docs", "file_type": "code", "source_file": "package.json", "source_location": "L19"}, {"id": "ui_package_standard_version", "label": "standard-version", "file_type": "code", "source_file": "package.json", "source_location": "L21"}, {"id": "ui_package_standard_version_scripts", "label": "scripts", "file_type": "code", "source_file": "package.json", "source_location": "L22"}, {"id": "ui_package_scripts_postchangelog", "label": "postchangelog", "file_type": "code", "source_file": "package.json", "source_location": "L23"}, {"id": "ui_package_author", "label": "author", "file_type": "code", "source_file": "package.json", "source_location": "L26"}, {"id": "ui_package_license", "label": "license", "file_type": "code", "source_file": "package.json", "source_location": "L27"}, {"id": "ui_package_keywords", "label": "keywords", "file_type": "code", "source_file": "package.json", "source_location": "L28"}, {"id": "ui_package_homepage", "label": "homepage", "file_type": "code", "source_file": "package.json", "source_location": "L34"}, {"id": "ui_package_repository", "label": "repository", "file_type": "code", "source_file": "package.json", "source_location": "L35"}, {"id": "ui_package_repository_type", "label": "type", "file_type": "code", "source_file": "package.json", "source_location": "L36"}, {"id": "ui_package_repository_url", "label": "url", "file_type": "code", "source_file": "package.json", "source_location": "L37"}, {"id": "ui_package_main", "label": "main", "file_type": "code", "source_file": "package.json", "source_location": "L39"}, {"id": "ui_package_module", "label": "module", "file_type": "code", "source_file": "package.json", "source_location": "L40"}, {"id": "ui_package_types", "label": "types", "file_type": "code", "source_file": "package.json", "source_location": "L41"}, {"id": "ui_package_type", "label": "type", "file_type": "code", "source_file": "package.json", "source_location": "L42"}, {"id": "ui_package_exports", "label": "exports", "file_type": "code", "source_file": "package.json", "source_location": "L43"}, {"id": "ui_package_import", "label": "import", "file_type": "code", "source_file": "package.json", "source_location": "L45"}, {"id": "ui_package_require", "label": "require", "file_type": "code", "source_file": "package.json", "source_location": "L46"}, {"id": "ui_package_default", "label": "default", "file_type": "code", "source_file": "package.json", "source_location": "L47"}, {"id": "ui_package_exports_icons", "label": "./icons", "file_type": "code", "source_file": "package.json", "source_location": "L50"}, {"id": "ui_package_icons_import", "label": "import", "file_type": "code", "source_file": "package.json", "source_location": "L51"}, {"id": "ui_package_icons_types", "label": "types", "file_type": "code", "source_file": "package.json", "source_location": "L52"}, {"id": "ui_package_bugs", "label": "bugs", "file_type": "code", "source_file": "package.json", "source_location": "L55"}, {"id": "ui_package_bugs_url", "label": "url", "file_type": "code", "source_file": "package.json", "source_location": "L56"}, {"id": "ui_package_directories", "label": "directories", "file_type": "code", "source_file": "package.json", "source_location": "L58"}, {"id": "ui_package_directories_dist", "label": "dist", "file_type": "code", "source_file": "package.json", "source_location": "L59"}, {"id": "ui_package_dependencies", "label": "dependencies", "file_type": "code", "source_file": "package.json", "source_location": "L61"}, {"id": "ui_package_dependencies_homecode_ui", "label": "@homecode/ui", "file_type": "code", "source_file": "package.json", "source_location": "L62"}, {"id": "ui_package_dependencies_pmmmwh_react_refresh_webpack_plugin", "label": "@pmmmwh/react-refresh-webpack-plugin", "file_type": "code", "source_file": "package.json", "source_location": "L63"}, {"id": "ui_package_dependencies_rollup_plugin_typescript", "label": "@rollup/plugin-typescript", "file_type": "code", "source_file": "package.json", "source_location": "L64"}, {"id": "ui_package_dependencies_tiptap_core", "label": "@tiptap/core", "file_type": "code", "source_file": "package.json", "source_location": "L65"}, {"id": "ui_package_dependencies_tiptap_extension_mention", "label": "@tiptap/extension-mention", "file_type": "code", "source_file": "package.json", "source_location": "L66"}, {"id": "ui_package_dependencies_tiptap_extensions", "label": "@tiptap/extensions", "file_type": "code", "source_file": "package.json", "source_location": "L67"}, {"id": "ui_package_dependencies_tiptap_pm", "label": "@tiptap/pm", "file_type": "code", "source_file": "package.json", "source_location": "L68"}, {"id": "ui_package_dependencies_tiptap_react", "label": "@tiptap/react", "file_type": "code", "source_file": "package.json", "source_location": "L69"}, {"id": "ui_package_dependencies_tiptap_starter_kit", "label": "@tiptap/starter-kit", "file_type": "code", "source_file": "package.json", "source_location": "L70"}, {"id": "ui_package_dependencies_tiptap_suggestion", "label": "@tiptap/suggestion", "file_type": "code", "source_file": "package.json", "source_location": "L71"}, {"id": "ui_package_dependencies_svgr_webpack", "label": "@svgr/webpack", "file_type": "code", "source_file": "package.json", "source_location": "L72"}, {"id": "ui_package_dependencies_classnames", "label": "classnames", "file_type": "code", "source_file": "package.json", "source_location": "L73"}, {"id": "ui_package_dependencies_compareq", "label": "compareq", "file_type": "code", "source_file": "package.json", "source_location": "L74"}, {"id": "ui_package_dependencies_fastest_validator", "label": "fastest-validator", "file_type": "code", "source_file": "package.json", "source_location": "L75"}, {"id": "ui_package_dependencies_favicons", "label": "favicons", "file_type": "code", "source_file": "package.json", "source_location": "L76"}, {"id": "ui_package_dependencies_favicons_webpack_plugin", "label": "favicons-webpack-plugin", "file_type": "code", "source_file": "package.json", "source_location": "L77"}, {"id": "ui_package_dependencies_justorm", "label": "justorm", "file_type": "code", "source_file": "package.json", "source_location": "L78"}, {"id": "ui_package_dependencies_moment", "label": "moment", "file_type": "code", "source_file": "package.json", "source_location": "L79"}, {"id": "ui_package_dependencies_react", "label": "react", "file_type": "code", "source_file": "package.json", "source_location": "L80"}, {"id": "ui_package_dependencies_react_dom", "label": "react-dom", "file_type": "code", "source_file": "package.json", "source_location": "L81"}, {"id": "ui_package_dependencies_react_live", "label": "react-live", "file_type": "code", "source_file": "package.json", "source_location": "L82"}, {"id": "ui_package_dependencies_react_refresh", "label": "react-refresh", "file_type": "code", "source_file": "package.json", "source_location": "L83"}, {"id": "ui_package_dependencies_roddeh_i18n", "label": "roddeh-i18n", "file_type": "code", "source_file": "package.json", "source_location": "L84"}, {"id": "ui_package_dependencies_rollup_plugin_postcss", "label": "rollup-plugin-postcss", "file_type": "code", "source_file": "package.json", "source_location": "L85"}, {"id": "ui_package_dependencies_rollup_plugin_uglify", "label": "rollup-plugin-uglify", "file_type": "code", "source_file": "package.json", "source_location": "L86"}, {"id": "ui_package_dependencies_svgo", "label": "svgo", "file_type": "code", "source_file": "package.json", "source_location": "L87"}, {"id": "ui_package_dependencies_timen", "label": "timen", "file_type": "code", "source_file": "package.json", "source_location": "L88"}, {"id": "ui_package_peerdependencies", "label": "peerDependencies", "file_type": "code", "source_file": "package.json", "source_location": "L90"}, {"id": "ui_package_peerdependencies_justorm", "label": "justorm", "file_type": "code", "source_file": "package.json", "source_location": "L91"}, {"id": "ui_package_peerdependencies_react", "label": "react", "file_type": "code", "source_file": "package.json", "source_location": "L92"}, {"id": "ui_package_peerdependencies_react_dom", "label": "react-dom", "file_type": "code", "source_file": "package.json", "source_location": "L93"}, {"id": "ui_package_devdependencies", "label": "devDependencies", "file_type": "code", "source_file": "package.json", "source_location": "L95"}, {"id": "ui_package_devdependencies_babel_core", "label": "@babel/core", "file_type": "code", "source_file": "package.json", "source_location": "L96"}, {"id": "ui_package_devdependencies_babel_plugin_proposal_optional_chaining", "label": "@babel/plugin-proposal-optional-chaining", "file_type": "code", "source_file": "package.json", "source_location": "L97"}, {"id": "ui_package_devdependencies_babel_preset_typescript", "label": "@babel/preset-typescript", "file_type": "code", "source_file": "package.json", "source_location": "L98"}, {"id": "ui_package_devdependencies_codesandbox_sandpack_react", "label": "@codesandbox/sandpack-react", "file_type": "code", "source_file": "package.json", "source_location": "L99"}, {"id": "ui_package_devdependencies_rollup_plugin_commonjs", "label": "@rollup/plugin-commonjs", "file_type": "code", "source_file": "package.json", "source_location": "L100"}, {"id": "ui_package_devdependencies_rollup_plugin_json", "label": "@rollup/plugin-json", "file_type": "code", "source_file": "package.json", "source_location": "L101"}, {"id": "ui_package_devdependencies_rollup_plugin_node_resolve", "label": "@rollup/plugin-node-resolve", "file_type": "code", "source_file": "package.json", "source_location": "L102"}, {"id": "ui_package_devdependencies_svgr_rollup", "label": "@svgr/rollup", "file_type": "code", "source_file": "package.json", "source_location": "L103"}, {"id": "ui_package_devdependencies_testing_library_dom", "label": "@testing-library/dom", "file_type": "code", "source_file": "package.json", "source_location": "L104"}, {"id": "ui_package_devdependencies_testing_library_jest_dom", "label": "@testing-library/jest-dom", "file_type": "code", "source_file": "package.json", "source_location": "L105"}, {"id": "ui_package_devdependencies_testing_library_react", "label": "@testing-library/react", "file_type": "code", "source_file": "package.json", "source_location": "L106"}, {"id": "ui_package_devdependencies_testing_library_user_event", "label": "@testing-library/user-event", "file_type": "code", "source_file": "package.json", "source_location": "L107"}, {"id": "ui_package_devdependencies_types_jest", "label": "@types/jest", "file_type": "code", "source_file": "package.json", "source_location": "L108"}, {"id": "ui_package_devdependencies_types_node", "label": "@types/node", "file_type": "code", "source_file": "package.json", "source_location": "L109"}, {"id": "ui_package_devdependencies_types_react", "label": "@types/react", "file_type": "code", "source_file": "package.json", "source_location": "L110"}, {"id": "ui_package_devdependencies_types_react_dom", "label": "@types/react-dom", "file_type": "code", "source_file": "package.json", "source_location": "L111"}, {"id": "ui_package_devdependencies_babel_jest", "label": "babel-jest", "file_type": "code", "source_file": "package.json", "source_location": "L112"}, {"id": "ui_package_devdependencies_babel_loader", "label": "babel-loader", "file_type": "code", "source_file": "package.json", "source_location": "L113"}, {"id": "ui_package_devdependencies_babel_preset_react_app", "label": "babel-preset-react-app", "file_type": "code", "source_file": "package.json", "source_location": "L114"}, {"id": "ui_package_devdependencies_clean_webpack_plugin", "label": "clean-webpack-plugin", "file_type": "code", "source_file": "package.json", "source_location": "L115"}, {"id": "ui_package_devdependencies_copy_webpack_plugin", "label": "copy-webpack-plugin", "file_type": "code", "source_file": "package.json", "source_location": "L116"}, {"id": "ui_package_devdependencies_css_loader", "label": "css-loader", "file_type": "code", "source_file": "package.json", "source_location": "L117"}, {"id": "ui_package_devdependencies_css_modules_typescript_loader", "label": "css-modules-typescript-loader", "file_type": "code", "source_file": "package.json", "source_location": "L118"}, {"id": "ui_package_devdependencies_file_loader", "label": "file-loader", "file_type": "code", "source_file": "package.json", "source_location": "L119"}, {"id": "ui_package_devdependencies_fs", "label": "fs", "file_type": "code", "source_file": "package.json", "source_location": "L120"}, {"id": "ui_package_devdependencies_html_webpack_partials_plugin", "label": "html-webpack-partials-plugin", "file_type": "code", "source_file": "package.json", "source_location": "L121"}, {"id": "ui_package_devdependencies_html_webpack_plugin", "label": "html-webpack-plugin", "file_type": "code", "source_file": "package.json", "source_location": "L122"}, {"id": "ui_package_devdependencies_identity_obj_proxy", "label": "identity-obj-proxy", "file_type": "code", "source_file": "package.json", "source_location": "L123"}, {"id": "ui_package_devdependencies_jest", "label": "jest", "file_type": "code", "source_file": "package.json", "source_location": "L124"}, {"id": "ui_package_devdependencies_jest_environment_jsdom", "label": "jest-environment-jsdom", "file_type": "code", "source_file": "package.json", "source_location": "L125"}, {"id": "ui_package_devdependencies_mini_css_extract_plugin", "label": "mini-css-extract-plugin", "file_type": "code", "source_file": "package.json", "source_location": "L126"}, {"id": "ui_package_devdependencies_postcss_loader", "label": "postcss-loader", "file_type": "code", "source_file": "package.json", "source_location": "L127"}, {"id": "ui_package_devdependencies_postcss_preset_env", "label": "postcss-preset-env", "file_type": "code", "source_file": "package.json", "source_location": "L128"}, {"id": "ui_package_devdependencies_raw_loader", "label": "raw-loader", "file_type": "code", "source_file": "package.json", "source_location": "L129"}, {"id": "ui_package_devdependencies_react_hot_loader", "label": "react-hot-loader", "file_type": "code", "source_file": "package.json", "source_location": "L130"}, {"id": "ui_package_devdependencies_replace", "label": "replace", "file_type": "code", "source_file": "package.json", "source_location": "L131"}, {"id": "ui_package_devdependencies_rollup", "label": "rollup", "file_type": "code", "source_file": "package.json", "source_location": "L132"}, {"id": "ui_package_devdependencies_rollup_plugin_delete", "label": "rollup-plugin-delete", "file_type": "code", "source_file": "package.json", "source_location": "L133"}, {"id": "ui_package_devdependencies_rollup_plugin_dts", "label": "rollup-plugin-dts", "file_type": "code", "source_file": "package.json", "source_location": "L134"}, {"id": "ui_package_devdependencies_rollup_plugin_node_externals", "label": "rollup-plugin-node-externals", "file_type": "code", "source_file": "package.json", "source_location": "L135"}, {"id": "ui_package_devdependencies_rollup_plugin_styles", "label": "rollup-plugin-styles", "file_type": "code", "source_file": "package.json", "source_location": "L136"}, {"id": "ui_package_devdependencies_rollup_plugin_typescript2", "label": "rollup-plugin-typescript2", "file_type": "code", "source_file": "package.json", "source_location": "L137"}, {"id": "ui_package_devdependencies_standard_version", "label": "standard-version", "file_type": "code", "source_file": "package.json", "source_location": "L138"}, {"id": "ui_package_devdependencies_style_loader", "label": "style-loader", "file_type": "code", "source_file": "package.json", "source_location": "L139"}, {"id": "ui_package_devdependencies_stylus", "label": "stylus", "file_type": "code", "source_file": "package.json", "source_location": "L140"}, {"id": "ui_package_devdependencies_stylus_loader", "label": "stylus-loader", "file_type": "code", "source_file": "package.json", "source_location": "L141"}, {"id": "ui_package_devdependencies_ts_jest", "label": "ts-jest", "file_type": "code", "source_file": "package.json", "source_location": "L142"}, {"id": "ui_package_devdependencies_ts_node", "label": "ts-node", "file_type": "code", "source_file": "package.json", "source_location": "L143"}, {"id": "ui_package_devdependencies_ts_to_json", "label": "ts-to-json", "file_type": "code", "source_file": "package.json", "source_location": "L144"}, {"id": "ui_package_devdependencies_typescript", "label": "typescript", "file_type": "code", "source_file": "package.json", "source_location": "L145"}, {"id": "ui_package_devdependencies_webpack", "label": "webpack", "file_type": "code", "source_file": "package.json", "source_location": "L146"}, {"id": "ui_package_devdependencies_webpack_cli", "label": "webpack-cli", "file_type": "code", "source_file": "package.json", "source_location": "L147"}, {"id": "ui_package_devdependencies_webpack_dev_server", "label": "webpack-dev-server", "file_type": "code", "source_file": "package.json", "source_location": "L148"}, {"id": "ui_package_devdependencies_webpack_merge", "label": "webpack-merge", "file_type": "code", "source_file": "package.json", "source_location": "L149"}, {"id": "ui_package_packagemanager", "label": "packageManager", "file_type": "code", "source_file": "package.json", "source_location": "L151"}], "edges": [{"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L2", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L3", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_description", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L4", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_scripts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L5", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_tests", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L6", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_tests_watch", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L7", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_ts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L8", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_dev", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L9", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_build", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L10", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_build_compress", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L11", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_release", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L12", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_release_patch", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L13", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_release_minor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L14", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_release_major", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L15", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_release_as", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L16", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_docs_build", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L17", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_docs_deploy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L18", "weight": 1.0}, {"source": "ui_package_scripts", "target": "ui_package_scripts_docs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L19", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_standard_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L21", "weight": 1.0}, {"source": "ui_package_standard_version", "target": "ui_package_standard_version_scripts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L22", "weight": 1.0}, {"source": "ui_package_standard_version_scripts", "target": "ui_package_scripts_postchangelog", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L23", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_author", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L26", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_license", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L27", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_keywords", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L28", "weight": 1.0}, {"source": "ui_package_keywords", "target": "ref_react", "relation": "extends", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L28", "weight": 1.0, "context": "import"}, {"source": "ui_package_keywords", "target": "ref_ui", "relation": "extends", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L28", "weight": 1.0, "context": "import"}, {"source": "ui_package_keywords", "target": "ref_components", "relation": "extends", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L28", "weight": 1.0, "context": "import"}, {"source": "ui_package_keywords", "target": "ref_library", "relation": "extends", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L28", "weight": 1.0, "context": "import"}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_homepage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L34", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_repository", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L35", "weight": 1.0}, {"source": "ui_package_repository", "target": "ui_package_repository_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L36", "weight": 1.0}, {"source": "ui_package_repository", "target": "ui_package_repository_url", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L37", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L39", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_module", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L40", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_types", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L41", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L42", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_exports", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L43", "weight": 1.0}, {"source": "ui_package_exports", "target": "ui_package_import", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L45", "weight": 1.0}, {"source": "ui_package_exports", "target": "ui_package_require", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L46", "weight": 1.0}, {"source": "ui_package_exports", "target": "ui_package_default", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L47", "weight": 1.0}, {"source": "ui_package_exports", "target": "ui_package_types", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L48", "weight": 1.0}, {"source": "ui_package_exports", "target": "ui_package_exports_icons", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L50", "weight": 1.0}, {"source": "ui_package_exports_icons", "target": "ui_package_icons_import", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L51", "weight": 1.0}, {"source": "ui_package_exports_icons", "target": "ui_package_icons_types", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L52", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_bugs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L55", "weight": 1.0}, {"source": "ui_package_bugs", "target": "ui_package_bugs_url", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L56", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_directories", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L58", "weight": 1.0}, {"source": "ui_package_directories", "target": "ui_package_directories_dist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L59", "weight": 1.0}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_dependencies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L61", "weight": 1.0}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_homecode_ui", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L62", "weight": 1.0}, {"source": "ui_package_dependencies_homecode_ui", "target": "homecode_ui", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L62", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_pmmmwh_react_refresh_webpack_plugin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L63", "weight": 1.0}, {"source": "ui_package_dependencies_pmmmwh_react_refresh_webpack_plugin", "target": "pmmmwh_react_refresh_webpack_plugin", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L63", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_rollup_plugin_typescript", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L64", "weight": 1.0}, {"source": "ui_package_dependencies_rollup_plugin_typescript", "target": "rollup_plugin_typescript", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L64", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_tiptap_core", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L65", "weight": 1.0}, {"source": "ui_package_dependencies_tiptap_core", "target": "tiptap_core", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L65", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_tiptap_extension_mention", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L66", "weight": 1.0}, {"source": "ui_package_dependencies_tiptap_extension_mention", "target": "tiptap_extension_mention", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L66", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_tiptap_extensions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L67", "weight": 1.0}, {"source": "ui_package_dependencies_tiptap_extensions", "target": "tiptap_extensions", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L67", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_tiptap_pm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L68", "weight": 1.0}, {"source": "ui_package_dependencies_tiptap_pm", "target": "tiptap_pm", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L68", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_tiptap_react", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L69", "weight": 1.0}, {"source": "ui_package_dependencies_tiptap_react", "target": "tiptap_react", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L69", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_tiptap_starter_kit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L70", "weight": 1.0}, {"source": "ui_package_dependencies_tiptap_starter_kit", "target": "tiptap_starter_kit", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L70", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_tiptap_suggestion", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L71", "weight": 1.0}, {"source": "ui_package_dependencies_tiptap_suggestion", "target": "tiptap_suggestion", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L71", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_svgr_webpack", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L72", "weight": 1.0}, {"source": "ui_package_dependencies_svgr_webpack", "target": "svgr_webpack", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L72", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_classnames", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L73", "weight": 1.0}, {"source": "ui_package_dependencies_classnames", "target": "classnames", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L73", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_compareq", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L74", "weight": 1.0}, {"source": "ui_package_dependencies_compareq", "target": "compareq", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L74", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_fastest_validator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L75", "weight": 1.0}, {"source": "ui_package_dependencies_fastest_validator", "target": "fastest_validator", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L75", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_favicons", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L76", "weight": 1.0}, {"source": "ui_package_dependencies_favicons", "target": "favicons", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L76", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_favicons_webpack_plugin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L77", "weight": 1.0}, {"source": "ui_package_dependencies_favicons_webpack_plugin", "target": "favicons_webpack_plugin", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L77", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_justorm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L78", "weight": 1.0}, {"source": "ui_package_dependencies_justorm", "target": "justorm", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L78", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_moment", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L79", "weight": 1.0}, {"source": "ui_package_dependencies_moment", "target": "moment", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L79", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_react", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L80", "weight": 1.0}, {"source": "ui_package_dependencies_react", "target": "react", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L80", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_react_dom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L81", "weight": 1.0}, {"source": "ui_package_dependencies_react_dom", "target": "react_dom", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L81", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_react_live", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L82", "weight": 1.0}, {"source": "ui_package_dependencies_react_live", "target": "react_live", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L82", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_react_refresh", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L83", "weight": 1.0}, {"source": "ui_package_dependencies_react_refresh", "target": "react_refresh", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L83", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_roddeh_i18n", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L84", "weight": 1.0}, {"source": "ui_package_dependencies_roddeh_i18n", "target": "roddeh_i18n", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L84", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_rollup_plugin_postcss", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L85", "weight": 1.0}, {"source": "ui_package_dependencies_rollup_plugin_postcss", "target": "rollup_plugin_postcss", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L85", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_rollup_plugin_uglify", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L86", "weight": 1.0}, {"source": "ui_package_dependencies_rollup_plugin_uglify", "target": "rollup_plugin_uglify", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L86", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_svgo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L87", "weight": 1.0}, {"source": "ui_package_dependencies_svgo", "target": "svgo", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L87", "weight": 1.0, "context": "import"}, {"source": "ui_package_dependencies", "target": "ui_package_dependencies_timen", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L88", "weight": 1.0}, {"source": "ui_package_dependencies_timen", "target": "timen", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L88", "weight": 1.0, "context": "import"}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_peerdependencies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L90", "weight": 1.0}, {"source": "ui_package_peerdependencies", "target": "ui_package_peerdependencies_justorm", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L91", "weight": 1.0}, {"source": "ui_package_peerdependencies_justorm", "target": "justorm", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L91", "weight": 1.0, "context": "import"}, {"source": "ui_package_peerdependencies", "target": "ui_package_peerdependencies_react", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L92", "weight": 1.0}, {"source": "ui_package_peerdependencies_react", "target": "react", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L92", "weight": 1.0, "context": "import"}, {"source": "ui_package_peerdependencies", "target": "ui_package_peerdependencies_react_dom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L93", "weight": 1.0}, {"source": "ui_package_peerdependencies_react_dom", "target": "react_dom", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L93", "weight": 1.0, "context": "import"}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_devdependencies", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L95", "weight": 1.0}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_babel_core", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L96", "weight": 1.0}, {"source": "ui_package_devdependencies_babel_core", "target": "babel_core", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L96", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_babel_plugin_proposal_optional_chaining", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L97", "weight": 1.0}, {"source": "ui_package_devdependencies_babel_plugin_proposal_optional_chaining", "target": "babel_plugin_proposal_optional_chaining", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L97", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_babel_preset_typescript", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L98", "weight": 1.0}, {"source": "ui_package_devdependencies_babel_preset_typescript", "target": "babel_preset_typescript", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L98", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_codesandbox_sandpack_react", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L99", "weight": 1.0}, {"source": "ui_package_devdependencies_codesandbox_sandpack_react", "target": "codesandbox_sandpack_react", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L99", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_rollup_plugin_commonjs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L100", "weight": 1.0}, {"source": "ui_package_devdependencies_rollup_plugin_commonjs", "target": "rollup_plugin_commonjs", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L100", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_rollup_plugin_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L101", "weight": 1.0}, {"source": "ui_package_devdependencies_rollup_plugin_json", "target": "rollup_plugin_json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L101", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_rollup_plugin_node_resolve", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L102", "weight": 1.0}, {"source": "ui_package_devdependencies_rollup_plugin_node_resolve", "target": "rollup_plugin_node_resolve", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L102", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_svgr_rollup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L103", "weight": 1.0}, {"source": "ui_package_devdependencies_svgr_rollup", "target": "svgr_rollup", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L103", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_testing_library_dom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L104", "weight": 1.0}, {"source": "ui_package_devdependencies_testing_library_dom", "target": "testing_library_dom", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L104", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_testing_library_jest_dom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L105", "weight": 1.0}, {"source": "ui_package_devdependencies_testing_library_jest_dom", "target": "testing_library_jest_dom", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L105", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_testing_library_react", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L106", "weight": 1.0}, {"source": "ui_package_devdependencies_testing_library_react", "target": "testing_library_react", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L106", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_testing_library_user_event", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L107", "weight": 1.0}, {"source": "ui_package_devdependencies_testing_library_user_event", "target": "testing_library_user_event", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L107", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_types_jest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L108", "weight": 1.0}, {"source": "ui_package_devdependencies_types_jest", "target": "types_jest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L108", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_types_node", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L109", "weight": 1.0}, {"source": "ui_package_devdependencies_types_node", "target": "types_node", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L109", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_types_react", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L110", "weight": 1.0}, {"source": "ui_package_devdependencies_types_react", "target": "types_react", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L110", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_types_react_dom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L111", "weight": 1.0}, {"source": "ui_package_devdependencies_types_react_dom", "target": "types_react_dom", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L111", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_babel_jest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L112", "weight": 1.0}, {"source": "ui_package_devdependencies_babel_jest", "target": "babel_jest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L112", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_babel_loader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L113", "weight": 1.0}, {"source": "ui_package_devdependencies_babel_loader", "target": "babel_loader", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L113", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_babel_preset_react_app", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L114", "weight": 1.0}, {"source": "ui_package_devdependencies_babel_preset_react_app", "target": "babel_preset_react_app", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L114", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_clean_webpack_plugin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L115", "weight": 1.0}, {"source": "ui_package_devdependencies_clean_webpack_plugin", "target": "clean_webpack_plugin", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L115", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_copy_webpack_plugin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L116", "weight": 1.0}, {"source": "ui_package_devdependencies_copy_webpack_plugin", "target": "copy_webpack_plugin", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L116", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_css_loader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L117", "weight": 1.0}, {"source": "ui_package_devdependencies_css_loader", "target": "css_loader", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L117", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_css_modules_typescript_loader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L118", "weight": 1.0}, {"source": "ui_package_devdependencies_css_modules_typescript_loader", "target": "css_modules_typescript_loader", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L118", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_file_loader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L119", "weight": 1.0}, {"source": "ui_package_devdependencies_file_loader", "target": "file_loader", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L119", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_fs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L120", "weight": 1.0}, {"source": "ui_package_devdependencies_fs", "target": "fs", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L120", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_html_webpack_partials_plugin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L121", "weight": 1.0}, {"source": "ui_package_devdependencies_html_webpack_partials_plugin", "target": "html_webpack_partials_plugin", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L121", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_html_webpack_plugin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L122", "weight": 1.0}, {"source": "ui_package_devdependencies_html_webpack_plugin", "target": "html_webpack_plugin", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L122", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_identity_obj_proxy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L123", "weight": 1.0}, {"source": "ui_package_devdependencies_identity_obj_proxy", "target": "identity_obj_proxy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L123", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_jest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L124", "weight": 1.0}, {"source": "ui_package_devdependencies_jest", "target": "jest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L124", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_jest_environment_jsdom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L125", "weight": 1.0}, {"source": "ui_package_devdependencies_jest_environment_jsdom", "target": "jest_environment_jsdom", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L125", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_mini_css_extract_plugin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L126", "weight": 1.0}, {"source": "ui_package_devdependencies_mini_css_extract_plugin", "target": "mini_css_extract_plugin", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L126", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_postcss_loader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L127", "weight": 1.0}, {"source": "ui_package_devdependencies_postcss_loader", "target": "postcss_loader", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L127", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_postcss_preset_env", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L128", "weight": 1.0}, {"source": "ui_package_devdependencies_postcss_preset_env", "target": "postcss_preset_env", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L128", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_raw_loader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L129", "weight": 1.0}, {"source": "ui_package_devdependencies_raw_loader", "target": "raw_loader", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L129", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_react_hot_loader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L130", "weight": 1.0}, {"source": "ui_package_devdependencies_react_hot_loader", "target": "react_hot_loader", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L130", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_replace", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L131", "weight": 1.0}, {"source": "ui_package_devdependencies_replace", "target": "replace", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L131", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_rollup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L132", "weight": 1.0}, {"source": "ui_package_devdependencies_rollup", "target": "rollup", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L132", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_rollup_plugin_delete", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L133", "weight": 1.0}, {"source": "ui_package_devdependencies_rollup_plugin_delete", "target": "rollup_plugin_delete", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L133", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_rollup_plugin_dts", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L134", "weight": 1.0}, {"source": "ui_package_devdependencies_rollup_plugin_dts", "target": "rollup_plugin_dts", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L134", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_rollup_plugin_node_externals", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L135", "weight": 1.0}, {"source": "ui_package_devdependencies_rollup_plugin_node_externals", "target": "rollup_plugin_node_externals", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L135", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_rollup_plugin_styles", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L136", "weight": 1.0}, {"source": "ui_package_devdependencies_rollup_plugin_styles", "target": "rollup_plugin_styles", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L136", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_rollup_plugin_typescript2", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L137", "weight": 1.0}, {"source": "ui_package_devdependencies_rollup_plugin_typescript2", "target": "rollup_plugin_typescript2", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L137", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_standard_version", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L138", "weight": 1.0}, {"source": "ui_package_devdependencies_standard_version", "target": "standard_version", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L138", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_style_loader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L139", "weight": 1.0}, {"source": "ui_package_devdependencies_style_loader", "target": "style_loader", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L139", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_stylus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L140", "weight": 1.0}, {"source": "ui_package_devdependencies_stylus", "target": "stylus", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L140", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_stylus_loader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L141", "weight": 1.0}, {"source": "ui_package_devdependencies_stylus_loader", "target": "stylus_loader", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L141", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_ts_jest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L142", "weight": 1.0}, {"source": "ui_package_devdependencies_ts_jest", "target": "ts_jest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L142", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_ts_node", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L143", "weight": 1.0}, {"source": "ui_package_devdependencies_ts_node", "target": "ts_node", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L143", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_ts_to_json", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L144", "weight": 1.0}, {"source": "ui_package_devdependencies_ts_to_json", "target": "ts_to_json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L144", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_typescript", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L145", "weight": 1.0}, {"source": "ui_package_devdependencies_typescript", "target": "typescript", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L145", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_webpack", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L146", "weight": 1.0}, {"source": "ui_package_devdependencies_webpack", "target": "webpack", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L146", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_webpack_cli", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L147", "weight": 1.0}, {"source": "ui_package_devdependencies_webpack_cli", "target": "webpack_cli", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L147", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_webpack_dev_server", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L148", "weight": 1.0}, {"source": "ui_package_devdependencies_webpack_dev_server", "target": "webpack_dev_server", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L148", "weight": 1.0, "context": "import"}, {"source": "ui_package_devdependencies", "target": "ui_package_devdependencies_webpack_merge", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L149", "weight": 1.0}, {"source": "ui_package_devdependencies_webpack_merge", "target": "webpack_merge", "relation": "imports", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L149", "weight": 1.0, "context": "import"}, {"source": "users_oleh_1_prj_ui_package_json", "target": "ui_package_packagemanager", "relation": "contains", "confidence": "EXTRACTED", "source_file": "package.json", "source_location": "L151", "weight": 1.0}]}