-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 846 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 846 Bytes
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
{
"name": "glide",
"version": "1.0.0",
"description": "鼠脑 · Glide AI Agent",
"type": "module",
"scripts": {
"dev": "tsx dev.ts",
"start": "tsx start.ts",
"kernel": "tsx watch start.ts",
"server": "tsx watch apps/server/http-server.ts",
"dashboard": "npm run dev --prefix apps/dashboard"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"cors": "^2.8.5",
"express": "^4.18.2",
"mammoth": "^1.12.0",
"ollama": "^0.6.3",
"pdf-parse": "^2.4.5",
"pdfjs-dist": "^5.6.205",
"ws": "^8.20.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.2",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.19.39",
"@types/ws": "^8.18.1",
"ts-morph": "^28.0.0",
"tsx": "^4.7.0",
"typescript": "^5.4.0"
}
}