-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 883 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 883 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
{
"name": "sid-device",
"description": "Network SID Device",
"version": "1.0.2",
"license": "GPL-3.0",
"author": "Wilfred Bos",
"keywords": ["reSID", "SID", "C64", "6581", "8580"],
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/WilfredC64/sid-device.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.7.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@vitejs/plugin-vue": "^6.0.6",
"vite": "^8.0.10",
"vite-svg-loader": "^5.1.1",
"vue": "^3.5.33"
}
}