package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "name": "geeker-admin",
  3. "private": true,
  4. "version": "1.2.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. "eslintConfig": {
  22. "rules": {
  23. "no-unused-vars": "off",
  24. "vue/no-unused-components": "off"
  25. }
  26. },
  27. "scripts": {
  28. "dev": "vite",
  29. "serve": "vite",
  30. "build:dev": "vite build --mode development",
  31. "build:test": "vue-tsc && vite build --mode test",
  32. "build:pro": "vue-tsc && vite build --mode production",
  33. "type:check": "vue-tsc --noEmit --skipLibCheck",
  34. "preview": "pnpm build:dev && vite preview",
  35. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  36. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
  37. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  38. "lint:lint-staged": "lint-staged",
  39. "prepare": "husky install",
  40. "release": "standard-version",
  41. "commit": "git add -A && czg && git push"
  42. },
  43. "dependencies": {
  44. "@element-plus/icons-vue": "^2.3.1",
  45. "@vueuse/core": "^10.11.0",
  46. "@wangeditor/editor": "^5.1.23",
  47. "@wangeditor/editor-for-vue": "^5.1.12",
  48. "axios": "^1.7.2",
  49. "dayjs": "^1.11.11",
  50. "driver.js": "^1.3.1",
  51. "echarts": "^5.5.1",
  52. "echarts-liquidfill": "^3.1.0",
  53. "element-plus": "^2.7.6",
  54. "md5": "^2.3.0",
  55. "mitt": "^3.0.1",
  56. "nprogress": "^0.2.0",
  57. "pinia": "^2.1.7",
  58. "pinia-plugin-persistedstate": "^3.2.1",
  59. "qrcode": "^1.5.4",
  60. "qs": "^6.12.1",
  61. "screenfull": "^6.0.2",
  62. "sortablejs": "^1.15.2",
  63. "vue": "^3.4.31",
  64. "vue-i18n": "^9.13.1",
  65. "vue-router": "^4.4.0",
  66. "vuedraggable": "^4.1.0"
  67. },
  68. "devDependencies": {
  69. "@commitlint/cli": "^18.4.3",
  70. "@commitlint/config-conventional": "^18.4.3",
  71. "@types/md5": "^2.3.5",
  72. "@types/nprogress": "^0.2.3",
  73. "@types/qs": "^6.9.15",
  74. "@types/sortablejs": "^1.15.8",
  75. "@typescript-eslint/eslint-plugin": "^7.14.1",
  76. "@typescript-eslint/parser": "^7.14.1",
  77. "@vitejs/plugin-vue": "^5.0.4",
  78. "@vitejs/plugin-vue-jsx": "^3.1.0",
  79. "autoprefixer": "^10.4.20",
  80. "code-inspector-plugin": "^0.16.1",
  81. "cz-git": "1.9.2",
  82. "czg": "^1.9.2",
  83. "eslint": "^8.57.0",
  84. "eslint-config-prettier": "^9.1.0",
  85. "eslint-plugin-prettier": "^5.1.3",
  86. "eslint-plugin-vue": "^9.26.0",
  87. "husky": "^9.0.11",
  88. "lint-staged": "^15.2.5",
  89. "postcss": "^8.4.45",
  90. "postcss-html": "^1.7.0",
  91. "prettier": "^3.3.2",
  92. "rollup-plugin-visualizer": "^5.12.0",
  93. "sass": "^1.77.6",
  94. "standard-version": "^9.5.0",
  95. "stylelint": "^16.6.1",
  96. "stylelint-config-html": "^1.1.0",
  97. "stylelint-config-recess-order": "^5.0.1",
  98. "stylelint-config-recommended-scss": "^14.0.0",
  99. "stylelint-config-recommended-vue": "^1.5.0",
  100. "stylelint-config-standard": "^36.0.0",
  101. "stylelint-config-standard-scss": "^13.1.0",
  102. "tailwindcss": "^3.4.17",
  103. "typescript": "^5.5.2",
  104. "unplugin-vue-setup-extend-plus": "^1.0.1",
  105. "vite": "^5.3.2",
  106. "vite-plugin-compression": "^0.5.1",
  107. "vite-plugin-eslint": "^1.8.1",
  108. "vite-plugin-html": "^3.2.2",
  109. "vite-plugin-pwa": "^0.20.0",
  110. "vite-plugin-svg-icons": "^2.0.1",
  111. "vite-plugin-vue-devtools": "^7.3.5",
  112. "vue-tsc": "^2.0.22"
  113. },
  114. "engines": {
  115. "node": ">=16.18.0"
  116. },
  117. "browserslist": {
  118. "production": [
  119. "> 1%",
  120. "not dead",
  121. "not op_mini all"
  122. ],
  123. "development": [
  124. "last 1 chrome version",
  125. "last 1 firefox version",
  126. "last 1 safari version"
  127. ]
  128. },
  129. "config": {
  130. "commitizen": {
  131. "path": "node_modules/cz-git"
  132. }
  133. }
  134. }