{ "name": "lowcoder-comps", "version": "2.7.5", "type": "module", "license": "MIT", "dependencies": { "@fullcalendar/adaptive": "^6.1.11", "@fullcalendar/core": "^6.1.6", "@fullcalendar/daygrid": "^6.1.6", "@fullcalendar/interaction": "^6.1.6", "@fullcalendar/list": "^6.1.9", "@fullcalendar/moment": "^6.1.6", "@fullcalendar/multimonth": "^6.1.6", "@fullcalendar/react": "^6.1.6", "@fullcalendar/resource": "^6.1.11", "@fullcalendar/resource-timegrid": "^6.1.11", "@fullcalendar/resource-timeline": "^6.1.11", "@fullcalendar/timegrid": "^6.1.6", "@fullcalendar/timeline": "^6.1.6", "agora-rtc-sdk-ng": "^4.20.2", "agora-rtm-sdk": "^1.5.1", "big.js": "^6.2.1", "echarts-extension-gmap": "^1.6.0", "echarts-gl": "^2.0.9", "echarts-wordcloud": "^2.1.0", "lowcoder-cli": "workspace:^", "lowcoder-sdk": "workspace:^", "mermaid": "^10.6.1", "react": "18.3.0", "react-dom": "18.3.0", "typescript": "4.8.4" }, "lowcoder": { "description": "", "comps": { "calendar": { "name": "Calendar", "icon": "./icons/icon-comp-calendar.svg", "layoutInfo": { "w": 19, "h": 60 } }, "chart": { "name": "Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "basicChart": { "name": "Basic Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "barChart": { "name": "Bar Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "lineChart": { "name": "Line Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "pieChart": { "name": "Pie Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "scatterChart": { "name": "Scatter Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "boxplotChart": { "name": "Boxplot Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "parallelChart": { "name": "Parallel Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "line3dChart": { "name": "Line3D Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "imageEditor": { "name": "Image Editor", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "mermaid": { "name": "Mermaid", "icon": "./icons/mermaidchart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "funnelChart": { "name": "Funnel Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "gaugeChart": { "name": "Gauge Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "sankeyChart": { "name": "Sankey Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "candleStickChart": { "name": "CandleStick Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "radarChart": { "name": "Radar Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "heatmapChart": { "name": "Heatmap Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "graphChart": { "name": "Graph Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "treeChart": { "name": "Tree Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "treemapChart": { "name": "Treemap Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "sunburstChart": { "name": "Sunburst Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "themeriverChart": { "name": "Themeriver Chart", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 12, "h": 40 } }, "chartsGeoMap": { "name": "chartsGeoMap", "icon": "./icons/icon-chart.svg", "layoutInfo": { "w": 19, "h": 60 } }, "meetingController": { "name": "Agora Meeting Controller", "icon": "./icons/icon-comp-calendar.svg", "layoutInfo": { "w": 1, "h": 1 } }, "meetingSharing": { "name": "Agora Meeting Sharing", "icon": "./icons/icon-comp-calendar.svg", "layoutInfo": { "w": 6, "h": 40 } }, "meetingStream": { "name": "Video Stream", "icon": "./icons/icon-comp-calendar.svg", "layoutInfo": { "w": 6, "h": 40 } } } }, "scripts": { "start": "NODE_OPTIONS=--max_old_space_size=6442 vite", "build": "NODE_OPTIONS=--max_old_space_size=6442 yarn test && lowcoder-cli build", "build_only": "NODE_OPTIONS=--max_old_space_size=6442 lowcoder-cli build", "build_publish": "NODE_OPTIONS=--max_old_space_size=6442 lowcoder-cli build --publish", "test": "jest" }, "devDependencies": { "@types/react": "18", "@types/react-dom": "18", "jest": "29.3.0", "vite": "^4.5.5", "vite-tsconfig-paths": "^3.6.0" } }