消毒机设备
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

113 lines
3.7 KiB

2 months ago
2 months ago
4 weeks ago
2 months ago
  1. {
  2. "name": "matrix-spray-web",
  3. "type": "module",
  4. "version": "0.0.41",
  5. "device": "DT300W",
  6. "description": "",
  7. "author": "",
  8. "license": "ISC",
  9. "keywords": [],
  10. "main": "index.js",
  11. "scripts": {
  12. "dev": "concurrently -n server,client -c green,blue \"node server/index.js\" \"vite --mode dev\"",
  13. "test": "vite --mode test",
  14. "prod": "vite --mode prod",
  15. "pre": "vite --mode pre",
  16. "build": "vite build --mode dev",
  17. "build:test": "vite build --mode test",
  18. "build:prod:管道式DT300W": "node update-device.js DT300W && vite build --mode prod",
  19. "build:prod:大空间DT600N": "node update-device.js DT600N && vite build --mode prod",
  20. "build:prod:小空间DT300N": "node update-device.js DT300N && vite build --mode prod",
  21. "build:prod:拉杆箱DT100N": "node update-device.js DT100N && vite build --mode prod",
  22. "build:prod:大空间标准版DT600B": "node update-device.js DT600B && vite build --mode prod",
  23. "increment-version:patch": "node increment-version.js patch",
  24. "increment-version:minor": "node increment-version.js minor",
  25. "increment-version:major": "node increment-version.js major",
  26. "build:prod": "vite build --mode prod",
  27. "build:pre": "vite build --mode pre",
  28. "build:dev": "vite build --mode dev",
  29. "prepare": "husky",
  30. "lint:lint-staged": "lint-staged",
  31. "lint": "vue-tsc --noEmit --skipLibCheck && eslint",
  32. "eslint": "eslint --fix --ext .ts,.vue src",
  33. "prettier": "prettier --write ."
  34. },
  35. "dependencies": {
  36. "@element-plus/icons-vue": "^2.3.1",
  37. "autoprefixer": "^10.4.20",
  38. "axios": "1.8.2",
  39. "chart.js": "^3.9.1",
  40. "cnchar": "^3.2.6",
  41. "cnchar-draw": "^3.2.6",
  42. "cnchar-idiom": "^3.2.6",
  43. "cnchar-order": "^3.2.6",
  44. "cnchar-poly": "^3.2.6",
  45. "cnchar-trad": "^3.2.6",
  46. "cnchar-words": "^3.2.6",
  47. "cnchar-xhy": "^3.2.6",
  48. "cssnano": "^7.0.6",
  49. "echarts": "^5.6.0",
  50. "element-plus": "^2.9.5",
  51. "express": "^5.1.0",
  52. "konva": "^9.3.18",
  53. "lodash": "^4.17.21",
  54. "nanoid": "^5.1.5",
  55. "pinia": "^3.0.1",
  56. "pinia-plugin-persistedstate": "^4.2.0",
  57. "pinyin": "^2.11.2",
  58. "postcss": "^8.5.3",
  59. "postcss-aspect-ratio-mini": "^1.1.0",
  60. "postcss-import": "^16.1.0",
  61. "postcss-px-to-viewport-8-plugin": "^1.2.5",
  62. "postcss-url": "^10.1.3",
  63. "postcss-viewport-units": "^0.1.6",
  64. "postcss-write-svg": "^3.0.1",
  65. "simple-keyboard": "^3.8.64",
  66. "simple-keyboard-layouts": "^3.4.102",
  67. "vue": "^3.5.13",
  68. "vue-chart-3": "^3.1.8",
  69. "vue-i18n": "^11.1.6",
  70. "vue-router": "^4.5.0",
  71. "ws": "^8.18.1"
  72. },
  73. "devDependencies": {
  74. "@antfu/eslint-config": "^4.3.0",
  75. "@commitlint/cli": "^19.7.1",
  76. "@commitlint/config-conventional": "^19.7.1",
  77. "@types/node": "^22.13.5",
  78. "@types/web": "^0.0.235",
  79. "@typescript-eslint/eslint-plugin": "^8.25.0",
  80. "@typescript-eslint/parser": "^8.25.0",
  81. "@vitejs/plugin-vue": "^5.2.1",
  82. "@vue/eslint-config-prettier": "^10.2.0",
  83. "concurrently": "^9.1.2",
  84. "eslint": "^9.21.0",
  85. "eslint-config-prettier": "^10.0.2",
  86. "eslint-plugin-prettier": "^5.2.3",
  87. "eslint-plugin-simple-import-sort": "^12.1.1",
  88. "eslint-plugin-vue": "^9.32.0",
  89. "husky": "^9.1.7",
  90. "lint-staged": "^15.4.3",
  91. "prettier": "^3.5.2",
  92. "sass": "^1.85.1",
  93. "semver": "^7.7.1",
  94. "typescript": "^5.7.3",
  95. "unplugin-auto-import": "^19.1.1",
  96. "unplugin-vue-components": "^28.4.1",
  97. "vite": "6.2.6",
  98. "vite-plugin-compression": "^0.5.1",
  99. "vite-plugin-eslint": "^1.8.1",
  100. "vue-tsc": "^2.2.4"
  101. },
  102. "husky": {
  103. "hooks": {
  104. "pre-commit": "lint-staged"
  105. }
  106. },
  107. "lint-staged": {
  108. "*.{js,jsx,vue,ts,tsx}": [
  109. "eslint --fix",
  110. "prettier --write",
  111. "lint-staged"
  112. ]
  113. }
  114. }