package.json 4.0 KB

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