-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 831 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
{
"name": "heos-controller",
"version": "2.0.3",
"description": "Controller for Denon Heos speakers",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "node scripts/build.js",
"build:vite": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"posttauri": "pnpm run sign",
"sign": "node scripts/sign.js",
"open": "node scripts/open.js"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-store": "^2.4.3",
"bootstrap": "^5.3.8",
"bootstrap-icons": "^1.13.1",
"jquery": "^4.0.0",
"jquery-knob": "github:aterrien/jQuery-Knob"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.1",
"vite": "^8.0.11"
},
"license": "ISC",
"author": "Christopher Davison"
}