pigx前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
2.3 KiB

11 months ago
  1. {
  2. "name": "pig-ui",
  3. "version": "3.8.2",
  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. },
  15. "dependencies": {
  16. "@element-plus/icons-vue": "2.3.1",
  17. "@wangeditor/editor": "5.1.23",
  18. "@wangeditor/editor-for-vue": "5.1.12",
  19. "autoprefixer": "10.4.20",
  20. "axios": "1.7.7",
  21. "china-area-data": "^5.0.1",
  22. "codemirror": "5.65.18",
  23. "crypto-js": "4.2.0",
  24. "driver.js": "1.3.1",
  25. "echarts": "5.5.1",
  26. "element-plus": "2.8.6",
  27. "js-cookie": "3.0.5",
  28. "mitt": "3.0.1",
  29. "nprogress": "0.2.0",
  30. "pinia": "2.2.6",
  31. "postcss": "8.4.47",
  32. "qs": "6.13.0",
  33. "screenfull": "6.0.2",
  34. "sm-crypto": "0.3.13",
  35. "sortablejs": "1.15.3",
  36. "splitpanes": "3.1.5",
  37. "tailwindcss": "3.4.14",
  38. "vue": "3.5.12",
  39. "vue-clipboard3": "2.0.0",
  40. "vue-echarts": "7.0.3",
  41. "vue-i18n": "9.14.1",
  42. "vue-router": "4.4.5",
  43. "vuedraggable": "4.1.0"
  44. },
  45. "devDependencies": {
  46. "@swc/core": "1.6.13",
  47. "@types/node": "20.0.0",
  48. "@types/nprogress": "0.2.0",
  49. "@types/sortablejs": "1.15.0",
  50. "@typescript-eslint/eslint-plugin": "8.13.0",
  51. "@typescript-eslint/parser": "8.13.0",
  52. "@vitejs/plugin-vue": "5.0.5",
  53. "@vue/compiler-sfc": "3.4.3",
  54. "consola": "3.0.0",
  55. "cross-env": "7.0.3",
  56. "eslint": "9.14.0",
  57. "eslint-plugin-vue": "9.30.0",
  58. "glob": "9.3.5",
  59. "pinia-plugin-persist": "1.0.0",
  60. "prettier": "3.3.3",
  61. "sass": "1.58.3",
  62. "terser": "5.31.1",
  63. "typescript": "5.6.3",
  64. "vite": "5.3.3",
  65. "vite-plugin-compression": "0.5.1",
  66. "vite-plugin-top-level-await": "1.4.1",
  67. "unplugin-auto-import": "0.18.0",
  68. "unplugin-vue-setup-extend-plus": "1.0.1",
  69. "vue-eslint-parser": "9.4.3"
  70. },
  71. "browserslist": [
  72. "> 1%",
  73. "last 2 versions",
  74. "not dead"
  75. ],
  76. "bugs": {
  77. "url": "https://pig4cloud.com"
  78. },
  79. "engines": {
  80. "node": ">=18.0.0",
  81. "npm": ">= 8.0.0"
  82. },
  83. "keywords": [
  84. "vue",
  85. "vue3",
  86. "vuejs/vue-next",
  87. "element-ui",
  88. "element-plus"
  89. ],
  90. "repository": {
  91. "type": "git",
  92. "url": "https://gitee.com/log4j/pig-ui"
  93. },
  94. "resolutions": {
  95. "@swc/core": "~1.6.13"
  96. }
  97. }