package.json 507 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "4dwall",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "author": "",
  12. "license": "ISC",
  13. "dependencies": {
  14. "@vitejs/plugin-vue": "^5.2.1",
  15. "lib-flexible": "^0.3.2",
  16. "sass": "^1.83.4",
  17. "scss": "^0.2.4",
  18. "swiper": "5.4.5",
  19. "v-viewer": "^3.0.21",
  20. "vite": "^6.0.7",
  21. "vue": "^3.5.13",
  22. "vue-perfectlooper": "^1.4.0",
  23. "xlsx": "^0.18.5"
  24. }
  25. }