返回 ViMax
package.json
根目录 / ui / package.json
1 {
2 "name": "vimax-ui",
3 "private": true,
4 "version": "0.1.0",
5 "type": "module",
6 "scripts": {
7 "tui": "tsx src/cli.tsx",
8 "test": "tsx src/lineMapping.test.ts && tsx src/slashCommands.test.ts && tsx src/workspaceMeta.test.ts"
9 },
10 "dependencies": {
11 "ink": "^4.4.1",
12 "ink-text-input": "^5.0.1",
13 "react": "^18.3.1",
14 "react-dom": "^18.3.1"
15 },
16 "devDependencies": {
17 "@types/node": "^24.5.2",
18 "@types/react": "^18.3.12",
19 "@types/react-dom": "^18.3.1",
20 "tsx": "^4.20.5",
21 "typescript": "^5.6.3"
22 }
23 }
24
24 lines JSON