package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  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. "mitt": "3.0.1",
  39. "nprogress": "0.2.0",
  40. "ora": "^8.2.0",
  41. "pinia": "2.3.0",
  42. "postcss": "8.4.49",
  43. "qs": "6.13.1",
  44. "screenfull": "6.0.2",
  45. "sm-crypto": "0.3.13",
  46. "sortablejs": "1.15.6",
  47. "splitpanes": "3.1.8",
  48. "ssh2": "^1.16.0",
  49. "ssh2-sftp-client": "^12.0.1",
  50. "tailwindcss": "3.4.17",
  51. "vue": "3.5.13",
  52. "vue-clipboard3": "2.0.0",
  53. "vue-echarts": "7.0.3",
  54. "vue-i18n": "9.14.2",
  55. "vue-router": "4.4.5",
  56. "vuedraggable": "4.1.0"
  57. },
  58. "devDependencies": {
  59. "@swc/core": "1.6.13",
  60. "@types/node": "20.0.0",
  61. "@types/nprogress": "0.2.3",
  62. "@types/sortablejs": "1.15.8",
  63. "@typescript-eslint/eslint-plugin": "8.17.0",
  64. "@typescript-eslint/parser": "8.17.0",
  65. "@vitejs/plugin-vue": "5.2.1",
  66. "@vue/compiler-sfc": "3.5.13",
  67. "consola": "3.2.3",
  68. "cross-env": "7.0.3",
  69. "eslint": "9.14.0",
  70. "eslint-plugin-vue": "9.32.0",
  71. "glob": "9.3.5",
  72. "pinia-plugin-persist": "1.0.0",
  73. "prettier": "3.4.2",
  74. "sass": "1.58.3",
  75. "terser": "5.36.0",
  76. "typescript": "5.6.3",
  77. "unplugin-auto-import": "0.18.6",
  78. "unplugin-vue-setup-extend": "^0.3.5",
  79. "vite": "5.4.11",
  80. "vite-plugin-compression": "0.5.1",
  81. "vite-plugin-top-level-await": "1.4.4",
  82. "vue-eslint-parser": "9.4.3"
  83. },
  84. "browserslist": [
  85. "> 1%",
  86. "last 2 versions",
  87. "not dead"
  88. ],
  89. "bugs": {
  90. "url": "https://pig4cloud.com"
  91. },
  92. "engines": {
  93. "node": ">=18.0.0",
  94. "npm": ">= 8.0.0"
  95. },
  96. "keywords": [
  97. "vue",
  98. "vue3",
  99. "vuejs/vue-next",
  100. "element-ui",
  101. "element-plus"
  102. ],
  103. "repository": {
  104. "type": "git",
  105. "url": "https://gitee.com/log4j/pig-ui"
  106. }
  107. }