package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "name": "pig-ui",
  3. "version": "3.9.0",
  4. "description": "PIGCLOUD微服务开发平台",
  5. "author": "pig4cloud",
  6. "license": "Apache-2.0",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite --force",
  10. "build": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build",
  11. "build:docker": "cross-env NODE_OPTIONS=--max-old-space-size=4096 vite build --outDir ./docker/dist/",
  12. "lint:eslint": "eslint --fix --ext .js,.cjs,.mjs,.ts,.vue ./src",
  13. "pub": "node publish.mjs",
  14. "prettier": "prettier --write .",
  15. "preview": "vite preview",
  16. "serve": "npx serve dist"
  17. },
  18. "dependencies": {
  19. "@element-plus/icons-vue": "2.3.1",
  20. "@vueuse/core": "10.4.1",
  21. "@wangeditor-next/editor": "5.6.34",
  22. "@wangeditor-next/editor-for-vue": "5.1.14",
  23. "autoprefixer": "10.4.20",
  24. "axios": "1.7.9",
  25. "chalk": "^5.4.1",
  26. "child_process": "^1.0.2",
  27. "china-area-data": "^5.0.1",
  28. "codemirror": "5.65.18",
  29. "crypto-js": "4.2.0",
  30. "dayjs": "^1.11.13",
  31. "dotenv": "^17.2.1",
  32. "driver.js": "1.3.1",
  33. "echarts": "5.5.1",
  34. "echarts-countries-js": "^1.0.5",
  35. "element-plus": "2.8.7",
  36. "fs": "0.0.1-security",
  37. "js-cookie": "3.0.5",
  38. "less": "^4.4.1",
  39. "mitt": "3.0.1",
  40. "nprogress": "0.2.0",
  41. "ora": "^8.2.0",
  42. "pinia": "2.3.0",
  43. "postcss": "8.4.49",
  44. "qs": "6.13.1",
  45. "screenfull": "6.0.2",
  46. "sm-crypto": "0.3.13",
  47. "sortablejs": "1.15.6",
  48. "splitpanes": "3.1.8",
  49. "ssh2": "^1.16.0",
  50. "ssh2-sftp-client": "^12.0.1",
  51. "tailwindcss": "3.4.17",
  52. "vue": "3.5.13",
  53. "vue-clipboard3": "2.0.0",
  54. "vue-echarts": "7.0.3",
  55. "vue-i18n": "9.14.2",
  56. "vue-router": "4.4.5",
  57. "vuedraggable": "4.1.0"
  58. },
  59. "devDependencies": {
  60. "@swc/core": "1.6.13",
  61. "@types/node": "20.0.0",
  62. "@types/nprogress": "0.2.3",
  63. "@types/sortablejs": "1.15.8",
  64. "@types/xlsx": "^0.0.35",
  65. "@typescript-eslint/eslint-plugin": "8.17.0",
  66. "@typescript-eslint/parser": "8.17.0",
  67. "@vitejs/plugin-vue": "5.2.1",
  68. "@vue/compiler-sfc": "3.5.13",
  69. "consola": "3.2.3",
  70. "cross-env": "7.0.3",
  71. "eslint": "9.14.0",
  72. "eslint-plugin-vue": "9.32.0",
  73. "glob": "9.3.5",
  74. "pinia-plugin-persist": "1.0.0",
  75. "prettier": "3.4.2",
  76. "terser": "5.36.0",
  77. "typescript": "5.6.3",
  78. "unplugin-auto-import": "0.18.6",
  79. "unplugin-vue-setup-extend": "^0.3.5",
  80. "vite": "5.4.11",
  81. "vite-plugin-compression": "0.5.1",
  82. "vite-plugin-top-level-await": "1.4.4",
  83. "vue-eslint-parser": "9.4.3"
  84. },
  85. "browserslist": [
  86. "> 1%",
  87. "last 2 versions",
  88. "not dead"
  89. ],
  90. "bugs": {
  91. "url": "https://pig4cloud.com"
  92. },
  93. "engines": {
  94. "node": ">=18.0.0",
  95. "npm": ">= 8.0.0"
  96. },
  97. "keywords": [
  98. "vue",
  99. "vue3",
  100. "vuejs/vue-next",
  101. "element-ui",
  102. "element-plus"
  103. ],
  104. "repository": {
  105. "type": "git",
  106. "url": "https://gitee.com/log4j/pig-ui"
  107. }
  108. }