package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name": "iot-dc3-web",
  3. "version": "2023.4.5",
  4. "private": true,
  5. "author": "pnoker",
  6. "description": "DC3 IoT 平台前端页面",
  7. "scripts": {
  8. "serve": "vite --host --mode dev",
  9. "pre": "vite --host --mode pre",
  10. "build": "vite build --mode pro",
  11. "build:dev": "vue-tsc && vite build --mode dev",
  12. "build:mock": "vue-tsc && vite build --mode mock",
  13. "build:test": "vue-tsc && vite build --mode test",
  14. "build:pre": "vue-tsc && vite build --mode pre",
  15. "preview": "vite preview",
  16. "lint": "vue-cli-service lint"
  17. },
  18. "dependencies": {
  19. "@amap/amap-jsapi-loader": "^1.0.1",
  20. "@antv/g2plot": "^2.4.31",
  21. "@element-plus/icons-vue": "^2.1.0",
  22. "axios": "^1.4.0",
  23. "clipboard": "^2.0.11",
  24. "core-js": "^3.31.1",
  25. "dotenv": "^16.3.1",
  26. "echarts": "^5.4.2",
  27. "element-plus": "^2.3.7",
  28. "highlight.js": "^11.8.0",
  29. "js-base64": "^3.7.5",
  30. "js-cookie": "^3.0.5",
  31. "marked": "^5.1.1",
  32. "minimist": "^1.2.8",
  33. "mitt": "^3.0.1",
  34. "moment": "^2.29.4",
  35. "nprogress": "^0.2.0",
  36. "path": "^0.12.7",
  37. "pinia": "^2.1.4",
  38. "screenfull": "^6.0.2",
  39. "ts-md5": "^1.3.1",
  40. "vue": "^3.3.4",
  41. "vue-class-component": "^8.0.0-0",
  42. "vue-router": "^4.2.4",
  43. "vuex": "^4.1.0"
  44. },
  45. "devDependencies": {
  46. "@types/highlight.js": "^10.1.0",
  47. "@types/js-base64": "^3.3.1",
  48. "@types/js-cookie": "^3.0.3",
  49. "@types/node": "^20.4.2",
  50. "@types/nprogress": "^0.2.0",
  51. "@typescript-eslint/eslint-plugin": "^6.0.0",
  52. "@typescript-eslint/parser": "^6.0.0",
  53. "@vitejs/plugin-legacy": "^4.1.0",
  54. "@vitejs/plugin-vue": "^4.2.3",
  55. "@vue/eslint-config-typescript": "^11.0.3",
  56. "eslint": "^8.44.0",
  57. "eslint-config-prettier": "^8.8.0",
  58. "eslint-plugin-prettier": "^5.0.0",
  59. "eslint-plugin-vue": "^9.15.1",
  60. "prettier": "^3.0.0",
  61. "prettier-eslint": "^15.0.1",
  62. "sass": "^1.63.6",
  63. "terser": "^5.19.0",
  64. "typescript": "~5.1.6",
  65. "unplugin-auto-import": "^0.16.6",
  66. "unplugin-vue-components": "^0.25.1",
  67. "vite": "^4.4.3",
  68. "vue-template-compiler": "^2.7.14",
  69. "vue-tsc": "^1.8.4"
  70. }
  71. }