forked from RongleCat/grok-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 4.16 KB
/
Copy pathpackage.json
File metadata and controls
121 lines (121 loc) · 4.16 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
{
"name": "grok-app",
"private": true,
"version": "0.2.29",
"description": "Desktop workbench for Grok Build CLI (English-first)",
"author": "RongleCat",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/RongleCat/grok-app.git"
},
"homepage": "https://grok-app.com",
"bugs": {
"url": "https://github.com/RongleCat/grok-app/issues"
},
"type": "module",
"packageManager": "pnpm@9.15.9",
"scripts": {
"preinstall": "node scripts/check-deps-hygiene.mjs --preinstall",
"deps:check": "node scripts/check-deps-hygiene.mjs",
"audit:prod": "pnpm audit --prod --audit-level moderate",
"dev": "tauri dev --config src-tauri/tauri.dev.conf.json",
"dev:ui": "vite",
"build": "bash scripts/build-local.sh host",
"build:ui": "tsc -b && vite build",
"build:mac": "bash scripts/build-local.sh mac",
"build:mac-arm": "bash scripts/build-local.sh mac-arm",
"build:mac-intel": "bash scripts/build-local.sh mac-intel",
"build:mac-all": "bash scripts/build-local.sh all-mac",
"build:win": "bash scripts/build-local.sh win",
"build:linux": "bash scripts/build-local.sh linux",
"build:all": "bash scripts/build-local.sh all",
"build:help": "bash scripts/build-local.sh help",
"setup:cross": "bash scripts/setup-cross-compile.sh",
"release:tag": "bash scripts/release-tag.sh",
"preview": "vite preview",
"tauri": "tauri",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc -b --pretty false",
"lint": "eslint src --max-warnings 0",
"chatcut:start": "node scripts/chatcut-plugin-start.mjs",
"chatcut:fetch": "node scripts/chatcut-plugin-start.mjs --fetch"
},
"dependencies": {
"@codemirror/commands": "^6.11.0",
"@codemirror/lang-css": "^6.3.1",
"@codemirror/lang-html": "^6.4.12",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/language": "^6.12.4",
"@codemirror/legacy-modes": "^6.5.3",
"@codemirror/search": "^6.7.1",
"@codemirror/state": "^6.7.1",
"@codemirror/view": "^6.43.9",
"@lezer/highlight": "^1.2.3",
"@tabler/icons-react": "^3.45.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-deep-link": "^2",
"@tauri-apps/plugin-notification": "^2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-store": "^2",
"@tauri-apps/plugin-updater": "^2.10.1",
"@tiptap/extension-link": "^3.29.0",
"@tiptap/extension-placeholder": "^3.29.0",
"@tiptap/pm": "^3.29.0",
"@tiptap/react": "^3.29.0",
"@tiptap/starter-kit": "^3.29.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"clsx": "^2.1.1",
"docx-preview": "^0.4.0",
"dompurify": "^3.4.13",
"highlight.js": "^11.11.1",
"html-to-image": "^1.11.13",
"katex": "^0.18.4",
"pdfjs-dist": "^5.4.296",
"plyr": "^3.8.4",
"qrcode": "^1.5.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-pdf": "^10.4.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"tailwind-merge": "^3.6.0",
"tiptap-markdown": "^0.9.0",
"use-stick-to-bottom": "^1.1.6",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"yet-another-react-lightbox": "^3.32.1"
},
"devDependencies": {
"@eslint/js": "^9.30.0",
"@tailwindcss/vite": "^4.3.3",
"@tauri-apps/cli": "^2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.5",
"@types/dompurify": "^3.2.0",
"@types/node": "^22.15.0",
"@types/qrcode": "^1.5.6",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"@vitejs/plugin-react-swc": "^3.11.0",
"canvas": "^3.2.3",
"eslint": "^9.30.0",
"eslint-plugin-react-hooks": "^7.1.1",
"jsdom": "^30.0.1",
"tailwindcss": "^4.3.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.65.0",
"vite": "^6.3.5",
"vitest": "^3.2.4"
}
}