mes-vue/package.json
2026-06-29 08:57:49 +08:00

63 lines
1.5 KiB
JSON

{
"name": "mes",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "electron/main.cjs",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"postinstall": "node scripts/copy-draco.js",
"electron:dev": "npm run build && electron .",
"electron:build": "npm run build && electron-builder"
},
"dependencies": {
"@vicons/ionicons5": "^0.12.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/xterm": "^6.0.0",
"axios": "^1.6.5",
"dhtmlx-gantt": "^9.1.4",
"dingtalk-jsapi": "^3.2.9",
"disable-devtool": "^0.3.9",
"echarts": "^6.0.0",
"html2canvas": "^1.4.1",
"jsencrypt": "^3.3.2",
"jspdf": "^4.2.1",
"naive-ui": "^2.37.3",
"pinia": "^2.1.7",
"pinia-plugin-persistedstate": "^3.2.1",
"three": "^0.184.0",
"vue": "^3.4.15",
"vue-draggable-plus": "^0.6.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/three": "^0.184.1",
"@vitejs/plugin-vue": "^5.0.3",
"electron": "^42.5.0",
"electron-builder": "^26.15.3",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vite": "^5.0.11",
"vue-tsc": "^1.8.27"
},
"build": {
"appId": "com.mes.viewer",
"productName": "伊特机械MES",
"win": {
"target": "nsis"
},
"asar": true,
"files": [
"electron/**/*",
"dist/**/*"
],
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
}
}
}