package.json 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. {
  2. "name": "soybean-admin",
  3. "version": "0.9.9",
  4. "description": "A fresh and elegant admin template, based on Vue3、Vite3、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite3、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
  5. "author": {
  6. "name": "Soybean",
  7. "email": "honghuangdc@gmail.com",
  8. "url": "https://github.com/honghuangdc"
  9. },
  10. "license": "MIT",
  11. "homepage": "https://github.com/honghuangdc/soybean-admin",
  12. "repository": {
  13. "url": "https://github.com/honghuangdc/soybean-admin.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/honghuangdc/soybean-admin/issues"
  17. },
  18. "keywords": [
  19. "Vue",
  20. "Vue3",
  21. "admin",
  22. "admin-template",
  23. "vue-admin",
  24. "vue-admin-template",
  25. "Vite3",
  26. "Vite",
  27. "vite-admin",
  28. "TypeScript",
  29. "TS",
  30. "NaiveUI",
  31. "naive-ui",
  32. "naive-admin",
  33. "NaiveUI-Admin",
  34. "naive-ui-admin",
  35. "UnoCSS"
  36. ],
  37. "scripts": {
  38. "dev": "cross-env VITE_SERVICE_ENV=dev vite",
  39. "dev:test": "cross-env VITE_SERVICE_ENV=test vite",
  40. "dev:prod": "cross-env VITE_SERVICE_ENV=prod vite",
  41. "build": "npm run typecheck && cross-env VITE_SERVICE_ENV=prod vite build",
  42. "build:dev": "npm run typecheck && cross-env VITE_SERVICE_ENV=dev vite build",
  43. "build:test": "npm run typecheck && cross-env VITE_SERVICE_ENV=test vite build",
  44. "build:vercel": "cross-env VITE_HASH_ROUTE=Y VITE_VERCEL=Y vite build",
  45. "preview": "vite preview",
  46. "typecheck": "vue-tsc --noEmit --skipLibCheck",
  47. "lint": "eslint . --fix --ext .js,.jsx,.mjs,.json,.ts,.tsx,.vue",
  48. "format": "soy prettier-format",
  49. "cleanup": "soy cleanup",
  50. "update-pkg": "soy update-pkg",
  51. "tsx": "tsx",
  52. "logo": "tsx ./scripts/logo.ts",
  53. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  54. "release": "standard-version",
  55. "prepare": "soy init-git-hooks"
  56. },
  57. "dependencies": {
  58. "@ant-design/icons-vue": "^6.1.0",
  59. "@antv/data-set": "^0.11.8",
  60. "@antv/g2": "^4.2.10",
  61. "@better-scroll/core": "^2.5.1",
  62. "@fast-crud/fast-crud": "^1.13.6",
  63. "@fast-crud/fast-extends": "^1.13.6",
  64. "@fast-crud/ui-interface": "^1.13.6",
  65. "@fast-crud/ui-naive": "^1.13.6",
  66. "@soybeanjs/vue-materials": "^0.1.9",
  67. "@vicons/antd": "^0.12.0",
  68. "@vueuse/core": "^10.1.2",
  69. "ant-design-vue": "4.0.0-rc.6",
  70. "axios": "1.4.0",
  71. "clipboard": "^2.0.11",
  72. "colord": "^2.9.3",
  73. "crypto-js": "^4.1.1",
  74. "dayjs": "^1.11.7",
  75. "echarts": "^5.4.2",
  76. "form-data": "^4.0.0",
  77. "local-pkg": "^0.4.3",
  78. "lodash-es": "^4.17.21",
  79. "pinia": "^2.1.3",
  80. "print-js": "^1.6.0",
  81. "qs": "^6.11.2",
  82. "swiper": "^9.3.2",
  83. "ua-parser-js": "^1.0.35",
  84. "vditor": "^3.9.2",
  85. "vue": "3.3.4",
  86. "vue-i18n": "^9.2.2",
  87. "vue-monoplasty-slide-verify": "^1.3.1",
  88. "vue-pdf-embed": "^1.1.6",
  89. "vue-router": "^4.2.1",
  90. "vue-slider-vertify": "^0.0.1",
  91. "vue3-pdfjs": "^0.1.6",
  92. "vuedraggable": "^4.1.0",
  93. "wangeditor": "^4.7.15",
  94. "xgplayer": "^3.0.2",
  95. "xlsx": "^0.18.5"
  96. },
  97. "devDependencies": {
  98. "@amap/amap-jsapi-types": "^0.0.13",
  99. "@iconify/json": "^2.2.67",
  100. "@iconify/vue": "^4.1.1",
  101. "@soybeanjs/cli": "^0.1.9",
  102. "@soybeanjs/vite-plugin-vue-page-route": "^0.0.5",
  103. "@types/bmapgl": "^0.0.7",
  104. "@types/crypto-js": "^4.1.1",
  105. "@types/node": "20.2.1",
  106. "@types/qs": "^6.9.7",
  107. "@types/ua-parser-js": "^0.7.36",
  108. "@types/vue": "^2.0.0",
  109. "@unocss/preset-uno": "^0.52.0",
  110. "@unocss/transformer-directives": "^0.52.0",
  111. "@unocss/vite": "^0.52.0",
  112. "@vicons/fluent": "^0.12.0",
  113. "@vicons/ionicons4": "^0.12.0",
  114. "@vitejs/plugin-vue": "^4.2.3",
  115. "@vitejs/plugin-vue-jsx": "^3.0.1",
  116. "conventional-changelog": "^3.1.25",
  117. "cross-env": "^7.0.3",
  118. "eslint": "^8.41.0",
  119. "eslint-config-soybeanjs": "^0.3.7",
  120. "fs": "0.0.1-security",
  121. "lint-staged": "13.2.2",
  122. "mockjs": "^1.1.0",
  123. "naive-ui": "2.34.4",
  124. "rollup-plugin-visualizer": "^5.9.0",
  125. "sass": "^1.62.1",
  126. "simple-git-hooks": "^2.8.1",
  127. "standard-version": "^9.5.0",
  128. "tsx": "^3.12.7",
  129. "typescript": "5.0.4",
  130. "unocss": "^0.54.1",
  131. "unplugin-icons": "^0.16.1",
  132. "unplugin-vue-components": "0.24.1",
  133. "vfonts": "^0.0.3",
  134. "vite": "^4.3.8",
  135. "vite-plugin-compression": "^0.5.1",
  136. "vite-plugin-mock": "2.9.8",
  137. "vite-plugin-progress": "^0.0.7",
  138. "vite-plugin-pwa": "^0.15.0",
  139. "vite-plugin-svg-icons": "^2.0.1",
  140. "vue-tsc": "1.6.5"
  141. },
  142. "pnpm": {
  143. "patchedDependencies": {
  144. "mockjs@1.1.0": "patches/mockjs@1.1.0.patch"
  145. }
  146. },
  147. "simple-git-hooks": {
  148. "commit-msg": "pnpm soy git-commit-verify",
  149. "pre-commit": "pnpm typecheck && pnpm lint-staged"
  150. },
  151. "lint-staged": {
  152. "*.{js,jsx,mjs,json,ts,tsx,vue}": "eslint . --fix"
  153. }
  154. }