package.json 744 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "wishing-tree-h5",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc -b && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@amap/amap-jsapi-loader": "^1.0.1",
  13. "@vant/use": "^1.6.0",
  14. "axios": "^1.16.1",
  15. "pinia": "^3.0.4",
  16. "vant": "^4.9.24",
  17. "vue": "^3.5.34",
  18. "vue-router": "^4.6.4"
  19. },
  20. "devDependencies": {
  21. "@types/node": "^24.12.3",
  22. "@vant/auto-import-resolver": "^1.3.0",
  23. "@vitejs/plugin-vue": "^6.0.6",
  24. "@vue/tsconfig": "^0.9.1",
  25. "typescript": "~6.0.2",
  26. "unplugin-vue-components": "^32.0.0",
  27. "vite": "^8.0.12",
  28. "vite-plugin-style-import": "^2.0.0",
  29. "vue-tsc": "^3.2.8"
  30. }
  31. }