- Introduced the tauri-plugin-os, tauri-plugin-shell, and tauri-plugin-process plugins - Added the coreStart function to execute shell commands to start the core - Added the coreLog page and MainConsole component for debugging output - Introduced vue-web-terminal to implement a terminal interface - Removed the old Exe and Group modules and related code
48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"name": "spary",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/roboto": "5.2.7",
|
|
"@mdi/font": "7.4.47",
|
|
"@tauri-apps/api": "^2",
|
|
"@tauri-apps/plugin-fs": "~2",
|
|
"@tauri-apps/plugin-opener": "^2",
|
|
"@tauri-apps/plugin-os": "~2",
|
|
"@tauri-apps/plugin-process": "~2",
|
|
"@tauri-apps/plugin-shell": "~2",
|
|
"@tauri-apps/plugin-sql": "~2",
|
|
"vue": "^3.5.21",
|
|
"vue-i18n": "^11.1.12",
|
|
"vue-router": "^4.5.1",
|
|
"vue-web-terminal": "^3.4.1",
|
|
"vuetify": "^3.10.1",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2",
|
|
"@tsconfig/node22": "^22.0.0",
|
|
"@types/node": "^22.9.0",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"eslint": "^9.35.0",
|
|
"eslint-config-vuetify": "^4.2.0",
|
|
"npm-run-all2": "^8.0.4",
|
|
"sass-embedded": "^1.92.1",
|
|
"typescript": "~5.9.2",
|
|
"unplugin-fonts": "^1.4.0",
|
|
"unplugin-vue-components": "^29.0.0",
|
|
"unplugin-vue-router": "^0.15.0",
|
|
"vite": "^7.1.5",
|
|
"vite-plugin-vuetify": "^2.1.2",
|
|
"vue-tsc": "^3.0.7"
|
|
}
|
|
}
|