package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "remote": {
  3. "host": "47.93.22.124",
  4. "path": "/opt/web/doc/web",
  5. "user": "doc",
  6. "password": "saga2020(^cloud==",
  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-web/base": "2.2.1",
  17. "@persagy-web/big": "2.2.16",
  18. "@persagy-web/draw": "2.2.6",
  19. "@persagy-web/graph": "2.2.21",
  20. "@persagy-vue/doc": "1.1.36",
  21. "axios": "^0.19.2",
  22. "element-ui": "^2.12.0",
  23. "vue": "^2.6.10",
  24. "vue-property-decorator": "^8.4.2",
  25. "vue-class-component": "^7.0.2"
  26. },
  27. "devDependencies": {
  28. "@typescript-eslint/eslint-plugin": "^2.33.0",
  29. "@typescript-eslint/parser": "^2.33.0",
  30. "eslint": "^7.0.0",
  31. "eslint-config-prettier": "^6.11.0",
  32. "eslint-plugin-prettier": "^3.1.3",
  33. "@types/uuid": "^8.0.0",
  34. "@vue/cli-plugin-babel": "^3.9.0",
  35. "@vue/cli-plugin-typescript": "^3.9.0",
  36. "@vue/cli-service": "^3.9.0",
  37. "@vuepress/plugin-back-to-top": "^1.2.0",
  38. "less": "^3.12.2",
  39. "less-loader": "^6.2.0",
  40. "node-ssh": "^6.0.0",
  41. "polybooljs": "^1.2.0",
  42. "ts-loader": "^7.0.4",
  43. "typescript": "^3.9.2",
  44. "vue-template-compiler": "^2.6.10",
  45. "vuepress": "^1.2.0",
  46. "vuepress-plugin-mathjax": "^1.2.8",
  47. "vuepress-plugin-typescript": "^0.2.0",
  48. "vuepress-types": "^0.9.2"
  49. }
  50. }