package.json 1.4 KB

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