package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "persagy_topo_editer",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve",
  7. "build": "vue-cli-service build",
  8. "lint": "vue-cli-service lint"
  9. },
  10. "dependencies": {
  11. "@persagy-web/base": "2.2.1",
  12. "@persagy-web/big": "2.2.13",
  13. "@persagy-web/draw": "2.2.8",
  14. "@persagy-web/graph": "2.2.17",
  15. "ant-design-vue": "^1.6.5",
  16. "axios": "^0.20.0",
  17. "core-js": "^3.6.5",
  18. "element-ui": "^2.13.2",
  19. "lodash": "^4.17.20",
  20. "meri-design": "^1.3.8",
  21. "vue": "^2.6.11",
  22. "vue-class-component": "^7.2.3",
  23. "vue-property-decorator": "^8.4.2",
  24. "vue-router": "^3.2.0",
  25. "vuex": "^3.4.0"
  26. },
  27. "devDependencies": {
  28. "babel-plugin-import": "^1.12.0",
  29. "@typescript-eslint/eslint-plugin": "^2.33.0",
  30. "@typescript-eslint/parser": "^2.33.0",
  31. "@vue/cli-plugin-babel": "^4.5.0",
  32. "@vue/cli-plugin-eslint": "^4.5.0",
  33. "@vue/cli-plugin-router": "^4.5.0",
  34. "@vue/cli-plugin-typescript": "^4.5.0",
  35. "@vue/cli-plugin-vuex": "^4.5.0",
  36. "@vue/cli-service": "^4.5.0",
  37. "@vue/eslint-config-typescript": "^5.0.2",
  38. "babel-plugin-component": "^1.1.1",
  39. "eslint": "^6.7.2",
  40. "eslint-plugin-vue": "^6.2.2",
  41. "less": "^3.0.4",
  42. "less-loader": "^5.0.0",
  43. "polybooljs": "^1.2.0",
  44. "typescript": "~3.9.3",
  45. "vue-template-compiler": "^2.6.11"
  46. }
  47. }