package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "name": "@workspace/init",
  3. "version": "1.0.0",
  4. "description": "项目合集",
  5. "type": "module",
  6. "license": "MIT",
  7. "private": true,
  8. "workspaces": [
  9. "packages/*",
  10. "workspace/*",
  11. "templates/*"
  12. ],
  13. "engines": {
  14. "node": ">=18"
  15. },
  16. "scripts": {
  17. "all": "yarn workspaces info [--json]",
  18. "serve": "node scripts/dev.js",
  19. "build": "node scripts/build.js"
  20. },
  21. "dependencies": {
  22. "@vue/composition-api": "^1.7.1",
  23. "ant-design-vue": "^1.7.8",
  24. "axios": "^0.26.0",
  25. "blue-ui": "https://gitee.com/swust_0602/blue-ui.git#master",
  26. "browserslist": "^4.21.3",
  27. "echarts": "^4.8.0",
  28. "execa": "^9.5.1",
  29. "html2canvas": "^1.4.1",
  30. "inquirer": "^12.1.0",
  31. "jspdf": "^2.5.1",
  32. "k-form-designs": "^1.2.7",
  33. "k-form-designs-gy": "^1.8.7",
  34. "lodash": "^4.17.21",
  35. "ludash": "https://gitee.com/swust_0602/ludash.git#master",
  36. "moment": "^2.29.4",
  37. "pinyin-pro": "^3.11.0",
  38. "qs": "^6.10.3",
  39. "vue": "2.7.14",
  40. "vue-class-component": "^7.2.3",
  41. "vue-infinite-scroll": "^2.0.2",
  42. "vue-property-decorator": "^9.1.2",
  43. "vue-router": "^3.2.0",
  44. "vuex": "^3.4.0",
  45. "vuex-persistedstate": "^4.1.0",
  46. "web-downloadfile": "^0.0.1"
  47. },
  48. "devDependencies": {
  49. "@babel/cli": "^7.17.10",
  50. "@babel/eslint-parser": "^7.22.10",
  51. "@babel/plugin-proposal-optional-chaining": "^7.21.0",
  52. "@babel/preset-env": "^7.18.2",
  53. "@types/body-parser": "^1.19.2",
  54. "@types/echarts": "^4.9.18",
  55. "@types/lodash": "^4.14.196",
  56. "@types/qs": "^6.9.7",
  57. "@typescript-eslint/eslint-plugin": "^5.4.0",
  58. "@typescript-eslint/parser": "^5.4.0",
  59. "@vue/cli-plugin-babel": "~5.0.0",
  60. "@vue/cli-plugin-eslint": "~5.0.0",
  61. "@vue/cli-plugin-router": "~5.0.0",
  62. "@vue/cli-plugin-typescript": "~5.0.0",
  63. "@vue/cli-plugin-vuex": "~5.0.0",
  64. "@vue/cli-service": "~5.0.0",
  65. "@vue/eslint-config-prettier": "7.0.0",
  66. "@vue/eslint-config-typescript": "^9.1.0",
  67. "antd-theme-webpack-plugin": "^1.3.9",
  68. "babel-eslint": "^10.1.0",
  69. "babel-plugin-import": "^1.13.0",
  70. "babel-polyfill": "6.26.0",
  71. "core-js": "^3.32.2",
  72. "eslint": "^7.32.0",
  73. "eslint-config-prettier": "^8.3.0",
  74. "eslint-plugin-prettier": "^4.0.0",
  75. "eslint-plugin-vue": "^8.0.3",
  76. "less": "^2.7.2",
  77. "less-loader": "6",
  78. "prettier": "2.5.1",
  79. "typescript": "~4.1.5",
  80. "vue-eslint-parser": "^9.3.1",
  81. "vue-template-compiler": "2.7.14"
  82. },
  83. "resolutions": {
  84. "@achrinza/node-ipc": "9.2.9"
  85. },
  86. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
  87. }