平安校园
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

package.json 4.2 KiB

2 ay önce
2 ay önce
2 ay önce
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "name": "simple-admin",
  3. "private": true,
  4. "version": "1.0.0",
  5. "node-version": "18.12.0 - 20.9.0",
  6. "type": "module",
  7. "description": "SimpleAdmin是ElementUI最好看的开源通用业务型后台管理系统",
  8. "author": {
  9. "name": "huguodong",
  10. "email": "531035580@qq.com",
  11. "url": "https://gitee.com/dotnetmoyu"
  12. },
  13. "license": "MIT",
  14. "homepage": "https://gitee.com/dotnetmoyu/SimpleAdmin",
  15. "repository": {
  16. "type": "git",
  17. "url": "git@gitee.com:dotnetmoyu/SimpleAdmin.git"
  18. },
  19. "bugs": {
  20. "url": "https://gitee.com/dotnetmoyu/SimpleAdmin/issues"
  21. },
  22. "scripts": {
  23. "dev": "vite",
  24. "serve": "vite",
  25. "build:dev": "vue-tsc && vite build --mode development",
  26. "build:test": "vue-tsc && vite build --mode test",
  27. "build:pro": "vue-tsc && vite build --mode production",
  28. "type:check": "vue-tsc --noEmit --skipLibCheck",
  29. "preview": "npm run build:dev && vite preview",
  30. "lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
  31. "lint:prettier": "prettier --write \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
  32. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
  33. "lint:lint-staged": "lint-staged",
  34. "prepare": "husky install",
  35. "release": "standard-version",
  36. "commit": "git add -A && czg && git push"
  37. },
  38. "dependencies": {
  39. "@antv/g2plot": "^2.4.31",
  40. "@element-plus/icons-vue": "^2.3.1",
  41. "@highlightjs/vue-plugin": "^2.1.0",
  42. "@iconify/vue": "^4.1.1",
  43. "@vueuse/core": "^10.9.0",
  44. "axios": "^1.6.7",
  45. "dayjs": "^1.11.10",
  46. "default-passive-events": "^2.0.0",
  47. "echarts": "^5.5.0",
  48. "element-plus": "^2.5.6",
  49. "highlight.js": "^11.9.0",
  50. "md5": "^2.3.0",
  51. "mitt": "^3.0.1",
  52. "nprogress": "^0.2.0",
  53. "pinia": "^2.1.7",
  54. "pinia-plugin-persistedstate": "^3.2.1",
  55. "pinyin-pro": "^3.24.2",
  56. "print-js": "^1.6.0",
  57. "qs": "^6.11.2",
  58. "screenfull": "^6.0.2",
  59. "sortablejs": "^1.15.2",
  60. "video.js": "^8.12.0",
  61. "vue": "^3.4.21",
  62. "vue-cropper": "^1.1.1",
  63. "vue-router": "^4.3.0",
  64. "vue-video-player": "5.0.2",
  65. "vue3-video-play": "1.3.1-beta.6"
  66. },
  67. "devDependencies": {
  68. "@commitlint/cli": "^19.0.3",
  69. "@commitlint/config-conventional": "^19.0.3",
  70. "@iconify/json": "^2.2.187",
  71. "@types/md5": "^2.3.5",
  72. "@types/node": "20.14.10",
  73. "@types/nprogress": "^0.2.3",
  74. "@types/qs": "^6.9.12",
  75. "@types/sm-crypto": "^0.3.4",
  76. "@types/sortablejs": "^1.15.8",
  77. "@typescript-eslint/eslint-plugin": "^7.1.0",
  78. "@typescript-eslint/parser": "^7.1.0",
  79. "@vitejs/plugin-vue": "^5.0.4",
  80. "@vitejs/plugin-vue-jsx": "^3.1.0",
  81. "autoprefixer": "^10.4.17",
  82. "cz-git": "^1.8.0",
  83. "czg": "^1.8.0",
  84. "eslint": "^8.57.0",
  85. "eslint-config-prettier": "^9.1.0",
  86. "eslint-plugin-prettier": "^5.1.3",
  87. "eslint-plugin-vue": "^9.22.0",
  88. "husky": "^9.0.11",
  89. "lint-staged": "^15.2.2",
  90. "naive-ui": "^2.38.1",
  91. "postcss": "^8.4.35",
  92. "postcss-html": "^1.6.0",
  93. "prettier": "^3.2.5",
  94. "rollup-plugin-visualizer": "^5.12.0",
  95. "sass": "^1.71.1",
  96. "sm-crypto": "^0.3.13",
  97. "standard-version": "^9.5.0",
  98. "stylelint": "^16.2.1",
  99. "stylelint-config-html": "^1.1.0",
  100. "stylelint-config-recess-order": "^4.6.0",
  101. "stylelint-config-recommended-scss": "^14.0.0",
  102. "stylelint-config-recommended-vue": "^1.5.0",
  103. "stylelint-config-standard": "^36.0.0",
  104. "stylelint-config-standard-scss": "^13.0.0",
  105. "typescript": "^5.3.3",
  106. "unocss": "^0.58.5",
  107. "unplugin-auto-import": "^0.17.5",
  108. "unplugin-icons": "^0.18.5",
  109. "unplugin-vue-components": "^0.26.0",
  110. "unplugin-vue-setup-extend-plus": "^1.0.1",
  111. "vite": "^5.1.4",
  112. "vite-plugin-compression": "^0.5.1",
  113. "vite-plugin-eslint": "^1.8.1",
  114. "vite-plugin-html": "^3.2.1",
  115. "vite-plugin-pwa": "^0.19.1",
  116. "vite-plugin-svg-icons": "^2.0.1",
  117. "vue-tsc": "^1.8.27"
  118. },
  119. "engines": {
  120. "node": ">=16.0.0"
  121. },
  122. "browserslist": {
  123. "production": [
  124. "> 1%",
  125. "not dead",
  126. "not op_mini all"
  127. ],
  128. "development": [
  129. "last 1 chrome version",
  130. "last 1 firefox version",
  131. "last 1 safari version"
  132. ]
  133. },
  134. "config": {
  135. "commitizen": {
  136. "path": "node_modules/cz-git"
  137. }
  138. }
  139. }