公司官网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
699 B

2 months ago
  1. {
  2. "name": "hanhai-official-website",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@fortawesome/fontawesome-free": "^6.7.2",
  13. "aos": "^2.3.4",
  14. "axios": "^1.8.4",
  15. "locomotive-scroll": "^4.1.4",
  16. "parallax-js": "^3.1.0",
  17. "pinia": "^2.1.7",
  18. "sass": "^1.86.2",
  19. "vue": "^3.5.13",
  20. "vue-router": "^4.2.5"
  21. },
  22. "devDependencies": {
  23. "@vitejs/plugin-vue": "^5.2.1",
  24. "autoprefixer": "^10.4.16",
  25. "postcss": "^8.4.31",
  26. "vite": "^6.2.0"
  27. }
  28. }