-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 880 Bytes
/
package.json
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.1.1",
"@tauri-apps/plugin-dialog": "^2.0.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@tauri-apps/cli": "^2.1.0",
"@vitejs/plugin-vue": "^5.2.1",
"vite": "^6.0.3",
"vite-svg-loader": "^5.1.0"
}
}