FileShareUI/package.json

39 lines
974 B
JSON
Raw Permalink Normal View History

2023-11-17 11:19:59 +08:00
{
2023-11-18 19:59:12 +08:00
"name": "file",
2023-11-17 11:19:59 +08:00
"private": true,
"version": "0.0.0",
"type": "module",
"main": "dist/main.js",
2023-11-17 11:19:59 +08:00
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"electron:dev":"tsc && electron ."
2023-11-17 11:19:59 +08:00
},
"dependencies": {
2023-11-19 16:14:38 +08:00
"@types/crypto-js": "^4.2.1",
"axios": "^1.6.2",
"crypto-js": "^4.2.0",
2023-12-01 21:57:36 +08:00
"echarts": "^5.4.3",
"element-plus": "^2.4.3",
2023-11-19 16:14:38 +08:00
"vant": "^4.7.3",
"vue": "^3.3.4",
"vue-router": "^4.2.5"
2023-11-17 11:19:59 +08:00
},
"devDependencies": {
2023-11-19 16:14:38 +08:00
"@types/node": "^20.9.1",
2023-11-18 19:59:12 +08:00
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
2023-11-19 16:14:38 +08:00
"@vant/auto-import-resolver": "^1.0.2",
2023-11-17 11:19:59 +08:00
"@vitejs/plugin-vue": "^4.2.3",
"electron": "^27.1.3",
2023-11-18 19:59:12 +08:00
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
2023-11-17 11:19:59 +08:00
"typescript": "^5.0.2",
2023-11-19 16:14:38 +08:00
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
2023-11-20 15:41:22 +00:00
"vite": "^5.0.0",
2023-11-17 11:19:59 +08:00
"vue-tsc": "^1.8.5"
}
}