package.json 2.4 KB

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