package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "name": "admin",
  3. "private": true,
  4. "version": "1.2.0",
  5. "type": "module",
  6. "description": "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": "vue-tsc && vite build --mode production",
  27. "type:check": "vue-tsc --noEmit --skipLibCheck",
  28. "preview": "pnpm build:dev && vite preview",
  29. "lint:eslint": "eslint --fix --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.3.1",
  39. "@vueuse/core": "^10.11.0",
  40. "@wangeditor/editor": "^5.1.23",
  41. "@wangeditor/editor-for-vue": "^5.1.12",
  42. "axios": "^1.7.2",
  43. "dayjs": "^1.11.11",
  44. "driver.js": "^1.3.1",
  45. "echarts": "^5.5.1",
  46. "echarts-liquidfill": "^3.1.0",
  47. "element-plus": "^2.7.6",
  48. "md5": "^2.3.0",
  49. "mitt": "^3.0.1",
  50. "nprogress": "^0.2.0",
  51. "pinia": "^2.1.7",
  52. "pinia-plugin-persistedstate": "^3.2.1",
  53. "qs": "^6.12.1",
  54. "screenfull": "^6.0.2",
  55. "sortablejs": "^1.15.2",
  56. "vue": "^3.4.31",
  57. "vue-i18n": "^9.13.1",
  58. "vue-pdf-embed": "^2.1.0",
  59. "vue-router": "^4.4.0",
  60. "vue3-pdfjs": "^0.1.6",
  61. "vuedraggable": "^4.1.0"
  62. },
  63. "devDependencies": {
  64. "@commitlint/cli": "^18.4.3",
  65. "@commitlint/config-conventional": "^18.4.3",
  66. "@types/md5": "^2.3.5",
  67. "@types/nprogress": "^0.2.3",
  68. "@types/qs": "^6.9.15",
  69. "@types/sortablejs": "^1.15.8",
  70. "@typescript-eslint/eslint-plugin": "^7.14.1",
  71. "@typescript-eslint/parser": "^7.14.1",
  72. "@vitejs/plugin-vue": "^5.0.4",
  73. "@vitejs/plugin-vue-jsx": "^3.1.0",
  74. "autoprefixer": "^10.4.19",
  75. "cz-git": "1.9.2",
  76. "czg": "^1.9.2",
  77. "eslint": "^8.57.0",
  78. "eslint-config-prettier": "^9.1.0",
  79. "eslint-plugin-prettier": "^5.1.3",
  80. "eslint-plugin-vue": "^9.26.0",
  81. "husky": "^9.0.11",
  82. "lint-staged": "^15.2.5",
  83. "postcss": "^8.4.38",
  84. "postcss-html": "^1.7.0",
  85. "prettier": "^3.3.2",
  86. "rollup-plugin-visualizer": "^5.12.0",
  87. "sass": "^1.77.6",
  88. "standard-version": "^9.5.0",
  89. "stylelint": "^16.6.1",
  90. "stylelint-config-html": "^1.1.0",
  91. "stylelint-config-recess-order": "^5.0.1",
  92. "stylelint-config-recommended-scss": "^14.0.0",
  93. "stylelint-config-recommended-vue": "^1.5.0",
  94. "stylelint-config-standard": "^36.0.0",
  95. "stylelint-config-standard-scss": "^13.1.0",
  96. "typescript": "^5.5.2",
  97. "unplugin-vue-setup-extend-plus": "^1.0.1",
  98. "vite": "^5.3.2",
  99. "vite-plugin-compression": "^0.5.1",
  100. "vite-plugin-eslint": "^1.8.1",
  101. "vite-plugin-html": "^3.2.2",
  102. "vite-plugin-pwa": "^0.20.0",
  103. "vite-plugin-svg-icons": "^2.0.1",
  104. "vite-plugin-vue-devtools": "^7.3.5",
  105. "vue-tsc": "^2.0.22"
  106. },
  107. "engines": {
  108. "node": ">=16.18.0"
  109. },
  110. "browserslist": {
  111. "production": [
  112. "> 1%",
  113. "not dead",
  114. "not op_mini all"
  115. ],
  116. "development": [
  117. "last 1 chrome version",
  118. "last 1 firefox version",
  119. "last 1 safari version"
  120. ]
  121. },
  122. "config": {
  123. "commitizen": {
  124. "path": "node_modules/cz-git"
  125. }
  126. }
  127. }