package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "persagy-plan-editer",
  3. "version": "0.1.4",
  4. "remote": {
  5. "host": "60.205.177.43",
  6. "path": "/root/apps/web/persagyPlan",
  7. "user": "root",
  8. "password": "persagy_2021Persagy%#$",
  9. "local": "persagyPlan"
  10. },
  11. "scripts": {
  12. "serve": "vue-cli-service serve",
  13. "build_aly": "vue-cli-service build --mode aly",
  14. "build_prod": "vue-cli-service build --mode production",
  15. "lint": "vue-cli-service lint",
  16. "publish": "node publish.js",
  17. "version": "node version.js"
  18. },
  19. "dependencies": {
  20. "@persagy-web/base": "2.2.1",
  21. "@persagy-web/big": "2.2.35",
  22. "@persagy-web/draw": "2.2.9",
  23. "@persagy-web/graph": "2.2.36",
  24. "@persagy-web/big-edit": "2.2.10",
  25. "@persagy-web/edit": "2.2.9",
  26. "@types/uuid": "^8.0.0",
  27. "ant-design-vue": "^1.6.5",
  28. "axios": "^0.20.0",
  29. "compression-webpack-plugin": "^5.0.2",
  30. "core-js": "^3.6.5",
  31. "crypto-js": "^4.0.0",
  32. "element-ui": "^2.13.2",
  33. "lodash": "^4.17.20",
  34. "meri-design": "1.4.3",
  35. "vue": "^2.6.11",
  36. "vue-class-component": "^7.2.3",
  37. "vue-property-decorator": "^8.4.2",
  38. "vue-router": "^3.2.0",
  39. "vuex": "^3.4.0"
  40. },
  41. "devDependencies": {
  42. "@typescript-eslint/eslint-plugin": "^2.33.0",
  43. "@typescript-eslint/parser": "^2.33.0",
  44. "@vue/cli-plugin-babel": "^4.5.0",
  45. "@vue/cli-plugin-eslint": "^4.5.0",
  46. "@vue/cli-plugin-router": "^4.5.0",
  47. "@vue/cli-plugin-typescript": "^4.5.0",
  48. "@vue/cli-plugin-vuex": "^4.5.0",
  49. "@vue/cli-service": "^4.5.0",
  50. "@vue/eslint-config-typescript": "^5.0.2",
  51. "babel-plugin-component": "^1.1.1",
  52. "babel-plugin-import": "^1.12.0",
  53. "eslint": "^6.7.2",
  54. "eslint-plugin-vue": "^6.2.2",
  55. "less": "^3.0.4",
  56. "less-loader": "^5.0.0",
  57. "node-ssh": "^6.0.0",
  58. "polybooljs": "^1.2.0",
  59. "svgo": "^1.3.2",
  60. "svgo-loader": "^2.2.1",
  61. "typescript": "~3.9.3",
  62. "vue-template-compiler": "^2.6.11",
  63. "webpack-bundle-analyzer": "^3.8.0"
  64. }
  65. }