-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
68 lines (68 loc) · 1.96 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "e2fly",
"private": true,
"version": "1.7.2",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/0x-jerry/e2fly.git"
},
"keywords": [
"v2fly"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/0x-jerry/e2fly/issues"
},
"homepage": "https://github.com/0x-jerry/e2fly#readme",
"scripts": {
"dev": "tauri dev",
"build": "tauri build",
"dev:web": "vite",
"build:web": "vite build",
"g:icons": "tauri icon assets/logo.png -o src-tauri/icons && tauri icon assets/enabled/logo.png -o src-tauri/icons/enabled",
"g:types": "tsx scripts/gen-config-types.ts",
"release": "x-release"
},
"dependencies": {
"@0x-jerry/vue-kit": "^2.1.0",
"@primevue/themes": "^4.1.1",
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-autostart": "^2.0.0",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
"@tauri-apps/plugin-notification": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-updater": "^2.0.0",
"@tauri-apps/plugin-window-state": "^2.0.0",
"highlight.js": "^11.10.0",
"monaco-editor": "^0.52.0",
"primeicons": "^7.0.0",
"primevue": "^4.1.1",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@0x-jerry/utils": "^3.0.2",
"@0x-jerry/v2ray-schema": "^1.0.5",
"@0x-jerry/x-release": "^2.2.2",
"@iconify-json/carbon": "^1.2.3",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@tauri-apps/cli": "^2.0.3",
"@types/fs-extra": "^11.0.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vueuse/core": "^11.1.0",
"fs-extra": "^11.2.0",
"less": "^4.2.0",
"node-fetch": "^3.3.2",
"normalize.css": "^8.0.1",
"tsx": "^4.19.1",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-icons": "^0.19.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.9"
}
}