-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 974 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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "catary",
"private": true,
"version": "0.0.4",
"type": "module",
"license": "MIT",
"keywords": [
"tary",
"托盘",
"desktop",
"tauri",
"macos",
"windows",
"linux"
],
"homepage": "ht tps://github.com/catary/idns",
"bugs": "https://github.com/itxve/catary/issues",
"repository": {
"type": "git",
"url": "https://github.com/itxve/catary"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tauri:dev": "RUST_BACKTRACE=full tauri dev"
},
"dependencies": {
"@rollup/plugin-inject": "^5.0.3",
"@tauri-apps/api": "^1.2.0",
"uuid": "^9.0.1",
"vue": "^3.2.37"
},
"devDependencies": {
"@rollup/plugin-alias": "^4.0.2",
"@tauri-apps/cli": "^1.2.0",
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^3.0.1",
"typescript": "^4.6.4",
"vite": "^3.0.2",
"vue-tsc": "^1.0.0"
}
}