package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "remote": {
  3. "host": "47.93.22.124",
  4. "path": "/opt/web/doc/web",
  5. "user": "root",
  6. "password": "WWW.persagy.Com@2021%#$&",
  7. "local": "docs/.vuepress/dist"
  8. },
  9. "scripts": {
  10. "dev": "vuepress dev docs",
  11. "build": "vuepress build docs",
  12. "publish": "node publish.js",
  13. "lint": "eslint docs/**/*.{js,ts,tsx}"
  14. },
  15. "dependencies": {
  16. "@persagy-vue/doc": "1.1.36",
  17. "@persagy-web/base": "2.2.1",
  18. "@persagy-web/big": "2.2.49",
  19. "@persagy-web/draw": "2.2.13",
  20. "@persagy-web/graph": "2.2.45",
  21. "axios": "^0.19.2",
  22. "element-ui": "^2.12.0",
  23. "vue": "^2.6.10",
  24. "vue-class-component": "^7.0.2",
  25. "vue-property-decorator": "^8.4.2",
  26. "vue-server-renderer": "^2.6.10"
  27. },
  28. "devDependencies": {
  29. "@typescript-eslint/eslint-plugin": "^2.33.0",
  30. "@typescript-eslint/parser": "^2.33.0",
  31. "eslint": "^7.0.0",
  32. "eslint-config-prettier": "^6.11.0",
  33. "eslint-plugin-prettier": "^3.1.3",
  34. "@types/uuid": "^8.0.0",
  35. "@vue/cli-plugin-babel": "^3.9.0",
  36. "@vue/cli-plugin-typescript": "^3.9.0",
  37. "@vue/cli-service": "^3.9.0",
  38. "@vuepress/plugin-back-to-top": "^1.2.0",
  39. "less": "^3.12.2",
  40. "less-loader": "^6.2.0",
  41. "node-ssh": "^6.0.0",
  42. "polybooljs": "^1.2.0",
  43. "ts-loader": "^7.0.4",
  44. "typescript": "^3.9.2",
  45. "vue-template-compiler": "^2.6.10",
  46. "vuepress": "^1.2.0",
  47. "vuepress-plugin-mathjax": "^1.2.8",
  48. "vuepress-plugin-typescript": "^0.2.0",
  49. "vuepress-types": "^0.9.2"
  50. }
  51. }