package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. "html2canvas": "^1.4.1",
  29. "jspdf": "^2.5.1",
  30. "k-form-designs-gy": "^1.8.7",
  31. "lodash": "^4.17.21",
  32. "ludash": "https://gitee.com/swust_0602/ludash.git#master",
  33. "moment": "^2.29.4",
  34. "pinyin-pro": "^3.11.0",
  35. "qs": "^6.10.3",
  36. "vue": "2.7.14",
  37. "vue-class-component": "^7.2.3",
  38. "vue-property-decorator": "^9.1.2",
  39. "vue-router": "^3.2.0",
  40. "vuex": "^3.4.0",
  41. "vuex-persistedstate": "^4.1.0",
  42. "web-downloadfile": "^0.0.1",
  43. "execa": "^9.5.1",
  44. "inquirer": "^12.1.0"
  45. },
  46. "devDependencies": {
  47. "@babel/cli": "^7.17.10",
  48. "@babel/eslint-parser": "^7.22.10",
  49. "@babel/plugin-proposal-optional-chaining": "^7.21.0",
  50. "@babel/preset-env": "^7.18.2",
  51. "@types/body-parser": "^1.19.2",
  52. "@types/echarts": "^4.9.18",
  53. "@types/lodash": "^4.14.196",
  54. "@types/qs": "^6.9.7",
  55. "@typescript-eslint/eslint-plugin": "^5.4.0",
  56. "@typescript-eslint/parser": "^5.4.0",
  57. "@vue/cli-plugin-babel": "~5.0.0",
  58. "@vue/cli-plugin-eslint": "~5.0.0",
  59. "@vue/cli-plugin-router": "~5.0.0",
  60. "@vue/cli-plugin-typescript": "~5.0.0",
  61. "@vue/cli-plugin-vuex": "~5.0.0",
  62. "@vue/cli-service": "~5.0.0",
  63. "@vue/eslint-config-prettier": "7.0.0",
  64. "@vue/eslint-config-typescript": "^9.1.0",
  65. "antd-theme-webpack-plugin": "^1.3.9",
  66. "babel-eslint": "^10.1.0",
  67. "babel-plugin-import": "^1.13.0",
  68. "babel-polyfill": "6.26.0",
  69. "core-js": "^3.32.2",
  70. "eslint": "^7.32.0",
  71. "eslint-config-prettier": "^8.3.0",
  72. "eslint-plugin-prettier": "^4.0.0",
  73. "eslint-plugin-vue": "^8.0.3",
  74. "less": "^2.7.2",
  75. "less-loader": "6",
  76. "prettier": "2.5.1",
  77. "typescript": "~4.1.5",
  78. "vue-eslint-parser": "^9.3.1",
  79. "vue-template-compiler": "2.7.14"
  80. },
  81. "resolutions": {
  82. "@achrinza/node-ipc": "9.2.9"
  83. },
  84. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
  85. }