-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
163 lines (163 loc) · 6.01 KB
/
Copy pathpackage.json
File metadata and controls
163 lines (163 loc) · 6.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "ifai",
"description": "若爱 (IfAI) - AI Agent 编排助手 & 代码编辑器 | An AI Agent orchestrator & code editor built with Tauri 2.0",
"version": "0.5.3",
"author": {
"name": "peterfei",
"email": "peterfeispace@gmail.com",
"url": "https://github.com/peterfei"
},
"license": "MIT",
"homepage": "https://github.com/peterfei/ifai",
"repository": {
"type": "git",
"url": "git+https://github.com/peterfei/ifai.git"
},
"bugs": {
"url": "https://github.com/peterfei/ifai/issues"
},
"keywords": [
"ai",
"ai-agent",
"agent-orchestrator",
"multi-agent",
"workflow-engine",
"dag-workflow",
"editor",
"code-editor",
"tauri",
"rust",
"react",
"typescript",
"monaco-editor",
"ai-assistant",
"cross-platform",
"开发工具",
"代码编辑器",
"人工智能",
"ai-agent-编排",
"智能体"
],
"private": false,
"type": "module",
"scripts": {
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"dev": "vite",
"dev:commercial": "vite --mode commercial",
"build": "npm run codegen && tsc && vite build",
"codegen": "npx tsx scripts/codegen-stream-schema.ts",
"codegen:check": "npm run codegen && echo 'Codegen completed successfully'",
"preview": "vite preview",
"tauri": "tauri",
"build:community": "vite build --mode community",
"build:commercial": "vite build --mode commercial",
"tauri:community": "export MACOSX_DEPLOYMENT_TARGET=10.15 && export APP_EDITION=community && tauri build --features community",
"tauri:commercial": "export MACOSX_DEPLOYMENT_TARGET=10.15 && export APP_EDITION=commercial && tauri build --features commercial",
"tauri:commercial-local-llm": "export MACOSX_DEPLOYMENT_TARGET=10.15 && export APP_EDITION=commercial && tauri build --features commercial-local-llm",
"tauri:commercial-local-llm-rag": "export MACOSX_DEPLOYMENT_TARGET=10.15 && export APP_EDITION=commercial && tauri build --features commercial-local-llm-rag",
"tauri:dev:commercial": "export APP_EDITION=commercial && export ENABLE_HTTP_API=true && tauri dev --features commercial",
"tauri:dev:commercial-local-llm": "export APP_EDITION=commercial && tauri dev --features commercial-local-llm",
"tauri:dev:commercial-local-llm-rag": "export APP_EDITION=commercial && tauri dev --features commercial-local-llm-rag",
"tauri:dev:local-llm": "export APP_EDITION=community && tauri dev --features community,llm-inference",
"tauri:dev": "export APP_EDITION=community && tauri dev --features community",
"lint": "eslint .",
"check:file": "tsc --noEmit --skipLibCheck",
"check:ci": "node scripts/check-ci.mjs",
"i18n:check": "node src/i18n/scripts/check-i18n-parity.mjs",
"i18n:scan": "node src/i18n/scripts/scan-hardcoded-strings.mjs",
"i18n:report": "node src/i18n/scripts/i18n-coverage-report.mjs",
"i18n:report:md": "node src/i18n/scripts/i18n-coverage-report.mjs --markdown",
"prepare": "husky",
"test:e2e": "playwright test",
"test:e2e:tauri": "TAURI_DEV=true playwright test",
"test:e2e:tauri:commercial": "TAURI_DEV=true APP_EDITION=commercial playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"test:e2e:fast": "playwright test --grep '@fast'",
"test:e2e:medium": "playwright test --grep '@fast|@medium'",
"test:e2e:slow": "playwright test --grep '@slow'",
"test:e2e:regression": "playwright test --grep '@regression'",
"test:e2e:report": "playwright show-report",
"test:e2e:headed": "playwright test --headed",
"test:task-continuation": "tsx scripts/e2e-test-task-continuation.ts"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@tanstack/react-virtual": "^3.13.16",
"@tauri-apps/api": "2.10.1",
"@tauri-apps/plugin-dialog": "2.7.0",
"@tauri-apps/plugin-fs": "2.5.0",
"@tauri-apps/plugin-opener": "2.5.3",
"@tauri-apps/plugin-os": "2.3.2",
"@tauri-apps/plugin-shell": "2.3.4",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-window": "^2.0.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"clsx": "^2.1.1",
"dagre": "^0.8.5",
"date-fns": "^4.1.0",
"dexie": "^4.2.1",
"dexie-react-hooks": "^4.2.0",
"diff": "^8.0.2",
"framer-motion": "^12.23.26",
"fuse.js": "^7.1.0",
"i18next": "^25.7.2",
"i18next-browser-languagedetector": "^8.2.0",
"idb-keyval": "^6.2.2",
"jschardet": "^3.1.4",
"lodash-es": "^4.17.22",
"lru-cache": "^11.2.4",
"lucide-react": "^0.561.0",
"monaco-editor": "^0.53.0",
"monaco-languageclient": "^4.0.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^16.5.0",
"react-is": "^19.2.3",
"react-joyride": "^2.9.3",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.0",
"react-virtuoso": "^4.18.0",
"react-window": "^2.2.3",
"reactflow": "^11.11.4",
"recharts": "^3.6.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"uuid": "^13.0.0",
"vscode-jsonrpc": "^8.2.1",
"zustand": "^5.0.9"
},
"devDependencies": {
"@playwright/test": "^1.59.1",
"@tauri-apps/cli": "2.10.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/dagre": "^0.7.54",
"@types/node": "^25.0.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/uuid": "^11.0.0",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/coverage-v8": "^4.0.16",
"autoprefixer": "^10.4.22",
"fake-indexeddb": "^6.2.5",
"happy-dom": "^20.0.11",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vitest": "^4.0.16",
"yaml": "^2.8.3"
},
"lint-staged": {
"src/i18n/locales/*.json": "node src/i18n/scripts/check-i18n-parity.mjs --quiet"
}
}