crewx 0.8.3-rc.7 → 0.8.3-rc.8
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.
- package/package.json +39 -39
- package/packages/cli/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crewx",
|
|
3
|
-
"version": "0.8.3-rc.
|
|
3
|
+
"version": "0.8.3-rc.8",
|
|
4
4
|
"description": "CrewX — AI agent team dashboard with Electron UI and CLI (Web + Electron + Global CLI)",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
},
|
|
26
26
|
"license": "UNLICENSED",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@ccusage/codex": "^0.0.1",
|
|
29
28
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
30
29
|
"@nestjs/common": "^11.0.0",
|
|
31
30
|
"@nestjs/config": "^4.0.3",
|
|
@@ -35,82 +34,83 @@
|
|
|
35
34
|
"@slack/bolt": "^4.4.0",
|
|
36
35
|
"@slack/web-api": "^7.10.0",
|
|
37
36
|
"@sowonai/nestjs-mcp-adapter": "^0.1.3",
|
|
38
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
39
|
-
"@tiptap/extension-link": "^3.22.4",
|
|
40
|
-
"@tiptap/extension-mention": "^3.22.3",
|
|
41
|
-
"@tiptap/extension-placeholder": "^3.22.3",
|
|
42
|
-
"@tiptap/extension-table": "^3.22.3",
|
|
43
|
-
"@tiptap/extension-table-cell": "^3.22.3",
|
|
44
|
-
"@tiptap/extension-table-header": "^3.22.3",
|
|
45
|
-
"@tiptap/extension-table-row": "^3.22.3",
|
|
46
|
-
"@tiptap/react": "^3.22.3",
|
|
47
|
-
"@tiptap/starter-kit": "^3.22.3",
|
|
48
37
|
"ajv": "^8.17.1",
|
|
49
38
|
"ajv-formats": "^3.0.1",
|
|
50
39
|
"alasql": "^4.17.0",
|
|
51
40
|
"better-sqlite3": "^12.8.0",
|
|
52
|
-
"ccusage": "^15.2.0",
|
|
53
41
|
"chalk": "^4.1.2",
|
|
54
|
-
"chart.js": "^4.5.1",
|
|
55
|
-
"chartjs-plugin-annotation": "^3.1.0",
|
|
56
42
|
"class-transformer": "^0.5.1",
|
|
57
43
|
"class-validator": "^0.15.1",
|
|
58
|
-
"d3": "^7.9.0",
|
|
59
|
-
"dompurify": "^3.3.3",
|
|
60
44
|
"dotenv": "^17.2.3",
|
|
61
45
|
"execa": "^8.0.1",
|
|
62
46
|
"express": "^4.18.2",
|
|
63
47
|
"fast-glob": "^3.3.0",
|
|
64
48
|
"giget": "^2.0.0",
|
|
65
49
|
"handlebars": "^4.7.8",
|
|
66
|
-
"highlight.js": "^11.11.1",
|
|
67
|
-
"i18next": "^25.8.11",
|
|
68
|
-
"i18next-browser-languagedetector": "^8.2.1",
|
|
69
50
|
"ignore": "^5.2.0",
|
|
70
51
|
"isomorphic-git": "^1.37.1",
|
|
71
52
|
"js-tiktoken": "^1.0.21",
|
|
72
53
|
"js-yaml": "^4.1.1",
|
|
73
|
-
"lucide-react": "^0.563.0",
|
|
74
54
|
"md-to-slack": "^1.0.0",
|
|
75
|
-
"mermaid": "^11.4.1",
|
|
76
55
|
"open": "^11.0.0",
|
|
77
|
-
"react-chartjs-2": "^5.3.1",
|
|
78
|
-
"react-i18next": "^16.5.4",
|
|
79
|
-
"react-markdown": "^10.1.0",
|
|
80
|
-
"react-router-dom": "^7.13.0",
|
|
81
|
-
"react-zoom-pan-pinch": "^3.7.0",
|
|
82
56
|
"reflect-metadata": "^0.2.2",
|
|
83
|
-
"rehype-highlight": "^7.0.2",
|
|
84
|
-
"remark-breaks": "^4.0.0",
|
|
85
|
-
"remark-gfm": "^4.0.1",
|
|
86
57
|
"remark-parse": "^11.0.0",
|
|
87
58
|
"remark-stringify": "^11.0.0",
|
|
88
59
|
"rxjs": "^7.8.1",
|
|
89
60
|
"swagger-ui-express": "^5.0.1",
|
|
90
|
-
"tiptap-markdown": "^0.9.0",
|
|
91
61
|
"unified": "^11.0.5",
|
|
92
62
|
"unist-util-visit": "^5.0.0",
|
|
93
63
|
"wink-bm25-text-search": "^3.1.2",
|
|
94
64
|
"wink-nlp-utils": "^2.1.0",
|
|
95
65
|
"yargs": "^17.7.0",
|
|
96
66
|
"zod": "^3.22.0",
|
|
97
|
-
"
|
|
98
|
-
"@crewx/cli": "0.8.3-rc.7",
|
|
67
|
+
"@crewx/cli": "0.8.3-rc.8",
|
|
99
68
|
"@crewx/doc": "0.1.7",
|
|
100
69
|
"@crewx/cron": "0.1.7",
|
|
101
|
-
"@crewx/memory": "0.1.9",
|
|
102
70
|
"@crewx/knowledge-core": "0.1.5",
|
|
103
|
-
"@crewx/sdk": "0.8.3-rc.4",
|
|
104
|
-
"@crewx/shared": "0.0.4",
|
|
105
|
-
"@crewx/workflow": "0.3.15",
|
|
106
71
|
"@crewx/search": "0.1.8",
|
|
107
|
-
"@crewx/
|
|
108
|
-
"@crewx/
|
|
72
|
+
"@crewx/memory": "0.1.9",
|
|
73
|
+
"@crewx/sdk": "0.8.3-rc.5",
|
|
74
|
+
"@crewx/workflow": "0.3.15",
|
|
75
|
+
"@crewx/wbs": "0.1.8",
|
|
76
|
+
"@crewx/shared": "0.0.4",
|
|
77
|
+
"@crewx/skill": "0.1.7"
|
|
109
78
|
},
|
|
110
79
|
"devDependencies": {
|
|
80
|
+
"@ccusage/codex": "^0.0.1",
|
|
111
81
|
"@nestjs/cli": "^11.0.16",
|
|
112
82
|
"@nestjs/serve-static": "^4.0.2",
|
|
113
83
|
"@nestjs/testing": "^11.1.16",
|
|
84
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
85
|
+
"@tiptap/extension-link": "^3.22.4",
|
|
86
|
+
"@tiptap/extension-mention": "^3.22.3",
|
|
87
|
+
"@tiptap/extension-placeholder": "^3.22.3",
|
|
88
|
+
"@tiptap/extension-table": "^3.22.3",
|
|
89
|
+
"@tiptap/extension-table-cell": "^3.22.3",
|
|
90
|
+
"@tiptap/extension-table-header": "^3.22.3",
|
|
91
|
+
"@tiptap/extension-table-row": "^3.22.3",
|
|
92
|
+
"@tiptap/react": "^3.22.3",
|
|
93
|
+
"@tiptap/starter-kit": "^3.22.3",
|
|
94
|
+
"ccusage": "^15.2.0",
|
|
95
|
+
"chart.js": "^4.5.1",
|
|
96
|
+
"chartjs-plugin-annotation": "^3.1.0",
|
|
97
|
+
"d3": "^7.9.0",
|
|
98
|
+
"dompurify": "^3.3.3",
|
|
99
|
+
"highlight.js": "^11.11.1",
|
|
100
|
+
"i18next": "^25.8.11",
|
|
101
|
+
"i18next-browser-languagedetector": "^8.2.1",
|
|
102
|
+
"lucide-react": "^0.563.0",
|
|
103
|
+
"mermaid": "^11.4.1",
|
|
104
|
+
"react-chartjs-2": "^5.3.1",
|
|
105
|
+
"react-i18next": "^16.5.4",
|
|
106
|
+
"react-markdown": "^10.1.0",
|
|
107
|
+
"react-router-dom": "^7.13.0",
|
|
108
|
+
"react-zoom-pan-pinch": "^3.7.0",
|
|
109
|
+
"rehype-highlight": "^7.0.2",
|
|
110
|
+
"remark-breaks": "^4.0.0",
|
|
111
|
+
"remark-gfm": "^4.0.1",
|
|
112
|
+
"tiptap-markdown": "^0.9.0",
|
|
113
|
+
"zustand": "^4.5.0",
|
|
114
114
|
"@swc-node/register": "^1.11.1",
|
|
115
115
|
"@swc/core": "^1.15.11",
|
|
116
116
|
"@testing-library/dom": "^10.4.1",
|