mirror of https://gitee.com/godoos/godoos.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.5 KiB
57 lines
1.5 KiB
{
|
|
"name": "godoos-desktop",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@tauri-apps/plugin-autostart": "~2",
|
|
"@tauri-apps/plugin-dialog": "~2.2.1",
|
|
"@tauri-apps/plugin-fs": "~2.2.1",
|
|
"@types/file-saver": "^2.0.7",
|
|
"axios": "^1.7.9",
|
|
"chart.js": "^4.4.7",
|
|
"cherry-markdown": "^0.8.58",
|
|
"dexie": "^4.0.10",
|
|
"element-plus": "^2.3.9",
|
|
"exceljs": "^4.4.0",
|
|
"file-saver": "^2.0.5",
|
|
"js-md5": "^0.8.3",
|
|
"lunar-typescript": "^1.7.6",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^2.1.6",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"pptxtojson": "^1.1.1",
|
|
"svg-pathdata": "^7.1.0",
|
|
"swiper": "^11.2.1",
|
|
"tinycolor2": "^1.6.0",
|
|
"vue": "^3.3.4",
|
|
"vue-i18n": "^11.0.1",
|
|
"vue-monoplasty-slide-verify": "^1.3.1",
|
|
"vue-router": "^4.2.4",
|
|
"vue-slider-captcha": "^0.1.2",
|
|
"vue-web-screen-shot": "^1.5.3",
|
|
"vue3-lottie": "^3.3.1",
|
|
"x-data-spreadsheet": "^1.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.5.0",
|
|
"@types/exceljs": "^1.3.2",
|
|
"@types/node": "^22.10.10",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"less": "^4.2.2",
|
|
"sass": "^1.83.4",
|
|
"typescript": "^5.0.2",
|
|
"unplugin-auto-import": "^19.0.0",
|
|
"unplugin-vue-components": "^28.0.0",
|
|
"vite": "^4.4.5",
|
|
"vite-plugin-vue-devtools": "^7.7.0",
|
|
"vue-tsc": "^1.8.5"
|
|
}
|
|
}
|
|
|