package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "name": "baoshi-h5",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "serve": "vite",
  8. "sit": "vite --mode sit",
  9. "dev": "vite",
  10. "build:prod": "vite build",
  11. "build:sit": "vite build --mode sit",
  12. "build:testing": "vite build --mode testing",
  13. "preview": "vite preview"
  14. },
  15. "dependencies": {
  16. "@ericblade/quagga2": "^1.12.1",
  17. "@types/fabric": "^5.3.11",
  18. "axios": "^1.7.9",
  19. "fabric": "^7.1.0",
  20. "lib-flexible": "^0.3.2",
  21. "pinia": "^2.3.0",
  22. "pinia-plugin-persistedstate": "^3.2.1",
  23. "pinyin": "^2.11.2",
  24. "postcss-pxtorem": "^6.1.0",
  25. "sass": "^1.83.0",
  26. "vant": "^4.9.10",
  27. "vue": "^3.5.13",
  28. "vue-router": "^4.5.0"
  29. },
  30. "devDependencies": {
  31. "@babel/core": "^7.26.0",
  32. "@babel/plugin-proposal-optional-chaining": "^7.21.0",
  33. "@babel/preset-env": "^7.26.0",
  34. "@types/node": "^22.10.2",
  35. "@types/vue": "^2.0.0",
  36. "@typescript-eslint/eslint-plugin": "^8.18.1",
  37. "@typescript-eslint/parser": "^8.18.1",
  38. "@vitejs/plugin-legacy": "^5.3.2",
  39. "@vitejs/plugin-vue": "^5.2.1",
  40. "@vue/compiler-sfc": "^3.5.13",
  41. "@vue/runtime-dom": "^3.5.13",
  42. "core-js": "^3.40.0",
  43. "eslint": "^9.17.0",
  44. "eslint-config-prettier": "^9.1.0",
  45. "eslint-plugin-prettier": "^5.2.1",
  46. "eslint-plugin-vue": "^9.32.0",
  47. "postcss-px-to-viewport": "^1.1.1",
  48. "prettier": "^3.4.2",
  49. "sass-embedded": "^1.83.0",
  50. "terser": "^5.37.0",
  51. "typescript": "^5.7.2",
  52. "vite": "^5.4.1",
  53. "vue-tsc": "^2.2.0"
  54. }
  55. }