package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. "prettier": "prettier --write .",
  14. "preview": "vite preview",
  15. "serve": "npx serve dist"
  16. },
  17. "dependencies": {
  18. "@element-plus/icons-vue": "2.3.1",
  19. "@vueuse/core": "10.4.1",
  20. "@wangeditor-next/editor": "5.6.34",
  21. "@wangeditor-next/editor-for-vue": "5.1.14",
  22. "autoprefixer": "10.4.20",
  23. "axios": "1.7.9",
  24. "china-area-data": "^5.0.1",
  25. "codemirror": "5.65.18",
  26. "crypto-js": "4.2.0",
  27. "dayjs": "^1.11.13",
  28. "driver.js": "1.3.1",
  29. "echarts": "5.5.1",
  30. "echarts-countries-js": "^1.0.5",
  31. "element-plus": "2.8.7",
  32. "js-cookie": "3.0.5",
  33. "mitt": "3.0.1",
  34. "nprogress": "0.2.0",
  35. "pinia": "2.3.0",
  36. "postcss": "8.4.49",
  37. "qs": "6.13.1",
  38. "screenfull": "6.0.2",
  39. "sm-crypto": "0.3.13",
  40. "sortablejs": "1.15.6",
  41. "splitpanes": "3.1.8",
  42. "tailwindcss": "3.4.17",
  43. "vue": "3.5.13",
  44. "vue-clipboard3": "2.0.0",
  45. "vue-echarts": "7.0.3",
  46. "vue-i18n": "9.14.2",
  47. "vue-router": "4.4.5",
  48. "vuedraggable": "4.1.0"
  49. },
  50. "devDependencies": {
  51. "@swc/core": "1.6.13",
  52. "@types/node": "20.0.0",
  53. "@types/nprogress": "0.2.3",
  54. "@types/sortablejs": "1.15.8",
  55. "@typescript-eslint/eslint-plugin": "8.17.0",
  56. "@typescript-eslint/parser": "8.17.0",
  57. "@vitejs/plugin-vue": "5.2.1",
  58. "@vue/compiler-sfc": "3.5.13",
  59. "consola": "3.2.3",
  60. "cross-env": "7.0.3",
  61. "eslint": "9.14.0",
  62. "eslint-plugin-vue": "9.32.0",
  63. "glob": "9.3.5",
  64. "pinia-plugin-persist": "1.0.0",
  65. "prettier": "3.4.2",
  66. "sass": "1.58.3",
  67. "terser": "5.36.0",
  68. "typescript": "5.6.3",
  69. "unplugin-auto-import": "0.18.6",
  70. "unplugin-vue-setup-extend": "^0.3.5",
  71. "vite": "5.4.11",
  72. "vite-plugin-compression": "0.5.1",
  73. "vite-plugin-top-level-await": "1.4.4",
  74. "vue-eslint-parser": "9.4.3"
  75. },
  76. "browserslist": [
  77. "> 1%",
  78. "last 2 versions",
  79. "not dead"
  80. ],
  81. "bugs": {
  82. "url": "https://pig4cloud.com"
  83. },
  84. "engines": {
  85. "node": ">=18.0.0",
  86. "npm": ">= 8.0.0"
  87. },
  88. "keywords": [
  89. "vue",
  90. "vue3",
  91. "vuejs/vue-next",
  92. "element-ui",
  93. "element-plus"
  94. ],
  95. "repository": {
  96. "type": "git",
  97. "url": "https://gitee.com/log4j/pig-ui"
  98. }
  99. }