-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 859 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 859 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
{
"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:dev": "tauri dev",
"tauri:build": "tauri build && node src-tauri/copy-dist.js"
},
"devDependencies": {
"@tauri-apps/api": "^2.11.1",
"@tauri-apps/cli": "^2.11.4",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@vitejs/plugin-vue": "^6.0.7",
"vite": "^8.1.4",
"vite-svg-loader": "^5.1.1",
"vue": "^3.5.39"
}
}