package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. {
  2. "name": "daytaskAdmin",
  3. "private": true,
  4. "version": "1.0.1",
  5. "type": "module",
  6. "description": "admin system",
  7. "author": {
  8. "name": "admin",
  9. "email": "",
  10. "url": ""
  11. },
  12. "license": "MIT",
  13. "homepage": "",
  14. "scripts": {
  15. "dev": "vite",
  16. "serve": "vite",
  17. "test": "vite --mode test",
  18. "build": "vue-tsc && vite build --mode test",
  19. "build:dev": "vue-tsc && vite build --mode development",
  20. "build-dev": "vue-tsc && vite build --mode development",
  21. "build:test": "vue-tsc && vite build --mode test",
  22. "build-test": "vue-tsc && vite build --mode test",
  23. "build:prod": "vue-tsc && vite build --mode production",
  24. "build-prod": "vue-tsc && vite build --mode production",
  25. "type:check": "vue-tsc --noEmit --skipLibCheck",
  26. "preview": "npm run build:prod && vite preview",
  27. "prepare": "husky install",
  28. "release": "standard-version",
  29. "commit": "git add -A && czg && git push"
  30. },
  31. "dependencies": {
  32. "@element-plus/icons-vue": "^2.3.1",
  33. "@tanstack/vue-query": "^5.80.6",
  34. "@vueuse/core": "^10.11.0",
  35. "@wagmi/core": "^2.17.3",
  36. "@wagmi/vue": "^0.1.22",
  37. "@wangeditor/editor": "^5.1.23",
  38. "@wangeditor/editor-for-vue": "^5.1.12",
  39. "ali-oss": "^6.23.0",
  40. "axios": "^1.7.2",
  41. "dayjs": "^1.11.11",
  42. "decimal.js": "^10.5.0",
  43. "driver.js": "^1.3.1",
  44. "echarts": "^5.5.1",
  45. "echarts-liquidfill": "^3.1.0",
  46. "element-plus": "^2.7.6",
  47. "jwt-decode": "^4.0.0",
  48. "md5": "^2.3.0",
  49. "mitt": "^3.0.1",
  50. "nprogress": "^0.2.0",
  51. "papaparse": "^5.5.3",
  52. "pinia": "^2.1.7",
  53. "pinia-plugin-persistedstate": "^3.2.1",
  54. "qrcode.vue": "^3.4.1",
  55. "qs": "^6.12.1",
  56. "screenfull": "^6.0.2",
  57. "sortablejs": "^1.15.2",
  58. "viem": "^2.30.6",
  59. "vue": "^3.4.31",
  60. "vue-i18n": "^9.13.1",
  61. "vue-router": "^4.4.0",
  62. "vuedraggable": "^4.1.0"
  63. },
  64. "devDependencies": {
  65. "@commitlint/cli": "^18.4.3",
  66. "@commitlint/config-conventional": "^18.4.3",
  67. "@types/md5": "^2.3.5",
  68. "@types/nprogress": "^0.2.3",
  69. "@types/qs": "^6.9.15",
  70. "@types/sortablejs": "^1.15.8",
  71. "@vitejs/plugin-vue": "^5.0.4",
  72. "@vitejs/plugin-vue-jsx": "^3.1.0",
  73. "autoprefixer": "^10.4.19",
  74. "code-inspector-plugin": "^0.16.1",
  75. "cz-git": "1.9.2",
  76. "czg": "^1.9.2",
  77. "husky": "^9.0.11",
  78. "lint-staged": "^15.2.5",
  79. "postcss": "^8.4.38",
  80. "postcss-html": "^1.7.0",
  81. "prettier": "^3.3.2",
  82. "rollup-plugin-visualizer": "^5.12.0",
  83. "sass": "^1.89.0",
  84. "standard-version": "^9.5.0",
  85. "stylelint": "^16.6.1",
  86. "stylelint-config-html": "^1.1.0",
  87. "stylelint-config-recess-order": "^5.0.1",
  88. "stylelint-config-recommended-scss": "^14.0.0",
  89. "stylelint-config-recommended-vue": "^1.5.0",
  90. "stylelint-config-standard": "^36.0.0",
  91. "stylelint-config-standard-scss": "^13.1.0",
  92. "typescript": "^5.5.2",
  93. "unplugin-vue-setup-extend-plus": "^1.0.1",
  94. "vite": "^5.3.2",
  95. "vite-plugin-compression": "^0.5.1",
  96. "vite-plugin-html": "^3.2.2",
  97. "vite-plugin-javascript-obfuscator": "^3.1.0",
  98. "vite-plugin-pwa": "^0.20.5",
  99. "vite-plugin-svg-icons": "^2.0.1",
  100. "vite-plugin-vue-devtools": "^7.3.5",
  101. "vue-tsc": "^2.0.22",
  102. "workbox-precaching": "^7.3.0"
  103. },
  104. "engines": {
  105. "node": ">=16.18.0"
  106. },
  107. "browserslist": {
  108. "production": [
  109. "> 1%",
  110. "not dead",
  111. "not op_mini all"
  112. ],
  113. "development": [
  114. "last 1 chrome version",
  115. "last 1 firefox version",
  116. "last 1 safari version"
  117. ]
  118. },
  119. "config": {
  120. "commitizen": {
  121. "path": "node_modules/cz-git"
  122. }
  123. }
  124. }