-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 834 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 834 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
{
"name": "process-manager",
"version": "1.0.2",
"description": "快速搜索进程、端口、PID、路径,支持一键 Kill 进程,支持深色模式",
"type": "module",
"author": "Agitator",
"homepage": "https://github.com/Code-Agitator/process-manager",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && esbuild public/preload/services.js --bundle --platform=node --outfile=dist/preload/services.js"
},
"dependencies": {
"iconv-lite": "^0.7.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.7.0"
},
"devDependencies": {
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.1",
"@ztools-center/ztools-api-types": "^1.0.3",
"esbuild": "^0.28.2",
"typescript": "^7.0.2",
"vite": "^6.0.11"
}
}