package.json 1.4 KB

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