package.json 829 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "tuoren-iot-platform-view",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@ant-design/icons-vue": "^6.1.0",
  13. "@vueuse/core": "^14.1.0",
  14. "ant-design-vue": "^3.2.20",
  15. "axios": "^1.4.0",
  16. "axios-jsonp": "^1.0.4",
  17. "echarts": "^5.5.0",
  18. "path": "^0.12.7",
  19. "pinia": "^2.1.7",
  20. "pinia-use-persist": "^0.0.21",
  21. "terser": "^5.28.1",
  22. "uuid": "^10.0.0",
  23. "vue": "^3.2.47",
  24. "vue-router": "4",
  25. "xlsx": "^0.18.5"
  26. },
  27. "devDependencies": {
  28. "@types/node": "^20.3.1",
  29. "@vitejs/plugin-legacy": "^5.3.1",
  30. "@vitejs/plugin-vue": "^4.1.0",
  31. "less": "^4.2.0",
  32. "typescript": "^5.0.2",
  33. "vite": "^4.3.9",
  34. "vue-tsc": "^1.4.2"
  35. }
  36. }