-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "idns",
"private": true,
"version": "0.0.9",
"type": "module",
"license": "MIT",
"keywords": [
"idns",
"dns",
"desktop",
"tauri",
"macos"
],
"homepage": "https://github.com/itxve/idns",
"bugs": "https://github.com/itxve/idns/issues",
"repository": {
"type": "git",
"url": "https://github.com/itxve/idns"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "RUST_BACKTRACE=full tauri dev",
"updater": "tr updater",
"release": "tr release --git",
"support": "node scripts/support.mjs"
},
"dependencies": {
"@rollup/plugin-inject": "^5.0.3",
"@tauri-apps/api": "^1.2.0",
"vue": "^3.2.37"
},
"devDependencies": {
"@types/minimist": "^1.2.2",
"@actions/github": "^5.1.0",
"@rollup/plugin-alias": "^4.0.2",
"@tauri-release/cli": "^0.2.5",
"@tauri-apps/cli": "^1.2.0",
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^3.0.1",
"naive-ui": "^2.34.2",
"node-fetch": "^3.2.10",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.12.0",
"unplugin-vue-components": "^0.22.11",
"vite": "^3.0.2",
"vue-tsc": "^1.0.0",
"minimist": "^1.2.7"
}
}