平安校园
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

138 řádky
4.2 KiB

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