package.json 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "relay-control1",
  3. "version": "0.1.0",
  4. "description": "IoT Relay Control Application",
  5. "main": "app.js",
  6. "scripts": {
  7. "dev": "npm run serve",
  8. "serve": "vue-cli-service serve --port 8080",
  9. "build": "vue-cli-service build",
  10. "lint": "eslint --ext .js,.vue src",
  11. "test": "jest"
  12. },
  13. "dependencies": {
  14. "@element-plus/icons-vue": "^2.3.1",
  15. "axios": "^1.6.2",
  16. "bcrypt": "^5.1.1",
  17. "body-parser": "^1.20.2",
  18. "cors": "^2.8.5",
  19. "dayjs": "^1.11.13",
  20. "echarts": "^5.6.0",
  21. "element-plus": "^2.3.14",
  22. "express": "^4.18.2",
  23. "jsonwebtoken": "^9.0.2",
  24. "mqtt": "^5.0.3",
  25. "mysql2": "^3.12.0",
  26. "vue": "^3.3.0",
  27. "vue-router": "^4.2.5",
  28. "winston": "^3.17.0"
  29. },
  30. "devDependencies": {
  31. "@vue/cli-plugin-babel": "^5.0.8",
  32. "@vue/cli-plugin-eslint": "^5.0.8",
  33. "@vue/cli-service": "^5.0.8",
  34. "concurrently": "^9.1.2",
  35. "eslint": "^8.56.0",
  36. "eslint-plugin-vue": "^9.17.0",
  37. "install": "^0.13.0",
  38. "jest": "^29.7.0",
  39. "nodemon": "^3.0.2"
  40. }
  41. }