package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "name": "ljscc-admin",
  3. "private": true,
  4. "version": "1.0.0",
  5. "type": "module",
  6. "description": "geeker-admin open source management system",
  7. "author": {
  8. "name": "Geeker",
  9. "email": "848130454@qq.com",
  10. "url": "https://github.com/HalseySpicy"
  11. },
  12. "license": "MIT",
  13. "homepage": "https://github.com/HalseySpicy/Geeker-Admin",
  14. "repository": {
  15. "type": "git",
  16. "url": "git@github.com:HalseySpicy/Geeker-Admin.git"
  17. },
  18. "bugs": {
  19. "url": "https://github.com/HalseySpicy/Geeker-Admin/issues"
  20. },
  21. "scripts": {
  22. "dev": "vite",
  23. "serve": "vite",
  24. "build:dev": "vue-tsc && vite build --mode development",
  25. "build:test": "vue-tsc && vite build --mode test",
  26. "build:pro": "vite build --mode production",
  27. "type:check": "vue-tsc --noEmit --skipLibCheck",
  28. "preview": "npm run build:dev && vite preview",
  29. "lint:eslint": "eslint --ext .js,.ts,.vue ./src",
  30. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
  31. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  32. "lint:lint-staged": "lint-staged",
  33. "prepare": "husky install",
  34. "release": "standard-version",
  35. "commit": "git add -A && czg && git push"
  36. },
  37. "dependencies": {
  38. "@element-plus/icons-vue": "^2.1.0",
  39. "@vue-office/docx": "^1.6.2",
  40. "@vue-office/excel": "^1.7.8",
  41. "@vue-office/pdf": "^2.0.2",
  42. "@vueuse/core": "^10.1.2",
  43. "@wangeditor/editor": "^5.1.23",
  44. "@wangeditor/editor-for-vue": "^5.1.12",
  45. "axios": "^1.4.0",
  46. "dayjs": "^1.11.3",
  47. "driver.js": "^1.3.1",
  48. "echarts": "^5.4.2",
  49. "echarts-liquidfill": "^3.1.0",
  50. "element-plus": "^2.7.4",
  51. "exceljs": "^4.4.0",
  52. "file-saver": "^2.0.5",
  53. "js-md5": "^0.7.3",
  54. "lodash-es": "^4.17.21",
  55. "mitt": "^3.0.0",
  56. "nprogress": "^0.2.0",
  57. "pinia": "^2.1.3",
  58. "pinia-plugin-persistedstate": "^3.1.0",
  59. "pinyin-pro": "^3.15.2",
  60. "postcss-pxtorem": "^6.0.0",
  61. "print-js": "^1.6.0",
  62. "qs": "^6.11.2",
  63. "sortablejs": "^1.15.0",
  64. "vant": "^4.8.0",
  65. "vue": "^3.3.4",
  66. "vue-i18n": "^9.2.2",
  67. "vue-plugin-hiprint": "0.0.55-beta13",
  68. "vue-router": "^4.2.1",
  69. "vue-toastification": "2.0.0-rc.5",
  70. "vuedraggable": "^4.1.0",
  71. "vxe-table": "4.6.21",
  72. "xe-utils": "^3.5.11"
  73. },
  74. "devDependencies": {
  75. "@commitlint/cli": "^17.6.3",
  76. "@commitlint/config-conventional": "^17.6.3",
  77. "@types/js-md5": "^0.7.0",
  78. "@types/nprogress": "^0.2.0",
  79. "@types/qs": "^6.9.7",
  80. "@types/sortablejs": "^1.15.1",
  81. "@typescript-eslint/eslint-plugin": "^5.59.7",
  82. "@typescript-eslint/parser": "^5.59.7",
  83. "@vitejs/plugin-vue": "^4.2.3",
  84. "@vitejs/plugin-vue-jsx": "^3.0.1",
  85. "autoprefixer": "^10.4.14",
  86. "cz-git": "^1.6.1",
  87. "czg": "^1.6.1",
  88. "eslint": "^8.41.0",
  89. "eslint-config-prettier": "^8.8.0",
  90. "eslint-plugin-prettier": "^4.2.1",
  91. "eslint-plugin-vue": "^9.14.0",
  92. "husky": "^8.0.3",
  93. "lint-staged": "^13.2.2",
  94. "postcss": "^8.4.23",
  95. "postcss-html": "^1.5.0",
  96. "prettier": "^2.8.8",
  97. "rollup-plugin-visualizer": "^5.9.0",
  98. "sass": "1.78.0",
  99. "standard-version": "^9.5.0",
  100. "stylelint": "^15.6.2",
  101. "stylelint-config-html": "^1.1.0",
  102. "stylelint-config-recess-order": "^4.0.0",
  103. "stylelint-config-recommended-scss": "^12.0.0",
  104. "stylelint-config-recommended-vue": "^1.4.0",
  105. "stylelint-config-standard": "^33.0.0",
  106. "stylelint-config-standard-scss": "^9.0.0",
  107. "typescript": "^5.0.4",
  108. "unplugin-auto-import": "^0.16.4",
  109. "unplugin-vue-components": "^0.25.1",
  110. "unplugin-vue-setup-extend-plus": "^1.0.0",
  111. "vite": "^4.3.8",
  112. "vite-plugin-compression": "^0.5.1",
  113. "vite-plugin-eslint": "^1.8.1",
  114. "vite-plugin-html": "^3.2.0",
  115. "vite-plugin-pwa": "^0.15.0",
  116. "vite-plugin-style-import": "^2.0.0",
  117. "vite-plugin-svg-icons": "^2.0.1",
  118. "vue-tsc": "^1.6.5"
  119. },
  120. "engines": {
  121. "node": ">=16.0.0"
  122. },
  123. "browserslist": {
  124. "production": [
  125. "> 1%",
  126. "not dead",
  127. "not op_mini all"
  128. ],
  129. "development": [
  130. "last 1 chrome version",
  131. "last 1 firefox version",
  132. "last 1 safari version"
  133. ]
  134. },
  135. "config": {
  136. "commitizen": {
  137. "path": "node_modules/cz-git"
  138. }
  139. }
  140. }