package.json 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. {
  2. "name": "kpt-event-system",
  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": "ping",
  7. "email": "857067837@qq.com",
  8. "url": "https://github.com/xuyiping"
  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. "commit": "soy git-commit",
  50. "cleanup": "soy cleanup",
  51. "update-pkg": "soy update-pkg",
  52. "tsx": "tsx",
  53. "logo": "tsx ./scripts/logo.ts",
  54. "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
  55. "release": "standard-version",
  56. "prepare": "soy init-git-hooks"
  57. },
  58. "dependencies": {
  59. "@antv/data-set": "^0.11.8",
  60. "@antv/g2": "^4.2.9",
  61. "@better-scroll/core": "^2.5.0",
  62. "@soybeanjs/vue-materials": "^0.1.9",
  63. "@vueuse/core": "^9.13.0",
  64. "axios": "0.27.2",
  65. "clipboard": "^2.0.11",
  66. "colord": "^2.9.3",
  67. "crypto-js": "^4.1.1",
  68. "dayjs": "^1.11.7",
  69. "echarts": "^5.4.1",
  70. "form-data": "^4.0.0",
  71. "lodash-es": "^4.17.21",
  72. "naive-ui": "2.34.3",
  73. "pinia": "^2.0.33",
  74. "print-js": "^1.6.0",
  75. "qs": "^6.11.1",
  76. "swiper": "^9.1.0",
  77. "ua-parser-js": "^1.0.34",
  78. "vditor": "^3.9.0",
  79. "vue": "3.2.47",
  80. "vue-i18n": "^9.2.2",
  81. "vue-router": "^4.1.6",
  82. "vuedraggable": "^4.1.0",
  83. "wangeditor": "^4.7.15",
  84. "xgplayer": "^2.32.2"
  85. },
  86. "devDependencies": {
  87. "@amap/amap-jsapi-types": "^0.0.13",
  88. "@iconify/json": "^2.2.33",
  89. "@iconify/vue": "^4.1.0",
  90. "@soybeanjs/cli": "^0.1.7",
  91. "@soybeanjs/vite-plugin-vue-page-route": "^0.0.5",
  92. "@types/bmapgl": "^0.0.5",
  93. "@types/crypto-js": "^4.1.1",
  94. "@types/node": "18.15.0",
  95. "@types/qs": "^6.9.7",
  96. "@types/ua-parser-js": "^0.7.36",
  97. "@unocss/preset-uno": "^0.50.4",
  98. "@unocss/transformer-directives": "^0.50.4",
  99. "@unocss/vite": "^0.50.4",
  100. "@vitejs/plugin-vue": "^4.0.0",
  101. "@vitejs/plugin-vue-jsx": "^3.0.0",
  102. "conventional-changelog": "^3.1.25",
  103. "cross-env": "^7.0.3",
  104. "eslint": "^8.36.0",
  105. "eslint-config-soybeanjs": "^0.3.1",
  106. "lint-staged": "12.5.0",
  107. "mockjs": "^1.1.0",
  108. "rollup-plugin-visualizer": "^5.9.0",
  109. "sass": "^1.59.2",
  110. "simple-git-hooks": "^2.8.1",
  111. "standard-version": "^9.5.0",
  112. "tsx": "^3.12.4",
  113. "typescript": "4.9.5",
  114. "unplugin-icons": "^0.15.3",
  115. "unplugin-vue-components": "0.24.1",
  116. "unplugin-vue-macros": "1.6.4",
  117. "vite": "^4.1.4",
  118. "vite-plugin-compression": "^0.5.1",
  119. "vite-plugin-html": "^3.2.0",
  120. "vite-plugin-mock": "^2.9.6",
  121. "vite-plugin-progress": "^0.0.6",
  122. "vite-plugin-pwa": "^0.14.4",
  123. "vite-plugin-svg-icons": "^2.0.1",
  124. "vue-tsc": "^1.2.0"
  125. },
  126. "pnpm": {
  127. "patchedDependencies": {
  128. "mockjs@1.1.0": "patches/mockjs@1.1.0.patch"
  129. }
  130. },
  131. "simple-git-hooks": {
  132. "commit-msg": "pnpm soy git-commit-verify",
  133. "pre-commit": "pnpm typecheck && pnpm lint-staged"
  134. },
  135. "lint-staged": {
  136. "*.{js,jsx,mjs,json,ts,tsx,vue}": "eslint . --fix"
  137. }
  138. }