Laservall_manager_system_web/package.json

45 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2025-09-25 14:37:32 +08:00
{
"name": "laservall_manager_system",
2025-09-25 14:37:32 +08:00
"private": true,
"version": "3.5.0",
"type": "module",
"scripts": {
"serve": "vite --host",
"dev": "vite --host",
"buildWithCheck": "run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest",
"build": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"clean": "rimraf node_modules"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@microsoft/signalr": "^8.0.7",
"ali-oss": "^6.23.0",
"axios": "^1.3.4",
"echarts": "^5.6.0",
"element-plus": "^2.9.4",
"less": "^4.4.0",
"lodash": "^4.17.21",
"pinia": "^3.0.3",
"qrcode.vue": "^3.6.0",
"sortablejs": "^1.15.3",
"vue": "^3.5.13",
"vue-draggable-next": "^2.2.1",
"vue-router": "^4.5.1",
"vuex": "^4.1.0",
"wangeditor": "^4.7.15"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"sass": "^1.93.2",
"typescript": "~5.6.2",
"vite": "^6.0.1",
"vue-tsc": "^2.1.10"
}
}