2024-04-14 23:29:34 +08:00
|
|
|
{
|
|
|
|
"name": "easytier-gui",
|
|
|
|
"type": "module",
|
2024-10-13 12:16:42 +08:00
|
|
|
"version": "2.0.3",
|
2024-05-06 10:49:53 +08:00
|
|
|
"private": true,
|
2024-10-22 14:08:25 +08:00
|
|
|
"packageManager": "pnpm@9.12.1+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4",
|
2024-04-14 23:29:34 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
|
|
"preview": "vite preview",
|
2024-05-06 10:49:53 +08:00
|
|
|
"tauri": "tauri",
|
2024-05-07 14:33:26 +08:00
|
|
|
"lint": "eslint . --ignore-pattern src-tauri",
|
|
|
|
"lint:fix": "eslint . --ignore-pattern src-tauri --fix"
|
2024-04-14 23:29:34 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-11-10 23:03:40 +08:00
|
|
|
"@primevue/themes": "^4.2.1",
|
|
|
|
"@tauri-apps/plugin-autostart": "2.0.0",
|
|
|
|
"@tauri-apps/plugin-clipboard-manager": "2.0.0",
|
|
|
|
"@tauri-apps/plugin-os": "2.0.0",
|
|
|
|
"@tauri-apps/plugin-process": "2.0.0",
|
|
|
|
"@tauri-apps/plugin-shell": "2.0.1",
|
|
|
|
"@vueuse/core": "^11.2.0",
|
2024-10-08 09:21:47 +08:00
|
|
|
"aura": "link:@primevue\\themes\\aura",
|
2024-11-10 23:03:40 +08:00
|
|
|
"easytier-frontend-lib": "workspace:*",
|
2024-09-27 02:05:24 +08:00
|
|
|
"ip-num": "1.5.1",
|
2024-10-08 09:21:47 +08:00
|
|
|
"pinia": "^2.2.4",
|
2024-11-10 23:03:40 +08:00
|
|
|
"primevue": "^4.2.1",
|
|
|
|
"tauri-plugin-vpnservice-api": "workspace:*",
|
|
|
|
"vue": "^3.5.12",
|
2024-10-08 09:21:47 +08:00
|
|
|
"vue-router": "^4.4.5"
|
2024-04-14 23:29:34 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-10-08 09:21:47 +08:00
|
|
|
"@antfu/eslint-config": "^3.7.3",
|
|
|
|
"@intlify/unplugin-vue-i18n": "^5.2.0",
|
|
|
|
"@primevue/auto-import-resolver": "^4.1.0",
|
2024-11-10 23:03:40 +08:00
|
|
|
"@tauri-apps/api": "2.1.0",
|
|
|
|
"@tauri-apps/cli": "2.1.0",
|
2024-10-08 09:21:47 +08:00
|
|
|
"@types/node": "^22.7.4",
|
2024-09-11 09:13:00 +08:00
|
|
|
"@types/uuid": "^10.0.0",
|
2024-10-08 09:21:47 +08:00
|
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
2024-11-10 23:03:40 +08:00
|
|
|
"@vue-macros/volar": "0.30.5",
|
2024-08-07 21:27:38 +08:00
|
|
|
"autoprefixer": "^10.4.20",
|
2024-10-08 09:21:47 +08:00
|
|
|
"eslint": "^9.12.0",
|
2024-07-08 23:18:10 +08:00
|
|
|
"eslint-plugin-format": "^0.1.2",
|
2024-08-08 22:03:22 +08:00
|
|
|
"internal-ip": "^8.0.0",
|
2024-10-08 09:21:47 +08:00
|
|
|
"postcss": "^8.4.47",
|
|
|
|
"tailwindcss": "^3.4.13",
|
2024-09-11 09:13:00 +08:00
|
|
|
"typescript": "^5.6.2",
|
2024-10-08 09:21:47 +08:00
|
|
|
"unplugin-auto-import": "^0.18.3",
|
2024-08-15 22:21:13 +08:00
|
|
|
"unplugin-vue-components": "^0.27.4",
|
2024-11-10 23:03:40 +08:00
|
|
|
"unplugin-vue-macros": "^2.13.3",
|
2024-05-05 23:10:42 +08:00
|
|
|
"unplugin-vue-markdown": "^0.26.2",
|
2024-09-11 09:13:00 +08:00
|
|
|
"unplugin-vue-router": "^0.10.8",
|
|
|
|
"uuid": "^10.0.0",
|
2024-10-08 09:21:47 +08:00
|
|
|
"vite": "^5.4.8",
|
|
|
|
"vite-plugin-vue-devtools": "^7.4.6",
|
2024-05-05 23:10:42 +08:00
|
|
|
"vite-plugin-vue-layouts": "^0.11.0",
|
2024-09-11 09:13:00 +08:00
|
|
|
"vue-i18n": "^10.0.0",
|
2024-11-10 23:03:40 +08:00
|
|
|
"vue-tsc": "^2.1.10"
|
2024-10-22 14:08:25 +08:00
|
|
|
}
|
2024-09-11 09:13:00 +08:00
|
|
|
}
|