package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "admin",
  3. "version": "1.0.0",
  4. "buildName": "admin",
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "vite build",
  8. "build:all": "node ./scripts/build.js all",
  9. "build:wgt": "node ./scripts/build.js wgt",
  10. "server:all:all": "node ./scripts/server.js all all",
  11. "server:all:wgt": "node ./scripts/server.js all wgt",
  12. "server:test:all": "node ./scripts/server.js test all",
  13. "server:test:wgt": "node ./scripts/server.js test wgt",
  14. "server:user:all": "node ./scripts/server.js user all",
  15. "server:user:wgt": "node ./scripts/server.js user wgt",
  16. "lint": "eslint --ext .js,.vue src",
  17. "lint:fix": "eslint . --fix"
  18. },
  19. "dependencies": {
  20. "axios": "^1.7.7",
  21. "crypto-js": "^4.2.0",
  22. "dayjs": "^1.11.13",
  23. "echarts": "^5.5.1",
  24. "element-plus": "2.8.7",
  25. "hc-vue3-ui": "^4.4.3",
  26. "js-base64": "^3.7.7",
  27. "js-fast-way": "^0.5.6",
  28. "js-md5": "^0.8.3",
  29. "nprogress": "^0.2.0",
  30. "pinia": "^2.2.6",
  31. "vue": "3.5.12",
  32. "vue-router": "^4.4.5",
  33. "vuedraggable": "^4.1.0"
  34. },
  35. "devDependencies": {
  36. "@iconify-json/iconoir": "^1.2.3",
  37. "@iconify-json/ri": "^1.2.3",
  38. "@unocss/eslint-config": "^0.58.9",
  39. "@vitejs/plugin-vue": "^5.1.4",
  40. "@vue/compiler-sfc": "^3.5.12",
  41. "archiver": "^7.0.1",
  42. "bignumber.js": "^9.1.2",
  43. "eslint": "^8.56.0",
  44. "eslint-plugin-vue": "^9.24.0",
  45. "sass": "^1.78.0",
  46. "screenfull": "^6.0.2",
  47. "typescript": "^5.6.3",
  48. "unocss": "^0.58.9",
  49. "unocss-preset-extra": "^0.5.3",
  50. "vite": "^5.4.10"
  51. }
  52. }