小程序后台前端代码
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.

31 lines
662 B

1 year ago
11 months ago
1 year ago
  1. {
  2. "name": "peiswebmini",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "abcfun": "^1.1.6",
  13. "axios": "^1.3.6",
  14. "crypto-js": "^4.1.1",
  15. "element-plus": "^2.7.4",
  16. "file-saver": "^2.0.5",
  17. "js-table2excel": "^1.0.3",
  18. "moment": "^2.29.4",
  19. "qrcode": "^1.5.3",
  20. "sortablejs": "^1.15.2",
  21. "vue": "^3.4.21",
  22. "vue-router": "^4.3.0",
  23. "vue3-print-nb": "^0.1.4",
  24. "vuex": "^4.1.0",
  25. "xlsx": "^0.18.5"
  26. },
  27. "devDependencies": {
  28. "@vitejs/plugin-vue": "^5.0.4",
  29. "vite": "^5.2.8"
  30. }
  31. }