-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.76 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 2.76 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
{
"name": "sentinel",
"version": "0.1.0",
"description": "Your Development Guardian - Process Manager & System Monitor built by GLINCKER",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"format": "prettier --write \"src/**/*.{js,svelte,css,html}\"",
"format:check": "prettier --check \"src/**/*.{js,svelte,css,html}\"",
"lint": "eslint src --ext .js,.svelte",
"lint:fix": "eslint src --ext .js,.svelte --fix",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"commit": "cz",
"hooks:install": "lefthook install",
"hooks:uninstall": "lefthook uninstall"
},
"dependencies": {
"@tanstack/svelte-virtual": "^3.13.12",
"@tauri-apps/api": "^2.9.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-shell": "^2.3.1",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-search": "^0.15.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"ansi-to-html": "^0.7.2",
"lucide-svelte": "^0.546.0",
"simple-icons": "^15.17.0",
"svelte": "^5.41.1",
"svelte-sonner": "^1.0.5",
"svelte-virtual-list-ce": "3.1.0-beta.2",
"tauri-pty": "^0.1.1",
"uplot": "^1.6.32"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.1",
"@eslint/js": "^9.38.0",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tauri-apps/cli": "^2.9.0",
"@testing-library/svelte": "^5.2.8",
"@vitest/coverage-v8": "^3.2.4",
"autoprefixer": "^10.4.21",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.38.0",
"eslint-plugin-svelte": "^3.12.5",
"globals": "^15.14.0",
"jsdom": "^27.0.1",
"lefthook": "^1.10.3",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"sharp": "^0.34.4",
"svelte-eslint-parser": "^1.4.0",
"tailwindcss": "^4.1.15",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.11",
"vitest": "^3.2.4"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"packageManager": "pnpm@9.15.0",
"repository": {
"type": "git",
"url": "https://github.com/glincker/sentinel.git"
},
"keywords": [
"process-manager",
"system-monitor",
"developer-tools",
"docker",
"containers",
"devops",
"tauri",
"rust",
"svelte",
"glinr",
"glincker"
],
"author": "Glincker (A GLINR Product)",
"license": "MIT",
"bugs": {
"url": "https://github.com/glincker/sentinel/issues"
},
"homepage": "https://glincker.com/sentinel"
}