package.json 775 B

12345678910111213141516171819202122232425262728293031323334
  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. "ant-design-vue": "^3.2.20",
  14. "axios": "^1.4.0",
  15. "axios-jsonp": "^1.0.4",
  16. "echarts": "^5.5.0",
  17. "path": "^0.12.7",
  18. "pinia": "^2.1.7",
  19. "pinia-use-persist": "^0.0.21",
  20. "terser": "^5.28.1",
  21. "uuid": "^10.0.0",
  22. "vue": "^3.2.47",
  23. "vue-router": "4"
  24. },
  25. "devDependencies": {
  26. "@types/node": "^20.3.1",
  27. "@vitejs/plugin-legacy": "^5.3.1",
  28. "@vitejs/plugin-vue": "^4.1.0",
  29. "less": "^4.2.0",
  30. "typescript": "^5.0.2",
  31. "vite": "^4.3.9",
  32. "vue-tsc": "^1.4.2"
  33. }
  34. }