中医古籍标引
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

128 rindas
3.8KB

  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. "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. "@element-plus/icons-vue": "^2.1.0",
  39. "@vueuse/core": "^10.4.1",
  40. "@wangeditor/editor": "^5.1.23",
  41. "@wangeditor/editor-for-vue": "^5.1.12",
  42. "axios": "^1.5.1",
  43. "dayjs": "^1.11.10",
  44. "driver.js": "^1.3.0",
  45. "echarts": "^5.4.3",
  46. "echarts-liquidfill": "^3.1.0",
  47. "element-plus": "^2.3.4",
  48. "mark.js": "^8.11.1",
  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.0",
  54. "print-js": "^1.6.0",
  55. "qs": "^6.11.2",
  56. "screenfull": "^6.0.2",
  57. "sortablejs": "^1.15.0",
  58. "vue": "^3.3.7",
  59. "vue-i18n": "^9.6.0",
  60. "vue-router": "^4.2.5",
  61. "vuedraggable": "^4.1.0"
  62. },
  63. "devDependencies": {
  64. "@commitlint/cli": "^18.1.0",
  65. "@commitlint/config-conventional": "^18.1.0",
  66. "@types/mark.js": "^8.11.12",
  67. "@types/md5": "^2.3.4",
  68. "@types/nprogress": "^0.2.2",
  69. "@types/qs": "^6.9.9",
  70. "@types/sortablejs": "^1.15.4",
  71. "@typescript-eslint/eslint-plugin": "^6.9.0",
  72. "@typescript-eslint/parser": "^6.9.0",
  73. "@vitejs/plugin-vue": "^4.4.0",
  74. "@vitejs/plugin-vue-jsx": "^3.0.2",
  75. "autoprefixer": "^10.4.16",
  76. "cz-git": "^1.7.1",
  77. "czg": "^1.7.1",
  78. "eslint": "^8.52.0",
  79. "eslint-config-prettier": "^9.0.0",
  80. "eslint-plugin-prettier": "^5.0.1",
  81. "eslint-plugin-vue": "^9.18.0",
  82. "husky": "^8.0.3",
  83. "lint-staged": "^15.0.2",
  84. "postcss": "^8.4.31",
  85. "postcss-html": "^1.5.0",
  86. "prettier": "^3.0.3",
  87. "rollup-plugin-visualizer": "^5.9.2",
  88. "sass": "^1.69.5",
  89. "standard-version": "^9.5.0",
  90. "stylelint": "^15.11.0",
  91. "stylelint-config-html": "^1.1.0",
  92. "stylelint-config-recess-order": "^4.3.0",
  93. "stylelint-config-recommended-scss": "^13.0.0",
  94. "stylelint-config-recommended-vue": "^1.5.0",
  95. "stylelint-config-standard": "^34.0.0",
  96. "stylelint-config-standard-scss": "^11.0.0",
  97. "typescript": "^5.2.2",
  98. "unplugin-vue-setup-extend-plus": "^1.0.0",
  99. "vite": "^4.4.9",
  100. "vite-plugin-compression": "^0.5.1",
  101. "vite-plugin-eslint": "^1.8.1",
  102. "vite-plugin-html": "^3.2.0",
  103. "vite-plugin-pwa": "^0.16.5",
  104. "vite-plugin-svg-icons": "^2.0.1",
  105. "vue-tsc": "^1.8.21"
  106. },
  107. "engines": {
  108. "node": ">=16.0.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. }