package.json 1.3 KB

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