package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. "axios": "^1.7.9",
  18. "lib-flexible": "^0.3.2",
  19. "pinia": "^2.3.0",
  20. "pinia-plugin-persistedstate": "^3.2.1",
  21. "pinyin": "^2.11.2",
  22. "postcss-pxtorem": "^6.1.0",
  23. "sass": "^1.83.0",
  24. "vant": "^4.9.10",
  25. "vue": "^3.5.13",
  26. "vue-router": "^4.5.0"
  27. },
  28. "devDependencies": {
  29. "@babel/core": "^7.26.0",
  30. "@babel/plugin-proposal-optional-chaining": "^7.21.0",
  31. "@babel/preset-env": "^7.26.0",
  32. "@types/node": "^22.10.2",
  33. "@types/vue": "^2.0.0",
  34. "@typescript-eslint/eslint-plugin": "^8.18.1",
  35. "@typescript-eslint/parser": "^8.18.1",
  36. "@vitejs/plugin-legacy": "^5.3.2",
  37. "@vitejs/plugin-vue": "^5.2.1",
  38. "@vue/compiler-sfc": "^3.5.13",
  39. "@vue/runtime-dom": "^3.5.13",
  40. "core-js": "^3.40.0",
  41. "eslint": "^9.17.0",
  42. "eslint-config-prettier": "^9.1.0",
  43. "eslint-plugin-prettier": "^5.2.1",
  44. "eslint-plugin-vue": "^9.32.0",
  45. "postcss-px-to-viewport": "^1.1.1",
  46. "prettier": "^3.4.2",
  47. "sass-embedded": "^1.83.0",
  48. "terser": "^5.37.0",
  49. "typescript": "^5.7.2",
  50. "vite": "^5.4.1",
  51. "vue-tsc": "^2.2.0"
  52. }
  53. }