package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "mobile",
  3. "version": "0.0.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "run-p type-check \"build-only {@}\" --",
  9. "preview": "vite preview",
  10. "build-only": "vite build",
  11. "type-check": "vue-tsc --build",
  12. "lint": "eslint . --fix",
  13. "format": "prettier --write src/"
  14. },
  15. "dependencies": {
  16. "@types/qrcode": "^1.5.5",
  17. "pinia": "^2.3.0",
  18. "pinia-plugin-persistedstate": "^4.2.0",
  19. "qrcode": "^1.5.4",
  20. "uuid": "^11.0.5",
  21. "vant": "^4.9.19",
  22. "vue": "^3.5.13",
  23. "vue-draggable-next": "^2.2.1",
  24. "vue-router": "^4.5.0"
  25. },
  26. "devDependencies": {
  27. "@tsconfig/node22": "^22.0.0",
  28. "@types/node": "^22.10.2",
  29. "@vant/auto-import-resolver": "^1.2.1",
  30. "@vitejs/plugin-legacy": "^6.0.0",
  31. "@vitejs/plugin-vue": "^5.2.1",
  32. "@vue/eslint-config-prettier": "^10.1.0",
  33. "@vue/eslint-config-typescript": "^14.1.3",
  34. "@vue/tsconfig": "^0.7.0",
  35. "eslint": "^9.14.0",
  36. "eslint-plugin-vue": "^9.30.0",
  37. "npm-run-all2": "^7.0.2",
  38. "postcss": "^8.4.49",
  39. "postcss-pxtorem": "^6.1.0",
  40. "prettier": "^3.3.3",
  41. "typescript": "~5.6.3",
  42. "unplugin-auto-import": "^19.0.0",
  43. "unplugin-vue-components": "^28.0.0",
  44. "vite": "^6.0.5",
  45. "vite-plugin-vue-devtools": "^7.6.8",
  46. "vue-tsc": "^2.1.10"
  47. }
  48. }