package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "name": "sky-ui",
  3. "version": "3.7.1",
  4. "description": "PIGCLOUD微服务开发平台",
  5. "author": "sky4cloud",
  6. "license": "Apache-2.0",
  7. "scripts": {
  8. "dev": "vite --force",
  9. "build": "NODE_OPTIONS=--max-old-space-size=4096 vite build",
  10. "build:docker": "NODE_OPTIONS=--max-old-space-size=4096 vite build --outDir ./docker/dist/",
  11. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  12. "prettier": "prettier --write ."
  13. },
  14. "dependencies": {
  15. "@chenfengyuan/vue-qrcode": "^2.0.0",
  16. "@element-plus/icons-vue": "^2.0.10",
  17. "tailwindcss": "^3.0.24",
  18. "autoprefixer": "^10.4.7",
  19. "@wangeditor/editor": "5.1.23",
  20. "@wangeditor/editor-for-vue": "5.1.12",
  21. "axios": "^1.3.3",
  22. "china-area-data": "^5.0.1",
  23. "crypto-js": "^3.1.9-1",
  24. "driver.js": "^0.9.8",
  25. "echarts": "^5.4.1",
  26. "vue-echarts": "^6.2.3",
  27. "element-plus": "2.3.1",
  28. "codemirror": "5.65.5",
  29. "js-cookie": "^3.0.1",
  30. "mitt": "^3.0.0",
  31. "nprogress": "^0.2.0",
  32. "pinia": "^2.0.32",
  33. "qrcode": "1.5.1",
  34. "qs": "^6.11.0",
  35. "screenfull": "^6.0.2",
  36. "sortablejs": "^1.15.0",
  37. "splitpanes": "^3.1.5",
  38. "vue": "^3.2.47",
  39. "vue-clipboard3": "^2.0.0",
  40. "vue-i18n": "^9.2.2",
  41. "vue-router": "^4.1.6",
  42. "vue3-ts-jsoneditor": "2.8.6",
  43. "vuedraggable": "^4.1.0"
  44. },
  45. "devDependencies": {
  46. "@types/node": "^18.14.0",
  47. "@types/nprogress": "^0.2.0",
  48. "@types/sortablejs": "^1.15.0",
  49. "@typescript-eslint/eslint-plugin": "^5.53.0",
  50. "@typescript-eslint/parser": "^5.53.0",
  51. "@vitejs/plugin-vue": "^4.0.0",
  52. "@vue/compiler-sfc": "^3.2.47",
  53. "consola": "^2.15.3",
  54. "eslint": "^8.34.0",
  55. "eslint-plugin-vue": "^9.9.0",
  56. "pinia-plugin-persist": "^1.0.0",
  57. "prettier": "2.8.4",
  58. "sass": "^1.58.3",
  59. "typescript": "^4.9.5",
  60. "unplugin-auto-import": "^0.13.0",
  61. "vite": "^4.3.3",
  62. "vite-plugin-compression": "^0.5.1",
  63. "vite-plugin-style-import": "^2.0.0",
  64. "vite-plugin-top-level-await": "^1.3.0",
  65. "vite-plugin-vue-setup-extend": "^0.4.0",
  66. "vue-eslint-parser": "^9.1.0"
  67. },
  68. "browserslist": [
  69. "> 1%",
  70. "last 2 versions",
  71. "not dead"
  72. ],
  73. "bugs": {
  74. "url": "https://com"
  75. },
  76. "engines": {
  77. "node": ">=16.0.0",
  78. "npm": ">= 7.0.0"
  79. },
  80. "keywords": [
  81. "vue",
  82. "vue3",
  83. "vuejs/vue-next",
  84. "element-ui",
  85. "element-plus"
  86. ],
  87. "repository": {
  88. "type": "git",
  89. "url": "https://gitee.com/log4j/sky"
  90. }
  91. }